Files
quinn-accounts/pages/chart/index.wxss
2023-02-11 13:36:19 +08:00

17 lines
224 B
Plaintext

.chart-box {
width:100%;
height:500rpx;
position: absolute;
top: 200rpx;
bottom: 0;
left: -20rpx;
right: 0;
}
ec-canvas {
width: 100%;
height: 100%;
}
.tabs_crevice {
height: 30rpx;
}