From 7585a1c2849af2fb5aa45e1b35fb85ead6c62278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Tue, 18 Feb 2025 17:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 13 ++ src/components/Business/Price/PriceSelect.vue | 55 +++++++-- src/components/TableFormCol/index.vue | 2 +- src/settings.js | 2 +- src/utils/ruoyi.js | 6 + .../edit-v2/components/ReportProductList.vue | 114 ++++++++++++------ .../components/ReportProductUserList.vue | 4 +- src/views/yh/report/edit-v2/index.vue | 32 +++-- src/views/yh/reportProd/index.vue | 2 +- 9 files changed, 168 insertions(+), 62 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 56aa8fa..39c90fb 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -280,3 +280,16 @@ aside { justify-content: flex-end; /* 使用标准值 */ } } + +.table-form.el-table { + .cell { + padding-left: 0px; + padding-right: 0px; + } +} + +.table-form.el-table th.el-table__cell > .cell { + padding-left: 0px; + padding-right: 0px; + +} \ No newline at end of file diff --git a/src/components/Business/Price/PriceSelect.vue b/src/components/Business/Price/PriceSelect.vue index 2ec766b..105835d 100644 --- a/src/components/Business/Price/PriceSelect.vue +++ b/src/components/Business/Price/PriceSelect.vue @@ -1,5 +1,6 @@