Explorar el Código

限制弹窗高度

wyq hace 3 años
padre
commit
f8175d57d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/common/LtModal.vue

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

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