feat: tag,Notification替换
This commit is contained in:
15
src/styles/components/ant-notification.scss
Normal file
15
src/styles/components/ant-notification.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.ant-notification-notice {
|
||||
padding: 9px 16px;
|
||||
.ant-notification-notice-content {
|
||||
.ant-notification-notice-message {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-notification-notice-description {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.ant-notification-notice-close {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
4
src/styles/components/ant-tag.scss
Normal file
4
src/styles/components/ant-tag.scss
Normal file
@ -0,0 +1,4 @@
|
||||
.ant-tag{
|
||||
border-radius: 2px;
|
||||
border: none;
|
||||
}
|
||||
@ -22,3 +22,5 @@
|
||||
@import './ant-textarea.scss';
|
||||
@import './ant-select.scss';
|
||||
@import './ant-tabs.scss';
|
||||
@import "./ant-notification.scss";
|
||||
@import "./ant-tag.scss";
|
||||
|
||||
Reference in New Issue
Block a user