Просмотр исходного кода

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

jf 5 лет назад
Родитель
Сommit
e8b1531aba

+ 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>