list.less 278 B

1234567891011121314151617
  1. ec-canvas {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .container {
  6. position: absolute;
  7. top: 0;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: space-between;
  15. box-sizing: border-box;
  16. }