sunlupeng 2 anni fa
parent
commit
382b37e065
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      src/assets/css/global.css

+ 9 - 1
src/assets/css/global.css

@@ -70,4 +70,12 @@ a {
     top: 100px;
     bottom: unset;
    
-} */
+} */
+
+.el-cascader-panel {
+    height: 195px;
+    .el-scrollbar__wrap {
+      height: 100%;
+      overflow-x: auto;
+    }
+  }