From 30075e4e78ae482399325db48d7064b1bc044970 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 7 Jun 2024 14:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B9=E9=87=8F=E6=B7=BB=E5=8A=A0=E9=99=90?= =?UTF-8?q?=E5=88=B6-=E5=8F=AA=E8=83=BD=E8=BE=93=E5=85=A5=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/undocumented/addForm.vue | 20 ++++++++--- .../components/monitorpoint/addForm.vue | 36 ++++++++++++------- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue b/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue index e485e403..a4a5160a 100644 --- a/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue +++ b/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue @@ -92,7 +92,9 @@ > @@ -178,7 +180,9 @@ > @@ -192,7 +196,9 @@ > @@ -207,7 +213,9 @@ > @@ -222,7 +230,9 @@ diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/addForm.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/addForm.vue index ea15de04..81dd57e1 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/addForm.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/addForm.vue @@ -199,7 +199,9 @@ @@ -209,7 +211,9 @@ @@ -219,7 +223,9 @@ @@ -229,7 +235,9 @@ @@ -487,22 +495,22 @@ const numList = [ } ] //测量间隔数据 -const timeIntervalList=[ +const timeIntervalList = [ { - id:'1', - name:'一分钟' + id: '1', + name: '一分钟' }, { - id:'3', - name:'三分钟' + id: '3', + name: '三分钟' }, { - id:'5', - name:'五分钟' + id: '5', + name: '五分钟' }, { - id:'10', - name:'十分钟' + id: '10', + name: '十分钟' } ] //获取登陆用户姓名和部门 @@ -1079,9 +1087,11 @@ defineExpose({ open }) display: flex; justify-content: flex-end; } + ::v-deep .el-tabs__content { height: 100% !important; } + ::v-deep .el-form-item__content { display: flex !important; justify-content: space-between !important;