From ec7b88664240896cc1fb4303446c9f81e20a3e33 Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Tue, 23 Jan 2024 16:16:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes-ui/mes-ui-admin-vue3/src/styles/cus.scss | 33 +- .../src/views/heli/storage/StorageForm.vue | 28 +- .../src/views/heli/storage/StorageOut.vue | 778 +++++++++--------- 3 files changed, 403 insertions(+), 436 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/styles/cus.scss b/mes-ui/mes-ui-admin-vue3/src/styles/cus.scss index 04a31c34..5b766755 100644 --- a/mes-ui/mes-ui-admin-vue3/src/styles/cus.scss +++ b/mes-ui/mes-ui-admin-vue3/src/styles/cus.scss @@ -17,8 +17,7 @@ } .hl-card { - position: relative; - padding-bottom: 100px; + margin: 0px; border-radius: 10px !important; .el-card__header { background-color: #f7f8fa; @@ -35,23 +34,6 @@ font-size: 20px !important; } } - - .hl-card-scrollable-content { - width: 100%; - box-sizing: border-box; - max-height: calc(100vh - 300px); overflow-y: auto; - } - .hl-footer { - width: 96%; - background-color: #fff; - position: absolute !important; - left: 50%; - height: 100px; - line-height: 100px; - transform: translateX(-51%); - bottom: 0px; - z-index: 1000; - } } .borderxx { border: none !important; @@ -66,7 +48,7 @@ .hl-table thead { color: #1d2129; } -.hl-table_header { +.hl-table_header{ color: red; } .hl-table thead th.el-table__cell { @@ -106,7 +88,7 @@ border: none !important; .el-card__header { - padding-bottom: 16px ; + padding: 16px 0px; background-color: inherit; .hl-card-info-icona { @@ -124,13 +106,14 @@ .el-card__body { padding: 15px 0px; + .el-row { margin: 10px; } } } .hl-incard { - margin-bottom: 10px; + margin-bottom: 20px; padding: 0 20px; } @@ -138,6 +121,9 @@ margin: 10px 0px 10px 0px !important; } +.hl-footer { + margin: 30px 0; +} .abstatus { position: absolute; right: 80px; @@ -159,6 +145,7 @@ } } + /* ---el-table滚动条公共样式--- */ .el-scrollbar { // 横向滚动条 @@ -181,4 +168,4 @@ // background-color: rgba(136, 219, 255, 1); box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); } -} +} \ No newline at end of file diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue index b4c723bf..ad5b8802 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue @@ -4,7 +4,6 @@ -
- + @@ -276,7 +275,7 @@ - + @@ -421,7 +420,6 @@ -