You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
407 B
30 lines
407 B
@import "~antd/lib/style/themes/default.less";
|
|
|
|
.popover {
|
|
width: 336px;
|
|
:global(.ant-popover-inner-content) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.noticeButton {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
transition: all .3s;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 16px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.tabs {
|
|
:global {
|
|
.ant-tabs-nav-scroll {
|
|
text-align: center;
|
|
}
|
|
.ant-tabs-bar {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
}
|
|
|