fix: antd button icon style (#5421)
This commit is contained in:
parent
2d0859a727
commit
3f0f4d50a1
@ -11,6 +11,15 @@
|
||||
.anticon {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
/* * 修复按钮添加图标时的位置问题 */
|
||||
svg {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
svg + span {
|
||||
margin-inline-start: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-notice-content,
|
||||
|
Loading…
Reference in New Issue
Block a user