mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
fix(msg): message icon not centered (#2982)
This commit is contained in:
parent
7b26c5994c
commit
e31525a803
@ -8,7 +8,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell, .anticon-left, .anticon-right) {
|
||||
span.anticon:not(
|
||||
.app-iconify,
|
||||
.anticon-vertical-align-top,
|
||||
.anticon-bell,
|
||||
.anticon-left,
|
||||
.anticon-right,
|
||||
.anticon-check-circle,
|
||||
.anticon-info-circle,
|
||||
.anticon-close-circle,
|
||||
.anticon-exclamation-circle,
|
||||
.anticon-loading
|
||||
) {
|
||||
vertical-align: 0.125em !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user