index.less 396 B

123456789101112131415161718192021222324
  1. @import '~antd/lib/style/themes/default.less';
  2. .menu {
  3. :global(.anticon) {
  4. margin-right: 8px;
  5. }
  6. :global(.ant-dropdown-menu-item) {
  7. width: 160px;
  8. }
  9. }
  10. .dropDown {
  11. cursor: pointer;
  12. vertical-align: top;
  13. line-height: @layout-header-height;
  14. > i {
  15. font-size: 14px !important;
  16. transform: none !important;
  17. svg {
  18. position: relative;
  19. top: -1px;
  20. }
  21. }
  22. }