index.less 588 B

1234567891011121314151617181920212223242526272829303132
  1. @import '../styles/cfg.less';
  2. //@import '../styles/iconfont/iconfont.css';
  3. .root {
  4. position: fixed;
  5. width: @panel-width;
  6. top: 0;
  7. left: 0;
  8. bottom: 0;
  9. z-index: 10;
  10. //height: 100%;
  11. overflow: hidden;
  12. //background: @bg_left;
  13. //color: @font_color_left;
  14. user-select: none;
  15. -webkit-app-region: drag;
  16. :global {
  17. .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  18. background: none;
  19. }
  20. .ant-tree li .ant-tree-node-content-wrapper:hover {
  21. background: none;
  22. }
  23. }
  24. }
  25. .mac_handler {
  26. height: 36px;
  27. -webkit-app-region: drag;
  28. }