@@ -39,7 +39,7 @@
top: 50%;
width: 752px;
max-height: 680px;
- margin: 0 auto;
+ margin: 50px auto 0;
/* padding: 32px; */
background: #fff;
border-radius: 8px;
@@ -49,7 +49,7 @@
/* overflow-y: auto; */
}
#collectUserInfoDialog .dialog-header{
- margin-top: -120px;
+ margin-top: -114px;
height: 253px;
color: #1D1D1D;
font-size: 18px;
@@ -275,6 +275,9 @@
/* height: 36px; */
min-height: 36px!important;
+.el-select-dropdown__wrap{
+ max-height: 140px;
+}
#success-dialog .success-dialog-container{
@@ -206,7 +206,7 @@ var vm = new Vue({
return callback();
} else {
if (value === '其他' && vm.form.otherJob === '') {
- return callback(new Error('请输入职位'));
+ return callback();
callback();