layout.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .chartdesigner-layout {
  2. height: 100%;
  3. overflow: hidden;
  4. .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. .layout-content {
  14. flex: 1;
  15. .ant-layout {
  16. height: 100%;
  17. .content-header {
  18. height: auto;
  19. border-top: none;
  20. background: none;
  21. padding: 0 10px;
  22. line-height: 40px;
  23. border-width: 1px 0;
  24. border-style: solid;
  25. border-color: #CCCCCC;
  26. }
  27. .content-body {
  28. height: 100%;
  29. }
  30. }
  31. }
  32. .ant-layout-sider {
  33. background: none;
  34. border-width: 0 1px 0 1px;
  35. border-style: solid;
  36. border-color: #CCCCCC;
  37. .ant-form-item {
  38. margin-bottom: 0;
  39. }
  40. }
  41. .ant-tabs {
  42. .chartconfig {
  43. .ant-cascader-picker {
  44. .ant-cascader-picker-label {
  45. height: 100%;
  46. padding: 0 6px;
  47. .cascader-label {
  48. margin-left: 6px;
  49. }
  50. .empty-label {
  51. color: #bfbfbf;
  52. }
  53. }
  54. }
  55. }
  56. }
  57. .ant-tabs-bar {
  58. margin: 0;
  59. }
  60. }