fix: 🐛 顶部模式窄屏图标不显示问题
Former-commit-id: e86991e867777684f68bc255d30c4d5124b3b2aa
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user