Update commandDispatch.vue
This commit is contained in:
parent
223a8b5e00
commit
5c489b1e20
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue