layout.less 764 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .chartdesigner-layout {
  2. height: 100%;
  3. .ant-layout-header {
  4. background: none;
  5. padding: 0 10px;
  6. height: 40px;
  7. line-height: 40px;
  8. border-width: 1px 0;
  9. border-style: solid;
  10. border-color: #CCCCCC;
  11. }
  12. .ant-layout-content {
  13. flex: 1;
  14. .ant-layout {
  15. height: 100%;
  16. .content-header {
  17. height: auto;
  18. border-top: none;
  19. }
  20. }
  21. }
  22. .ant-layout-sider {
  23. background: none;
  24. border-width: 0 1px 0 1px;
  25. border-style: solid;
  26. border-color: #CCCCCC;
  27. .ant-form-item {
  28. margin-bottom: 0;
  29. }
  30. }
  31. .ant-tabs {
  32. }
  33. .ant-tabs-bar {
  34. margin: 0;
  35. }
  36. }