修改表单星号样式
This commit is contained in:
parent
b890ba517f
commit
f1031d60fd
@ -49,8 +49,8 @@
|
||||
</el-col>
|
||||
<el-col :span="10">
|
||||
<!-- 单位工程名称 -->
|
||||
<label class="xingxing"></label>
|
||||
<el-form-item :label="$t('message.buildersDiary.unitProjectName')+':'" prop="buildName">
|
||||
<!-- <label class="xingxing"></label> -->
|
||||
<el-form-item class="xingxing" :label="$t('message.buildersDiary.unitProjectName')+':'" prop="buildName">
|
||||
<el-input v-model="ruleForm.buildName"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -68,8 +68,8 @@
|
||||
</el-col>
|
||||
<el-col :span="10">
|
||||
<!-- 施工项目部门 -->
|
||||
<label class="xingxing"></label>
|
||||
<el-form-item :label="$t('message.buildersDiary.constructionProjectDepartment')+':'" prop="buildProjectDept">
|
||||
<!-- <label class="xingxing"></label> -->
|
||||
<el-form-item class="xingxing" :label="$t('message.buildersDiary.constructionProjectDepartment')+':'" prop="buildProjectDept">
|
||||
<el-input v-model="ruleForm.buildProjectDept"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -87,15 +87,15 @@
|
||||
</el-col>
|
||||
<el-col :span="5">
|
||||
<!-- 项目负责人 -->
|
||||
<label class="xingxing"></label>
|
||||
<el-form-item :label="$t('message.buildersDiary.projectDutyPeople')+':'" prop="projectDirector">
|
||||
<!-- <label class="xingxing"></label> -->
|
||||
<el-form-item class="xingxing":label="$t('message.buildersDiary.projectDutyPeople')+':'" prop="projectDirector">
|
||||
<el-input v-model="ruleForm.projectDirector"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="5">
|
||||
<!-- 单位工程施工员 -->
|
||||
<label class="xingxing"></label>
|
||||
<el-form-item :label="$t('message.buildersDiary.unitConstructionPeople')+':'" prop="constructionCrew">
|
||||
<!-- <label class="xingxing"></label> -->
|
||||
<el-form-item class="xingxing" :label="$t('message.buildersDiary.unitConstructionPeople')+':'" prop="constructionCrew">
|
||||
<el-input v-model="ruleForm.constructionCrew"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -955,11 +955,17 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.xingxing{
|
||||
position: relative;
|
||||
}
|
||||
.xingxing::before{
|
||||
content: "*";
|
||||
color: red;
|
||||
font-size: 14px;
|
||||
margin-right: 6px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 0px;
|
||||
|
||||
}
|
||||
|
||||
.diaryMod {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user