Browse Source

修改引用弹窗高度(3415)

zhangxc 5 years ago
parent
commit
ab14f98a66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/common.css

+ 2 - 2
src/css/common.css

@@ -31,7 +31,7 @@ table,tr,td{
     position: absolute;
     display: none;
     width: 400px;
-    height: 764px;
+    height: 550px;
     background: #fff;
     top:44px;
     right: 0;
@@ -48,7 +48,7 @@ table,tr,td{
 
 .pop-box .pop-container{
     width: 400px;
-    height: 729px;
+    height: 514px;
     
     border-radius: 5px;
     position: absolute;