소스 검색

fix:弹框样式

yangfeng 4 년 전
부모
커밋
437331e89b

+ 5 - 6
src/web/staticres/common-module/pc-dialog/css/leave-info-dialog.css

@@ -39,8 +39,7 @@
   top: 50%;
   width: 752px;
   max-height: 680px;
-  margin: 50px auto 0;
-  /* padding: 32px; */
+  margin: 34px auto 0;
   background: #fff;
   border-radius: 8px;
   transform: translate(-50%,-50%);
@@ -50,13 +49,13 @@
 }
 #collectUserInfoDialog .dialog-header{
   margin-top: -114px;
-  height: 253px;
+  height: 250px;
   color: #1D1D1D;
   font-size: 18px;
   line-height: 28px;
   text-align: center;
   background: url('/common-module/pc-dialog/image/structed-title.png?v={{Msg "seo" "version"}}') no-repeat top center;
-  background-size: 100% 253px;
+  background-size: 100% 250px;
 }
 #collectUserInfoDialog .dialog-content{
   /* margin-top: 20px; */
@@ -68,7 +67,7 @@
   color: #2CB7CA;
 }
 #collectUserInfoDialog .form-main{
-  margin: 10px 0 14px;
+  margin: 10px 0 10px;
 }
 #collectUserInfoDialog .short-control{
   width: calc(50% - 16px);
@@ -276,7 +275,7 @@
   min-height: 36px!important;
 }
 .el-select-dropdown__wrap{
-  max-height:130px;
+  max-height:124px;
 }
 
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.