liuyg
2021-07-20 549254d9368d3b1484921123da8c550ea463eb5a
保安人员管理  去掉横向滚动条
1 files modified
6 ■■■■■ changed files
src/styles/element-ui.scss 6 ●●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -389,3 +389,9 @@
.avue-group__title {
  color: $fontColor !important;
}
//保安人员管理  去掉横向滚动条
.box .el-scrollbar__wrap {
  overflow-y: scroll;
  overflow-x: hidden;
}