From 154134b45b8001c3bd23868183f9150b4609b578 Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Fri, 19 Aug 2022 12:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E9=87=8C=E5=A4=A7=E5=B1=8F(=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E5=B7=A5=E5=9C=B0)=EF=BC=9A=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=A1=94=E5=90=8A=E5=BC=B9=E6=A1=86=E9=A9=BE=E9=A9=B6=E5=91=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../digitalSite/components/TowerDialog.vue | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) 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; + } + } } } }