Update commandDispatch.vue

This commit is contained in:
TimSpan 2024-12-25 15:22:01 +08:00
parent 223a8b5e00
commit 5c489b1e20
1 changed files with 1 additions and 31 deletions

View File

@ -450,18 +450,12 @@ const onSubmit = function () {}
} }
:deep(.el-table) { :deep(.el-table) {
--el-table-border: { --el-table-border: {
none; none;
} };
;
--el-table-border-color: { --el-table-border-color: {
none; none;
} }
// ;
} }
:deep(.el-table th.el-table__cell) { :deep(.el-table th.el-table__cell) {
@ -478,30 +472,6 @@ const onSubmit = function () {}
color: #888; 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) { :deep(.el-tabs) {
height: 100%; height: 100%;
} }