26 lines
353 B
Plaintext
26 lines
353 B
Plaintext
.chart-box {
|
|
width:100%;
|
|
height:500rpx;
|
|
position: absolute;
|
|
top: 100rpx;
|
|
bottom: 0;
|
|
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%;
|
|
}
|
|
.tabs_crevice {
|
|
height: 30rpx;
|
|
}
|