From 9af66c074a20ac0114f458e6d1a5e08f9132cc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Sat, 13 Sep 2025 10:14:11 +0800 Subject: [PATCH] 1 --- src/views/page/status.vue | 61 ++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/src/views/page/status.vue b/src/views/page/status.vue index 4564cbfc..ab509d9d 100644 --- a/src/views/page/status.vue +++ b/src/views/page/status.vue @@ -13,18 +13,16 @@
{{$t('status.instantFlow')}}
{{ countData(inputData['28']) }}
- -
-
+
{{$t('status.currentVolume')}}
{{ countData(inputData['37']) }}
+
+
{{$t('status.startupMethod')}}
{{ openType }}
-
-
{{$t('status.formulaNumber')}}
{{ countData(inputData['31']) }}
@@ -34,12 +32,14 @@
{{ countData(inputData['38']) }}
-
+
{{$t('status.inletPump')}}
{{$t('status.fertilizerPump')}}
@@ -51,13 +51,20 @@
{{$t('status.fertilizerIntensity')}}
-
{{ - item.title }}
-
{{ item.name }}
+
{{ + item.name }}
+
+
+
配肥强度
{{ item.number }}
+
-
{{ item.speed }}(L/h)
+
+
配肥速度
+ +
{{ item.speed }}L/h
+
@@ -133,7 +140,9 @@
-
{{$t('status.fertilizationSpeed')}} (L/h)
+
{{$t('status.fertilizationSpeed')}} + 启动方式:{{openTypeStir}} +
@@ -523,6 +532,8 @@ export default { return '联动启动' }else if(list[3]==1){ return '手动启动' + }else{ + return '无' } }, getType29(index) { @@ -665,7 +676,11 @@ export default { display: flex; align-items: center; justify-content: space-between; - + .main-title{ + display: flex; + align-items: center; + justify-content: space-between; + } >div { height: 100%; } @@ -681,7 +696,8 @@ export default { width: 100%; .view-content { - height: 400px; + // height: 400px; + height: 270px; padding: 20px 16px 37px; display: flex; flex-direction: column; @@ -732,7 +748,7 @@ export default { width: 100%; .view-content { - height: 321px; + height: 430px; display: grid; grid-template-columns: repeat(2, 1fr); grid-row-gap: 5px; //纵向间隔 @@ -754,7 +770,7 @@ export default { background-size: 100% 100%; span { - font-size: 30px; + font-size:18px; font-family: Oswald; font-weight: 500; color: #FFFFFF; @@ -766,12 +782,13 @@ export default { } .name { - font-size: 20px; + font-size: 14px; font-family: Alibaba PuHuiTiR; font-weight: 400; color: #FFFFFF; - width: 49px; + // width: 49px; padding-left: 5px; + margin-right: 5px; } .line{ width: 100%; @@ -780,10 +797,14 @@ export default { } .right{ -width: calc(100% - 100px); +width: calc(100% - 55px); + } + .flex{ + display: flex; + align-items: center; } .number { - width: 100%; + // width: 100%; font-size: 24px; font-family: Oswald; font-weight: 500;