diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 0cd62384..3a3548f3 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -802,7 +802,7 @@ textarea { height: 100%; display: flex; align-items: center; - margin: 0 15px 0 0 !important; + margin: 0 0 0 0 !important; color: #fff; } diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index 6e661c21..0e769e36 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -860,7 +860,7 @@ textarea { height: 100%; display: flex; align-items: center; - margin: 0 15px 0 0 !important; + margin: 0 0 0 0 !important; color: #fff; diff --git a/src/i18n/lang/en.js b/src/i18n/lang/en.js index de02e8e4..253803b8 100644 --- a/src/i18n/lang/en.js +++ b/src/i18n/lang/en.js @@ -634,7 +634,7 @@ module.exports = { "startFan": "Start circulation fan", "controlPrecision": "Control precision", "co2Supplement": "Run circulation fan during CO2 supplementation", - "humidifying": "Run circulation fan during humidification", + "humidifying": "High Pressure Mist run circulation fan during humidification", "fanOperation": "Disable circulation fan when main fan is running", "start": "On for", "onDuration": "mins, off for", @@ -1006,7 +1006,7 @@ module.exports = { windSpeedHigh: "When wind speed is greater than", windProtection: ", retract shade net. Wind protection release time", indoorTempHigh: "When indoor temperature is higher than target temperature by", - degree: "degrees, expand outer shade.", + degree: "℃, expand outer shade.", }, parameterSet: { @@ -1204,7 +1204,7 @@ module.exports = { "ventilationStages": "Vent Stages", "fanOperationAngle": "Open Angle When Fan Running", "outdoorTempLimit": "Disable when outdoor temp < ", - "outdoorTempLimit1": "°C", + "outdoorTempLimit1": "℃", "windSpeedLimit": "Close when wind > ", "windSpeedLimit1": "m/s. Wind Protection Reset Time", diff --git a/src/i18n/lang/zh.js b/src/i18n/lang/zh.js index 343cbcb6..b957fcce 100644 --- a/src/i18n/lang/zh.js +++ b/src/i18n/lang/zh.js @@ -646,7 +646,7 @@ module.exports = { "startFan": "启动环流风扇", "controlPrecision": "控制精度", "co2Supplement": "CO2补气时,同时运行环流风扇。", - "humidifying": "加湿时,同时运行环流风扇。", + "humidifying": "高压微雾加湿时,同时运行环流风扇。", "fanOperation": "风机运行时,禁止开环流风扇。", "start": "开启", "onDuration": "分,关闭", @@ -1018,7 +1018,7 @@ module.exports = { windSpeedHigh: "风速大于", windProtection: "时收拢遮阳网,大风保护解除时间", indoorTempHigh: "室内温度高于目标温度", - degree: "度,展开外遮阳。", + degree: "℃,展开外遮阳。", }, parameterSet: { @@ -1221,7 +1221,7 @@ module.exports = { "ventilationStages": "通风窗分阶段全部打开次数", "fanOperationAngle": "风机运行时,通风窗打开角度", "outdoorTempLimit": "室外温度低于", - "outdoorTempLimit1": "度时,禁止开启通风窗。", + "outdoorTempLimit1": "℃时,禁止开启通风窗。", "windSpeedLimit": "风速大于", "windSpeedLimit1": "m/s时,关闭通风窗。大风保护解除时间", "dehumidificationFunction": "开启通风窗除湿功能", diff --git a/src/views/page/circulationCan.vue b/src/views/page/circulationCan.vue index 5ec73509..1b629845 100644 --- a/src/views/page/circulationCan.vue +++ b/src/views/page/circulationCan.vue @@ -109,6 +109,7 @@ + %
diff --git a/src/views/page/sunroofControl.vue b/src/views/page/sunroofControl.vue index 3800f103..63315d0f 100644 --- a/src/views/page/sunroofControl.vue +++ b/src/views/page/sunroofControl.vue @@ -26,62 +26,62 @@
-
-
+
+
1
-
-
{{$t('sunroofControl.tempControlPrecision')}}
+
+ {{$t('sunroofControl.tempControlPrecision')}}
-
-
{{$t('sunroofControl.calculationCycle')}}
+
+ {{$t('sunroofControl.calculationCycle')}} {{$t('text.minutes')}}
-
-
+
+
2
-
-
{{$t('sunroofControl.proportionalCoefficient')}}
+
+ {{$t('sunroofControl.proportionalCoefficient')}}
-
-
{{$t('sunroofControl.integralCoefficient')}}
+
+ {{$t('sunroofControl.integralCoefficient')}}
-
-
{{$t('sunroofControl.pidResult')}}
+
+ {{$t('sunroofControl.pidResult')}}
-
-
+
+
3
-
-
{{$t('sunroofControl.ventilationStages')}}
+
+ {{$t('sunroofControl.ventilationStages')}}
-
-
+
+
4
-
-
{{$t('sunroofControl.fanOperationAngle')}}
+
+ {{$t('sunroofControl.fanOperationAngle')}}