From 007f7ffdaf502601435d32c5269e6acc75ee3531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Mon, 18 Mar 2024 09:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=BA=95=E9=83=A8=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vxEwm/enterprise/info.vue | 8 ++------ src/views/vxEwm/garden/park/components/statistics.vue | 8 +++++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/views/vxEwm/enterprise/info.vue b/src/views/vxEwm/enterprise/info.vue index 9b75901..b920e0e 100644 --- a/src/views/vxEwm/enterprise/info.vue +++ b/src/views/vxEwm/enterprise/info.vue @@ -682,8 +682,6 @@ img { .right-data-unit { display: flex; align-items: center; - & > div { - } .right-data { font-size: 0.38rem; color: #333333; @@ -692,6 +690,8 @@ img { margin-right: 0.1rem; } .right-unit { + position: relative; + top: 0; font-size: 0.19rem; color: #666666; font-weight: bold; @@ -840,8 +840,4 @@ img { .svan-label span { flex: 1; } - -.right-unit { - margin-top: 0.2vh; -} diff --git a/src/views/vxEwm/garden/park/components/statistics.vue b/src/views/vxEwm/garden/park/components/statistics.vue index abf3f60..e2bdeb9 100644 --- a/src/views/vxEwm/garden/park/components/statistics.vue +++ b/src/views/vxEwm/garden/park/components/statistics.vue @@ -592,10 +592,12 @@ div { } } } + .num-unit, +.data-unit, .order-unit, -.unit, -.data-unit { - margin-top: 0.2vh; +.unit { + position: relative; + top: 0vh; }