diff --git a/src/views/projectAdmin/jlw/digitalSite/components/TowerDialog.vue b/src/views/projectAdmin/jlw/digitalSite/components/TowerDialog.vue index 8b68ac4b..6c54ce2b 100644 --- a/src/views/projectAdmin/jlw/digitalSite/components/TowerDialog.vue +++ b/src/views/projectAdmin/jlw/digitalSite/components/TowerDialog.vue @@ -4,13 +4,25 @@
设备信息
-
+
设备名称:
设备编号:
设备备案号:
生产厂家:
+
+
驾驶员信息
+
+ +
+
姓名:
+
年龄:
+
特种证书编号:
+
证件:
+
+
+
@@ -97,6 +109,9 @@ export default { display: flex; .left { width: 440px; + > :nth-child(2) { + margin: 20px 0; + } } .card { .card-title { @@ -115,12 +130,22 @@ export default { background-color: #6ce9f0; } } - .device { + .content { padding-left: 14px; - height: 100px; .info-item { margin-bottom: 10px; } + &.device { + height: 100px; + } + &.driver { + display: flex; + img { + margin-right: 10px; + width: 100px; + height: 100px; + } + } } } }