Files
quinn-accounts/pages/chart/index.wxss
2023-02-11 00:39:10 +08:00

35 lines
512 B
Plaintext

.chart-box {
width:100%;
height:500rpx;
position: absolute;
top: 78rpx;
bottom: 0;
left: -20rpx;
right: 0;
}
.chart-box2 {
width:100%;
height:500rpx;
position: absolute;
top: 498rpx;
left: -20rpx;
right: 0;
}
.chart_title{
margin-top: 18rpx;
margin-left: 25rpx;
color: orange;
}
.chart-title2{
margin-top: 50rpx;
margin-left: 25rpx;
color: orange;
}
ec-canvas {
width: 100%;
height: 100%;
}
.tabs_crevice {
height: 30rpx;
}