From 89e9ff42981f01b1a4b1c328cbc6239ad67664b5 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Sun, 4 Aug 2024 19:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E5=A3=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ultrasoniccom/ultrasonicForm.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ultrasoniccom/ultrasonicForm.vue b/src/views/ultrasoniccom/ultrasonicForm.vue index a8f7b2e2..bb7e26de 100644 --- a/src/views/ultrasoniccom/ultrasonicForm.vue +++ b/src/views/ultrasoniccom/ultrasonicForm.vue @@ -27,7 +27,7 @@ - + @@ -381,7 +381,7 @@ -
+
{ .my-left { width: 20%; background: lightblue; - height: 1020px; + height: 91.4vh; } .my-middle { width: 60%; margin-left: 2px; background: rgb(238, 240, 238); - height: calc(100% - 60px); + height: 94.4vh; } .my-right { @@ -1025,7 +1025,7 @@ const chooseImage = (event, id: number) => { display: flex; flex-direction: column; align-items: flex-start; - height: 1016px; + height: 91.3vh; }