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; }