Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
This commit is contained in:
commit
1a166a797c
@ -11,6 +11,15 @@
|
|||||||
.anticon {
|
.anticon {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* * 修复按钮添加图标时的位置问题 */
|
||||||
|
svg {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg + span {
|
||||||
|
margin-inline-start: 6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-message-notice-content,
|
.ant-message-notice-content,
|
||||||
|
Loading…
Reference in New Issue
Block a user