修改监控中心前台样式

修改分组管理前台样式
This commit is contained in:
fks-yangshouda
2024-09-03 14:26:26 +08:00
parent 7eae05f6fb
commit a648d043ee
12 changed files with 126 additions and 93 deletions

View File

@@ -320,4 +320,11 @@
});
</script>
<style lang="less" scoped></style>
<style lang="less" scoped>
:deep(
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover
) {
background: #f4f8ff !important;
}
</style>