bayi 1 年之前
父節點
當前提交
3abf80c417
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/popUp/index.less
  2. 1 1
      components/popUp/index.wxss

+ 1 - 1
components/popUp/index.less

@@ -15,7 +15,7 @@
 /*对话框 */
 .attr_box {
     width: 100%;
-    height: 80vh;
+    max-height: 80vh;
     position: fixed;
     bottom: 0;
     left: 0;

+ 1 - 1
components/popUp/index.wxss

@@ -14,7 +14,7 @@
 /*对话框 */
 .attr_box {
   width: 100%;
-  height: 80vh;
+  max-height: 80vh;
   position: fixed;
   bottom: 0;
   left: 0;