Skip to content

Commit

Permalink
style: 添加TabMenu边框
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Feb 7, 2024
1 parent 901c891 commit feb3d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TabMenu/src/TabMenu.vue
Expand Up @@ -209,7 +209,8 @@ export default defineComponent({
{
'!left-[var(--tab-menu-min-width)]': unref(collapse),
'!left-[var(--tab-menu-max-width)]': !unref(collapse),
'!w-[var(--left-menu-max-width)]': unref(showMenu) || unref(fixedMenu),
'!w-[var(--left-menu-max-width)] border-r-1 border-r-solid border-[var(--el-border-color)]':
unref(showMenu) || unref(fixedMenu),
'!w-0': !unref(showMenu) && !unref(fixedMenu)
}
]}
Expand Down

0 comments on commit feb3d9a

Please sign in to comment.