|
|
@ -140,7 +140,7 @@ |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<!-- 修改表单 --> |
|
|
|
<el-dialog :title="dialog.title" :visible.sync="dialog.Visible" @open=openDialog center :width="type=='userInfo'?'690px':'350px'"> |
|
|
|
<el-dialog :title="dialog.title" :visible.sync="dialog.Visible" @open=openDialog center :width="type=='userInfo'?'550px':'350px'"> |
|
|
|
<el-form :model="form" :inline="true"> |
|
|
|
<div v-if="type == 'level'"> |
|
|
|
<el-form-item label="客户昵称:" style="width:100%"> |
|
|
@ -160,7 +160,7 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</div> |
|
|
|
<div v-if="type == 'userInfo'" style="display:flex;flex-direction: column;width:100%"> |
|
|
|
<div v-if="type == 'userInfo'" class="infoPerfect" style="display:flex;flex-direction: column;width:100%"> |
|
|
|
<el-form-item label="简介"> |
|
|
|
<el-input style="width:100%" type="textarea" :rows="5" v-model="form.introduction" placeholder="请输入用户简介" /> |
|
|
|
</el-form-item> |
|
|
@ -574,7 +574,7 @@ export default { |
|
|
|
display: flex !important; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .el-form-item__content{ |
|
|
|
width: 100%; |
|
|
|
.infoPerfect ::v-deep .el-form-item__content{ |
|
|
|
width: 500px; |
|
|
|
} |
|
|
|
</style> |