index.scss 294 B

1234567891011121314151617181920
  1. @import "../customerBlance/index.scss";
  2. @import "../analysisOfOrderTypeDistribution/index.scss";
  3. .chart {
  4. height: 630rpx;
  5. width: 100vw;
  6. }
  7. .chart2 {
  8. position: relative;
  9. ec-canvas {
  10. position: absolute;
  11. top: -670rpx;
  12. width: 700rpx;
  13. height: 630rpx;
  14. z-index: 2;
  15. right: 20rpx;
  16. }
  17. }