Files
quinn-accounts/pages/chart/index.wxss
2023-01-28 15:25:55 +08:00

26 lines
353 B
Plaintext

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