Files
quinn-accounts/pages/chart/index.wxss
2023-02-12 19:04:01 +08:00

29 lines
395 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;
}
.allLook {
padding: 40rpx;
}
ec-canvas {
width: 100%;
height: 100%;
}
.tabs_crevice {
height: 30rpx;
}