mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-15 16:39:23 +00:00
fix: 修复部分图标未居中的问题 (#2917)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.anticon:not(.app-iconify) {
|
span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell) {
|
||||||
vertical-align: 0.125em !important;
|
vertical-align: 0.125em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
@prefix-cls: ~'@{namespace}-header-notify';
|
@prefix-cls: ~'@{namespace}-header-notify';
|
||||||
|
|
||||||
.@{prefix-cls} {
|
.@{prefix-cls} {
|
||||||
padding-top: 2px;
|
padding-bottom: 1px;
|
||||||
|
|
||||||
&__overlay {
|
&__overlay {
|
||||||
max-width: 360px;
|
max-width: 360px;
|
||||||
@@ -77,6 +77,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-badge {
|
.ant-badge {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
||||||
.ant-badge-multiple-words {
|
.ant-badge-multiple-words {
|
||||||
|
@@ -120,7 +120,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-badge-dot {
|
.ant-badge-dot {
|
||||||
top: 10px;
|
top: 14px;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -31,3 +31,8 @@
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="less" scoped>
|
||||||
|
span.anticon-redo {
|
||||||
|
vertical-align: baseline !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Reference in New Issue
Block a user