Soil Acidification Iterative Evolution.wxss 377 B

123456789101112131415161718192021
  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. .chart-container {
  11. width: 100%;
  12. height: 300px;
  13. margin-bottom: 20px; /* 添加底部间隔 */
  14. }
  15. .ec-canvas {
  16. width: 100%;
  17. height: 100%;
  18. margin: 0 10px; /* 添加左右间隔 */
  19. }