Explorar o código

解决小屏弹窗显示不全问题

wyq %!s(int64=3) %!d(string=hai) anos
pai
achega
49742e5207
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      src/components/common/LtModal.vue

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

@@ -446,7 +446,7 @@ export default {
     height: 100%;
   }
   .modal-box {
-    width: 900px;
+    width: 950px;
     background: #fff;
     position: absolute;
     top: 50%;
@@ -583,6 +583,11 @@ export default {
   border: 1px solid #dcdfe6;
   padding: 20px 10px;
 }
+.rightBox {
+  padding-right: 33px;
+  height: 300px;
+  overflow-y: auto;
+}
 .itemLabel {
   width: 100%;
   min-height: 50px;