|
|
|
@ -94,10 +94,10 @@
|
|
|
|
|
label-width="100px" |
|
|
|
|
v-model="details.popUpShow.basicVisted" |
|
|
|
|
title="基础配置" |
|
|
|
|
width="40%" |
|
|
|
|
width="60%" |
|
|
|
|
:before-close="handleClose" |
|
|
|
|
> |
|
|
|
|
<el-form inline :model="details.form" ref="basicForm" label-width="120px"> |
|
|
|
|
<el-form inline :model="details.form" ref="basicForm" label-width="120px" class="el_from_basicVisted"> |
|
|
|
|
<el-form-item label="客户名称" prop="clientName"> |
|
|
|
|
<el-input placeholder="客户名称" v-model="details.form.clientName" disabled /> |
|
|
|
|
</el-form-item> |
|
|
|
@ -774,8 +774,17 @@ const handleSubmitBasic = () => {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 基础配置样式 |
|
|
|
|
.el-dialog-basicVisted .el-form-item { |
|
|
|
|
.el_from_basicVisted{ |
|
|
|
|
.el-form-item{ |
|
|
|
|
width: 40%; |
|
|
|
|
:deep( .el-date-editor){ |
|
|
|
|
width: 100% !important; |
|
|
|
|
} |
|
|
|
|
:deep(.el-select){ |
|
|
|
|
width: 100% !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-date-editor) { |
|
|
|
|