fix: 修复导航栏的菜单样式错误的影响到其他菜单的问题

This commit is contained in:
Xu Zhimeng 2025-06-05 11:39:55 +08:00
parent 0d2d7f2128
commit 84bbc15274

View File

@ -139,6 +139,10 @@ export default {
height: 40px; height: 40px;
margin-right: 10px; margin-right: 10px;
} }
.ant-menu-item {
display: inline-flex !important;
}
</style> </style>
<style lang="less"> <style lang="less">
.ant-menu-submenu-popup { .ant-menu-submenu-popup {
@ -174,8 +178,4 @@ export default {
} }
} }
} }
.ant-menu-item {
display: inline-flex !important;
}
</style> </style>