record-care.scss 177 B

12345678910111213
  1. .chart-care {
  2. width: 92%;
  3. height: 500rpx;
  4. background: #fff;
  5. border-radius: 12rpx;
  6. margin: auto;
  7. padding-top: 20px;
  8. }
  9. .canvas-box {
  10. width: 100%;
  11. height: 100%;
  12. }