diff --git a/common/style/layout.css b/common/style/layout.css index 522e545..8053aa6 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -42,7 +42,7 @@ uni-toast .uni-toast { margin: 10px auto; border-radius: 6px; padding: 10px; - background-color: rgba(1, 114, 195, 40%); + background: linear-gradient(-45deg,rgba(16, 131, 202, 1),rgba(8, 39, 87, 1)); border: 1px solid #00a3dd; box-shadow: rgba(4, 136, 203, 0.2) -3px 6px 6px 1px, rgba(4, 136, 203, 0.2) 3px -3px 6px 1px; } @@ -269,6 +269,7 @@ uni-toast .uni-toast { width: 100%; /* background: #142954 center / 100% 100% url(./static/images/grid_bg.png) no-repeat; */ overflow: hidden; + top: 52px; } .zd-sec-th-wraper { width: 100%; diff --git a/common/style/reset.css b/common/style/reset.css index fc8a03f..9d385d9 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -156,6 +156,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re .mgl52 { margin-left: 52px; } +.mgr1 { + margin-right: 1px; +} .mgr5 { margin-right: 5px; } diff --git a/components/upTop.vue b/components/upTop.vue new file mode 100644 index 0000000..8298283 --- /dev/null +++ b/components/upTop.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/pages/management/alloc-maintenance_new.vue b/pages/management/alloc-maintenance_new.vue index 166e22c..378514e 100644 --- a/pages/management/alloc-maintenance_new.vue +++ b/pages/management/alloc-maintenance_new.vue @@ -1,7 +1,7 @@