index.scss 237 B

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