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

26 lines
362 B
Plaintext

.chart-box {
width:100%;
height:500rpx;
position: absolute;
top: 200rpx;
bottom: 0;
left: 0;
right: 0;
}
.line-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;
}