layout.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .chartconfig {
  33. .ant-cascader-picker {
  34. .ant-cascader-picker-label {
  35. height: 100%;
  36. padding: 0 6px;
  37. .cascader-label {
  38. margin-left: 6px;
  39. }
  40. .empty-label {
  41. color: #bfbfbf;
  42. }
  43. }
  44. }
  45. }
  46. }
  47. .ant-tabs-bar {
  48. margin: 0;
  49. }
  50. }