@@ -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;