content.less 978 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .chartdesigner {
  2. .sider-left {
  3. .sider-tabs {
  4. .ant-tabs-nav .ant-tabs-tab {
  5. height: 37px;
  6. margin: 0;
  7. padding: 7px 16px;
  8. }
  9. .chartconfig, .otherconfig {
  10. padding: 0 10px;
  11. }
  12. }
  13. .sider-footer {
  14. position: absolute;
  15. bottom: 0;
  16. width: 100%;
  17. padding: 0;
  18. border-top: 1px solid #CCCCCC;
  19. height: 40px;
  20. .fresh-bar {
  21. display: flex;
  22. justify-content: space-between;
  23. margin: 9px 10px 0;
  24. }
  25. }
  26. }
  27. .ant-cascader-picker {
  28. .anticon {
  29. font-size: 12px;
  30. }
  31. }
  32. .ant-cascader-picker-focused {
  33. color: rgba(0, 0, 0, .65);
  34. }
  35. .ant-cascader-picker-with-value {
  36. .ant-tag,.empty-label,.ant-cascader-picker-label {
  37. display: none;
  38. }
  39. }
  40. }