|
@@ -39,7 +39,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
width: 752px;
|
|
width: 752px;
|
|
max-height: 680px;
|
|
max-height: 680px;
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ margin: 50px auto 0;
|
|
/* padding: 32px; */
|
|
/* padding: 32px; */
|
|
background: #fff;
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
@@ -49,7 +49,7 @@
|
|
/* overflow-y: auto; */
|
|
/* overflow-y: auto; */
|
|
}
|
|
}
|
|
#collectUserInfoDialog .dialog-header{
|
|
#collectUserInfoDialog .dialog-header{
|
|
- margin-top: -120px;
|
|
|
|
|
|
+ margin-top: -114px;
|
|
height: 253px;
|
|
height: 253px;
|
|
color: #1D1D1D;
|
|
color: #1D1D1D;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
@@ -275,6 +275,9 @@
|
|
/* height: 36px; */
|
|
/* height: 36px; */
|
|
min-height: 36px!important;
|
|
min-height: 36px!important;
|
|
}
|
|
}
|
|
|
|
+.el-select-dropdown__wrap{
|
|
|
|
+ max-height: 140px;
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
#success-dialog .success-dialog-container{
|
|
#success-dialog .success-dialog-container{
|