feat: tag,Notification替换

This commit is contained in:
rd
2025-09-05 13:51:33 +08:00
parent 57156792cc
commit f6b91fce4f
15 changed files with 94 additions and 72 deletions

View 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%);
}
}

View File

@ -0,0 +1,4 @@
.ant-tag{
border-radius: 2px;
border: none;
}

View File

@ -22,3 +22,5 @@
@import './ant-textarea.scss';
@import './ant-select.scss';
@import './ant-tabs.scss';
@import "./ant-notification.scss";
@import "./ant-tag.scss";