Commit 9ff2d7c6 authored by 耿迪迪's avatar 耿迪迪

隐患信息修改 gengdidi

parent fac1cbfd
......@@ -292,20 +292,9 @@
placeholder="选择截止日期" style="width: 350px" :disabled="isDetail">
</el-date-picker>
</el-form-item>
<!--<el-form-item label="隐患信息" prop="hiddenInfo" v-show="hiddenInfoList.length > 0" class="hiddenInfo">
<el-row>
<el-col :span="2">
<span>隐患信息</span>
</el-col>
<el-col :span="22">
<HiddenTrouble
:hiddenList="hiddenInfoList"/>
</el-col>
</el-row>
</el-form-item>-->
</el-form>
<div>
<div style="font-weight: 700;font-size: 18px;margin-left: 12px;margin-bottom: 9px;">隐患信息</div>
<div class="hiddenInfo">隐患信息</div>
<HiddenTrouble
:hiddenList="hiddenInfoList"/>
</div>
......@@ -939,7 +928,10 @@ export default {
};
</script>
<style lang="scss" scoped>
.hiddenInfo .el-form-item__label{
font-size: 30px !important;
.hiddenInfo{
font-weight: 700;
font-size: 18px;
margin-left: 12px;
margin-bottom: 9px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment