diff --git a/src/views/vxEwm/enterprise/info.vue b/src/views/vxEwm/enterprise/info.vue index fde5bbd..3838fa7 100644 --- a/src/views/vxEwm/enterprise/info.vue +++ b/src/views/vxEwm/enterprise/info.vue @@ -618,7 +618,7 @@ img { padding-bottom: 0.5rem; .cell-box { - padding: 0 0.42rem; + padding: 0 0.25rem; min-height: 1rem; background: #fff; border-radius: 28px; @@ -682,6 +682,8 @@ img { .right-data-unit { display: flex; align-items: center; + & > div { + } .right-data { font-size: 0.38rem; color: #333333; @@ -840,7 +842,6 @@ img { } .right-unit { - // border: 1px solid red; - margin-top: 0.08rem; + 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 c4c3768..abf3f60 100644 --- a/src/views/vxEwm/garden/park/components/statistics.vue +++ b/src/views/vxEwm/garden/park/components/statistics.vue @@ -596,7 +596,6 @@ div { .order-unit, .unit, .data-unit { - margin-top: 0.08rem; - // border: 1px solid red; + margin-top: 0.2vh; }