From 1453953ea4b196bb73bfb6744c8095f923b0347f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=91=E9=B9=8F?= Date: Thu, 19 Dec 2024 17:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E9=A3=8E=E6=9C=BA:=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/backend/WindBlower/index.vue | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ui/dasadmin/src/views/backend/WindBlower/index.vue b/ui/dasadmin/src/views/backend/WindBlower/index.vue index d3c16776..9dc46472 100644 --- a/ui/dasadmin/src/views/backend/WindBlower/index.vue +++ b/ui/dasadmin/src/views/backend/WindBlower/index.vue @@ -236,12 +236,14 @@
- -
- {{ item.name }} - {{ item.value }} -
-
+ + +
+ {{ item.name }} + {{ item.value }} +
+ +
@@ -1498,17 +1500,19 @@ $labelHeight: 24px; float: right; } .dialogContent { + width: 100%; height: 500px; // overflow-y: auto; // overflow-x: hidden; .PitchPart { - width: calc(100% - 10px); + display: flex; + flex-wrap: wrap; + width: 100%; .Pitchitem { border: 1px solid #e1edf6; display: flex; justify-content: space-between; - margin-left: 15px; - width: 480px; + width: 50%; .PitchitemLeft { display: flex; align-items: center;