Commit 4fcc53e1 authored by 崔佳豪's avatar 崔佳豪

style: 处理anticon位置偏下

parent c6aae308
Pipeline #54273 passed with stages
......@@ -264,6 +264,13 @@ body {
//& /deep/ .ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
// bottom: 0px!important;
//}
:global {
// antd默认vertical-align: -0.125em 偏下
.anticon {
vertical-align: 0.125em;
}
}
}
.panda-pro-components-global-header-index-userWrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment