瀏覽代碼

图表适配超小屏幕情况

jwyu 1 年之前
父節點
當前提交
e8d7e806b9
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/views/chartShow/index.less

+ 12 - 0
src/views/chartShow/index.less

@@ -142,4 +142,16 @@
 		.chart-show .notfound {
 			font-size: 14px;
 		}
+	}
+	// 小屏幕
+	@media (max-width: 300px){
+		.chart-show{
+			display: flex;
+			flex-direction: column;
+			.chart-wrapper{
+				flex: 1;
+				height: auto;
+				max-height: none;
+			}
+		}
 	}