From 1be10389c97c3cbe6e6071156bb96cd9f9e25024 Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 24 Oct 2024 16:52:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?index=5Fenm=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_enm.vue | 80 ++++++++++++++++--------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index e6b1c064..2961e237 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -2585,56 +2585,58 @@ export default { border-radius: 5px; background: rgb(255, 0, 135); } -/deep/ .el-table, -.el-table__body, -/deep/ .el-table .el-table__body-wrapper { - background: transparent !important; +:deep(.el-table), +:deep(.el-table__body), +:deep(.el-table .el-table__body-wrapper) { + background: transparent !important; } -/deep/ .el-table .el-table__header-wrapper { - background: rgba(32, 93, 74, 0.83) !important; + +:deep(.el-table .el-table__header-wrapper) { + background: rgba(32, 93, 74, 0.83); } -/deep/ .el-table .el-table__body-wrapper { - background: rgba(46, 139, 155, 0.48) !important; + +:deep(.el-table .el-table__body-wrapper) { + background: rgba(46, 139, 155, 0.48); } -/deep/ .el-table th { - background-color: transparent !important; + +:deep(.el-table th), +:deep(.el-table tr), +:deep(.el-table tr:hover) { + background-color: transparent; } -/deep/ .el-table tr { - background-color: transparent !important; + +:deep(.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell) { + background-color: transparent; } -/deep/ .el-table tr :hover { - background-color: transparent !important; + +/* 清除鼠标移入效果 */ +:deep(.el-table__body tr.hover-row > td) { + background-color: transparent; } -/deep/ - .el-table--enable-row-hover - .el-table__body - tr:hover - > td.el-table__cell { - background-color: transparent !important; + +/* 行底边线 */ +:deep(.el-table .el-table__body-wrapper :deep(.el-table td.el-table__cell)), +:deep(.el-table th.el-table__cell.is-leaf) { + background: transparent; } -/* //清除鼠标移入效果 */ -/deep/.el-table__body tr.hover-row > td { - background-color: transparent !important; -} -/* // 行底边线 */ -/deep/ .el-table .el-table__body-wrapper /deep/ .el-table td.el-table__cell, -.el-table th.el-table__cell.is-leaf { - background: transparent !important; -} -/deep/ .el-table td.el-table__cell, -/deep/ .el-table th.el-table__cell.is-leaf { - border-bottom: 1px solid rgb(25, 111, 115, 0.82) !important; + +:deep(.el-table td.el-table__cell), +:deep(.el-table th.el-table__cell.is-leaf) { + border-bottom: 1px solid rgba(25, 111, 115, 0.82); } + /* 改变radio选中时的样式 */ -/deep/ .el-radio.elRadio > .el-radio__label { - color: #ffffff; +:deep(.el-radio.elRadio > .el-radio__label) { + color: #ffffff; } -/deep/ .el-radio__input.is-checked .el-radio__inner { - background: #13f1df; - border-color: #13f1df; + +:deep(.el-radio__input.is-checked .el-radio__inner) { + background: #13f1df; + border-color: #13f1df; } -/deep/ .el-table__inner-wrapper:before { - background-color: rgba(0, 0, 0, 0) !important; + +:deep(.el-table__inner-wrapper:before) { + background-color: rgba(0, 0, 0, 0); } /* 改变radio选中时的样式 */