Bläddra i källkod

Merge branch 'ZHNY_LHR' into ZHNY_DCF

DESKTOP-GBVU60Q\dell 2 år sedan
förälder
incheckning
caf9be7f3e

+ 1 - 1
src/views/test/components/SeedlingMonitor.vue

@@ -63,7 +63,7 @@
 <style scoped>
 	.video {
 		margin-top: 25rem;
-		width: 180rem;
+		width: 170rem;
 		height: 165rem;
 		display: inline-block;
 		float: left;

+ 17 - 0
src/views/test/components/SoilMoisture.vue

@@ -81,6 +81,12 @@
 								formatter: "{value}",
 								color: "#e2e9ff",
 							},
+							axisLine: {
+								lineStyle: {
+									color: "lightgray",
+									width: 1
+								}
+							},
 							data: ['1:00', '5:00', '9:00', '13:00', '17:00', '21:00', '24:00']
 						},
 
@@ -93,10 +99,21 @@
 								color: "rgba(255,255,255,0.12)",
 							},
 						},
+						
 						axisLabel: {
 							formatter: "{value}",
 							color: "#e2e9ff",
 						},
+						axisLine: {
+							show: true,
+							lineStyle: {
+								color: "lightgray",
+								width: 1
+							}
+						},
+						axisTick: {
+							show: true
+						}, //隐藏纵坐标刻度小线条
 					}],
 					series: [{
 							name: '土壤温度(℃)',