Browse Source

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

wyq 3 years ago
parent
commit
49742e5207
1 changed files with 6 additions and 1 deletions
  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;