Selaa lähdekoodia

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

howie 2 vuotta sitten
vanhempi
commit
55f7406580
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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 {