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

隐患信息修改 gengdidi

parent fac1cbfd
...@@ -292,20 +292,9 @@ ...@@ -292,20 +292,9 @@
placeholder="选择截止日期" style="width: 350px" :disabled="isDetail"> placeholder="选择截止日期" style="width: 350px" :disabled="isDetail">
</el-date-picker> </el-date-picker>
</el-form-item> </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> </el-form>
<div> <div>
<div style="font-weight: 700;font-size: 18px;margin-left: 12px;margin-bottom: 9px;">隐患信息</div> <div class="hiddenInfo">隐患信息</div>
<HiddenTrouble <HiddenTrouble
:hiddenList="hiddenInfoList"/> :hiddenList="hiddenInfoList"/>
</div> </div>
...@@ -939,7 +928,10 @@ export default { ...@@ -939,7 +928,10 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.hiddenInfo .el-form-item__label{ .hiddenInfo{
font-size: 30px !important; font-weight: 700;
font-size: 18px;
margin-left: 12px;
margin-bottom: 9px;
} }
</style> </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