| 1234567891011121314151617181920 |
- @import "../customerBlance/index.scss";
- @import "../analysisOfOrderTypeDistribution/index.scss";
- .chart {
- height: 630rpx;
- width: 100vw;
- }
- .chart2 {
- position: relative;
- ec-canvas {
- position: absolute;
- top: -670rpx;
- width: 700rpx;
- height: 630rpx;
- z-index: 2;
- right: 20rpx;
- }
- }
|