From 081544019c6a6c5cc69ecc5f8b61a7ba8603c7ec Mon Sep 17 00:00:00 2001 From: mll Date: Thu, 19 Mar 2026 23:03:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E8=89=B2=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowReport/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 3ca4b69..56c4f49 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -884,7 +884,13 @@ defineExpose({ .el-table__body tr.hover-row>td.el-table__cell{ background-color: #FFFFD2; } - + td.el-table__cell,th.el-table__cell{ + border-bottom: 1px solid #000 !important; + + border-right: 1px solid #000 !important; + + } + --el-table-border-color: #000; } .lastAmountRow{