layout.less 560 B

1234567891011121314151617181920212223242526
  1. .datasourcedetail-layout {
  2. height: 100%;
  3. overflow: hidden;
  4. &>.ant-layout-header {
  5. background: none;
  6. padding: 0 10px;
  7. height: 40px;
  8. line-height: 40px;
  9. border-width: 1px 0;
  10. border-style: solid;
  11. border-color: #CCCCCC;
  12. }
  13. &>.ant-layout-content {
  14. flex: 1;
  15. }
  16. .ant-layout-sider {
  17. background: none;
  18. border-width: 0 1px 0 1px;
  19. border-style: solid;
  20. border-color: #CCCCCC;
  21. .ant-form-item {
  22. margin-bottom: 0;
  23. }
  24. }
  25. }