layout.less 503 B

1234567891011121314151617181920212223242526272829303132
  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;
  10. padding: 0 10px;
  11. height: 40px;
  12. line-height: 40px;
  13. border-width: 1px 0;
  14. border-style: solid;
  15. border-color: #CCCCCC;
  16. }
  17. .ant-layout-content {
  18. flex: 1;
  19. }
  20. .ant-layout-sider {
  21. background: none;
  22. border-width: 0 1px 0 1px;
  23. border-style: solid;
  24. border-color: #CCCCCC;
  25. }
  26. .ant-tabs {
  27. height: 100%;
  28. }
  29. .ant-tabs-bar {
  30. margin: 0;
  31. }