Merge branch 'develop' into 'FOTON'

Develop

See merge request LAWS/laws-system-front-FOTON!298
This commit is contained in:
王夏晖
2022-01-18 20:57:30 +08:00
@@ -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;
}