This commit is contained in:
2023-01-28 15:25:55 +08:00
parent 3a134326e7
commit 13cf902ce2
9 changed files with 259 additions and 46 deletions

View File

@@ -7,6 +7,15 @@
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%;
@@ -14,11 +23,3 @@ ec-canvas {
.tabs_crevice {
height: 30rpx;
}
.big_progress .t-progress--plump {
height: 100rpx !important;
border-radius: 0 !important;
/*--td-font-size-s: 28rpx;*/
}
.big_progress .t-progress__inner {
--td-radius-round: 0;
}