Commit ecb8d615 by linjinhong

fix:修改样式

parent 926d8f57
...@@ -2006,12 +2006,24 @@ onMounted(() => { ...@@ -2006,12 +2006,24 @@ onMounted(() => {
.production-client-table { .production-client-table {
::v-deep(.current-row > td.el-table__cell) { ::v-deep(.current-row > td.el-table__cell) {
background-color: green; background-color: #409eff;
color: white; color: white;
& > td.el-table__cell { & > td.el-table__cell {
color: white !important; color: white !important;
background-color: green; background-color: #409eff;
}
// &:hover {
// color: #808285;
// }
}
:deep() {
.current-row {
&:hover {
td.el-table__cell {
color: #808285;
}
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment