From 7308f43f8144cf264d033b8d1bc32f51a0128d96 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 6 Mar 2024 17:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E5=90=88=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionList.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue index 9903667a..98a0feb3 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue @@ -1363,10 +1363,10 @@ export default { padding:0 10px; /deep/.el-table{ background-color: #1e1e1e !important; - color: #dfdfdf; + color: #383838; } /deep/.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{ - border-bottom: 1px solid #dfdfdf; + border-bottom: 1px solid #383838; } .el-table--border::after, .el-table--group::after, .el-table::before{ background-color: #1e1e1e; @@ -1375,6 +1375,7 @@ export default { th{ background-color: #1e1e1e !important; color: #dfdfdf; + border-bottom: 1px solid #383838; } } /deep/.el-table__body-wrapper{