소스 검색

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

howie 2 년 전
부모
커밋
55f7406580
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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 {
   height: 28px !important;
 }
+// 隐藏滚动条样式
+.scrollbar-wrapper::-webkit-scrollbar {
+  display: none;
+}
+.collapse {
+  .el-form-item__content {
+    line-height: 0 !important;
+  }
+}
 // dropdown
 .el-dropdown-menu {
   a {