From 5c489b1e20269a0b73c834cfbf1e9349158b0f01 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Wed, 25 Dec 2024 15:22:01 +0800 Subject: [PATCH] Update commandDispatch.vue --- src/views/page/commandDispatch.vue | 32 +----------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/src/views/page/commandDispatch.vue b/src/views/page/commandDispatch.vue index 360de4d2..57c9c72c 100644 --- a/src/views/page/commandDispatch.vue +++ b/src/views/page/commandDispatch.vue @@ -450,18 +450,12 @@ const onSubmit = function () {} } :deep(.el-table) { - --el-table-border: { none; - } - - ; - + }; --el-table-border-color: { none; } - - // ; } :deep(.el-table th.el-table__cell) { @@ -478,30 +472,6 @@ const onSubmit = function () {} color: #888; } -:deep(.el-table tr) { - // background-color: transparent; -} - -:deep(.el-table__body tr.current-row > td) { - // background: #2cabff !important; -} - -:deep(.el-table--enable-row-hover .el-table__body tr:hover>td) { - // background-color: #13306A !important; -} - -:deep(.el-table th.el-table__cell) { - // background-color:#13306A; -} - -:deep(.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell) { - // background: #D1DEEF !important; -} - -:deep(.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell) { - // background-color: transparent; -} - :deep(.el-tabs) { height: 100%; }