diff --git a/src/views/projectAdmin/zjsj/security/centerBottom.vue b/src/views/projectAdmin/zjsj/security/centerBottom.vue index 299adf44..591bf231 100644 --- a/src/views/projectAdmin/zjsj/security/centerBottom.vue +++ b/src/views/projectAdmin/zjsj/security/centerBottom.vue @@ -5,6 +5,32 @@ {{ tab }} +
+
+
+
序号
+
验收项目
+
验收要求
+
验收结果
+
专业承包单位
+
防护责任人
+
验收日期
+
+
+
+ +
+
{{ i }}
+
深基坑临边防护
+
砌筑200M以上挡水墙
+
符合要求
+
中国建筑第四工程局有限公司
+
王黑
+
2022-02-02
+
+
+
+
@@ -45,4 +71,46 @@ export default { } } } +.list { + width: 100%; + height: calc(100% - 32px); + .thead { + font-size: 14px; + color: #6ee4f0; + } + .tbody { + height: calc(100% - 32px); + font-size: 12px; + color: #ccc; + } + .row { + display: flex; + .td { + height: 32px; + line-height: 32px; + text-align: center; + &:nth-child(1) { + width: 80px; + } + &:nth-child(2) { + width: 90px; + } + &:nth-child(3) { + flex: 1; + } + &:nth-child(4) { + width: 90px; + } + &:nth-child(5) { + flex: 1; + } + &:nth-child(6) { + width: 90px; + } + &:nth-child(7) { + width: 90px; + } + } + } +}