From 2dddd8c1852c7ca723e65e609b39511ef8b53d06 Mon Sep 17 00:00:00 2001 From: qianming Date: Fri, 11 Oct 2024 17:41:49 +0800 Subject: [PATCH] =?UTF-8?q?ele=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bigscreenDesigner/designer/components/dynamicAddRadar.vue | 4 ++++ .../bigscreenDesigner/designer/components/dynamicAddTable.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddRadar.vue b/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddRadar.vue index 099adc3a..610d2862 100644 --- a/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddRadar.vue +++ b/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddRadar.vue @@ -158,6 +158,10 @@ export default { color: #859094 !important; font-size: 12px !important; } +.el-table td.el-table__cell, +.el-table th.el-table__cell.is-leaf { + border-bottom: 0px; +} .el-table td, .el-table th.is-leaf { border-bottom: none; diff --git a/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue b/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue index cc98c088..33085084 100644 --- a/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue +++ b/report-ui/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue @@ -163,6 +163,10 @@ export default { border-bottom: none; line-height: 26px; } +.el-table td.el-table__cell, +.el-table th.el-table__cell.is-leaf { + border-bottom: 0px; +} .el-table tbody tr:hover { background-color: #263445 !important; }