Browse Source

限制弹窗高度

wyq 4 năm trước cách đây
mục cha
commit
8f9fce2493
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/base/LtModal.vue

+ 1 - 1
src/components/base/LtModal.vue

@@ -601,7 +601,7 @@ export default {
 }
 .rightBox {
   padding-right: 33px;
-  height: 300px;
+  height: 200px;
   overflow-y: auto;
 }
 .itemLabel {