浏览代码

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

wyq 3 年之前
父节点
当前提交
49742e5207
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/components/common/LtModal.vue

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

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