fix: 🐛 顶部模式窄屏图标不显示问题

Former-commit-id: e86991e867
This commit is contained in:
hxr 2023-08-21 22:09:22 +08:00
parent 4783a7e2a3
commit 23785bd86d
1 changed files with 6 additions and 0 deletions

View File

@ -121,3 +121,9 @@ function resolvePath(routePath: string) {
</el-sub-menu>
</div>
</template>
<style lang="scss" scoped>
:deep(.el-menu-item .el-menu-tooltip__trigger) {
width: auto !important;
}
</style>