소스 검색

修改引用弹窗高度(3415)

zhangxc 5 년 전
부모
커밋
ab14f98a66
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;