Browse Source

【修改】隐藏菜单滚动样式

howie 2 years ago
parent
commit
55f7406580
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/styles/element-ui.scss

+ 9 - 0
src/styles/element-ui.scss

@@ -47,6 +47,15 @@
 .el-range-editor--mini.el-input__inner {
 .el-range-editor--mini.el-input__inner {
   height: 28px !important;
   height: 28px !important;
 }
 }
+// 隐藏滚动条样式
+.scrollbar-wrapper::-webkit-scrollbar {
+  display: none;
+}
+.collapse {
+  .el-form-item__content {
+    line-height: 0 !important;
+  }
+}
 // dropdown
 // dropdown
 .el-dropdown-menu {
 .el-dropdown-menu {
   a {
   a {