smartmeter-app/echarts-for-weixin-master/pages/multiCharts/index.wxss
2023-12-05 16:45:28 +08:00

16 lines
199 B
Plaintext

#mychart-dom-multi-bar {
position: absolute;
top: 0;
bottom: 50%;
left: 0;
right: 0;
}
#mychart-dom-multi-scatter {
position: absolute;
top: 50%;
bottom: 0;
left: 0;
right: 0;
}