This commit is contained in:
zhutianqi
2022-01-18 20:27:34 +08:00
parent 35a3eab82a
commit af95341df1
@@ -82,6 +82,7 @@
style="display: none;"
clearable
></el-input>
<el-button type="primary" @click="choiceZRR">选择责任人</el-button>
<el-input v-model="form.responUserListName" placeholder="请选择责任人" @click.native="choiceZRR"></el-input>
</el-form-item>
</el-col>
@@ -404,15 +405,6 @@ export default {
padding: 0 20px 0;
}
}
.blueClass {
background: #1E89FF;
/deep/.el-form-item__label {
color: #fff;
}
/deep/.el-input__inner {
color: #fff !important;
}
}
.fileClass {
cursor: pointer;
}