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{