Преглед на файлове

零售端、供货商pc花材列表-添加花材-列表限制高度

jf преди 5 години
родител
ревизия
e8b1531aba
променени са 2 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 3 0
      ghs/src/components/module/item-list-layer.vue
  2. 3 0
      hd/src/components/module/item-list-layer.vue

+ 3 - 0
ghs/src/components/module/item-list-layer.vue

@@ -310,4 +310,7 @@ export default {
 .radio-wrap {
   display: block;
 }
+.is-scrolling-none{
+  max-height: 430px !important;
+}
 </style>

+ 3 - 0
hd/src/components/module/item-list-layer.vue

@@ -238,4 +238,7 @@ export default {
 .radio-wrap {
   display: block;
 }
+.is-scrolling-none{
+	max-height: 430px !important;
+}
 </style>