From 04d6e922af5b0124313d6320ee7e6ff3b0abc702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 18 Dec 2024 14:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 3 +- common/style/reset.css | 3 ++ components/upTop.vue | 49 ++++++++++++++++++++++ pages/management/alloc-maintenance_new.vue | 2 +- pages/management/check.vue | 2 +- pages/management/in-storage_LLCKD.vue | 20 ++++++--- pages/management/in-storage_new.vue | 2 +- pages/management/move-inventory.vue | 2 +- pages/management/receive-confirm_new.vue | 2 +- 9 files changed, 74 insertions(+), 11 deletions(-) create mode 100644 components/upTop.vue 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 @@