| 1234567891011121314151617181920212223242526 |
- @import '~antd/lib/style/themes/default.less';
- .popover {
- width: 336px;
- }
- .noticeButton {
- cursor: pointer;
- display: inline-block;
- transition: all 0.3s;
- }
- .icon {
- padding: 4px;
- }
- .tabs {
- :global {
- .ant-tabs-nav-scroll {
- text-align: center;
- }
- .ant-tabs-bar {
- margin-bottom: 0;
- }
- }
- }
|