feat(Dict.vue): 字典页面改造完成

This commit is contained in:
有来技术
2021-12-11 19:23:51 +08:00
parent f113f8518a
commit f94e14e61c
10 changed files with 360 additions and 66 deletions

View File

@@ -47,3 +47,8 @@
.el-range-separator {
box-sizing: content-box;
}
// select row color
.el-table__body tr.current-row td {
background-color: #e1f3d8b5 !important;
}

View File

@@ -1,7 +1,7 @@
@import './variables.scss';
@import './mixin.scss';
@import './transition.scss';
@import './element-ui.scss';
@import 'src/styles/element-plus';
@import './sidebar.scss';
body {