index.less 327 B

1234567891011121314151617181920212223242526
  1. @import '~antd/lib/style/themes/default.less';
  2. .popover {
  3. width: 336px;
  4. }
  5. .noticeButton {
  6. cursor: pointer;
  7. display: inline-block;
  8. transition: all 0.3s;
  9. }
  10. .icon {
  11. padding: 4px;
  12. }
  13. .tabs {
  14. :global {
  15. .ant-tabs-nav-scroll {
  16. text-align: center;
  17. }
  18. .ant-tabs-bar {
  19. margin-bottom: 0;
  20. }
  21. }
  22. }