From 7371c0ff4d7aef9e5984acb4f82cdb41966b4646 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 21 Dec 2023 20:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8D=95=E5=BD=95?= =?UTF-8?q?=E5=8D=95=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 6 +++++ .../distribution/inventory/CreateOrder.vue | 27 +++++++++++-------- src/views/waybill/CreateZeroOrder.vue | 27 +++++++++++-------- vite.config.js | 4 +-- 4 files changed, 40 insertions(+), 24 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 1ceb2ba6..b678a093 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -785,4 +785,10 @@ defineExpose({ handleCheckSelect }); .el-input { // width: 200px !important; } + +.el-table__footer { + tr { + background-color: var(--el-fill-color-light) !important; + } +} diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index bcdbbb29..c5cf28f6 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -195,7 +195,7 @@ -