Soil Acidification Iterative Evolution.wxss 429 B

123456789101112131415161718192021222324
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. width: 100%;
  7. height: 100%;
  8. gap: 20px; /* 添加容器之间的间隔 */
  9. }
  10. .sub-title {
  11. font-size: 14px;
  12. font-weight:700;
  13. }
  14. .chart-container {
  15. width: 100%;
  16. height: 300px;
  17. margin-bottom: 20px; /* 添加底部间隔 */
  18. }
  19. .ec-canvas {
  20. width: 100%;
  21. height: 100%;
  22. margin: 0 10px; /* 添加左右间隔 */
  23. }