Browse Source

Merge branch 'master' of http://8.136.199.33:3000/eta_front/eta_chart_front

jwyu 7 months ago
parent
commit
93d9baa9b1
1 changed files with 8 additions and 4 deletions
  1. 8 4
      src/views/chartShow/index.less

+ 8 - 4
src/views/chartShow/index.less

@@ -147,8 +147,10 @@
 	}
 	@media (min-width: 980px) {
 		.mark {
-			width: 580px;
-			height: 60px;
+			// width: 580px;
+			// height: 60px;
+			width: 80%;
+			height: 80%;
 		}
 		.chart-show .notfound {
 			font-size: 24px;
@@ -156,8 +158,10 @@
 	}
 	@media (max-width: 979px) {
 		.mark {
-			width: 242px;
-			height: 25px;
+			// width: 242px;
+			// height: 25px;
+			width: 80%;
+			height: 80%;
 		}
 		.chart-show .notfound {
 			font-size: 14px;