简历部分弹框遮罩层遮挡问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7eff02eb9b
commit
c18587b4f5
|
@ -310,6 +310,7 @@
|
|||
:visible.sync="educationDialogVisible"
|
||||
width="40%"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
v-if="educationDialogVisible"
|
||||
|
@ -484,6 +485,7 @@
|
|||
:visible.sync="postgraduateDialogVisible"
|
||||
width="40%"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
v-if="postgraduateDialogVisible"
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
width="50%"
|
||||
:close-on-click-modal="false"
|
||||
@close="closeDialog"
|
||||
append-to-body
|
||||
>
|
||||
<div>
|
||||
<el-date-picker
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
:visible.sync="clinicalTrialDialogVisible"
|
||||
width="480px"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
ref="clinicalTrialForm"
|
||||
|
|
Loading…
Reference in New Issue