layout.less 397 B

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