layout.css 376 B

123456789101112131415161718192021222324252627
  1. html,
  2. body,
  3. #root {
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .ant-layout {
  8. height: 100%;
  9. }
  10. .ant-layout-header {
  11. background: none !important;
  12. }
  13. .ant-layout-content {
  14. flex: 1 !important;
  15. }
  16. .ant-layout-sider {
  17. background: none !important;
  18. border-width: 0 1px 0 1px;
  19. border-style: solid;
  20. border-color: #CCCCCC;
  21. }
  22. .ant-tabs {
  23. height: 100%;
  24. }
  25. .ant-tabs-bar {
  26. margin: 0;
  27. }