system 模块中菜单超出可视区域

This commit is contained in:
任珮宇 2024-02-22 16:01:07 +08:00
parent cee2d7d29e
commit 001cab901c

View File

@ -839,6 +839,6 @@ body {
</style> </style>
<style lang="less" scoped> <style lang="less" scoped>
.ant-menu { .ant-menu {
width: 1750px; max-width: calc(100% - 200px);
} }
</style> </style>