26 lines
477 B
Plaintext
26 lines
477 B
Plaintext
.chart-box {
|
|
width:100%;
|
|
height:500rpx;
|
|
position: absolute;
|
|
top: 100rpx;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.test .t-progress--plump {
|
|
height: 100rpx !important;
|
|
border-bottom: 2rpx solid orange;
|
|
border-radius: 0 !important;
|
|
/*--td-font-size-s: 28rpx;*/
|
|
}
|
|
.test .t-progress__inner {
|
|
--td-radius-round: 0;
|
|
}
|
|
.test .t-progress__bar {
|
|
--td-progress-track-bg-color: --td-bg-color;
|
|
}
|