Skip to content

Commit 1ea15d6

Browse files
author
qyh
committed
fix(@vben-core/layout-ui): 双列布局隐藏fixedbutton
closed #5841
1 parent c623604 commit 1ea15d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@core/ui-kit/layout-ui/src/components/layout-sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function handleMouseleave() {
303303
/>
304304

305305
<SidebarFixedButton
306-
v-if="!extraCollapse"
306+
v-if="!extraCollapse && showFixedButton"
307307
v-model:expand-on-hover="expandOnHover"
308308
/>
309309
<div v-if="!extraCollapse" :style="extraTitleStyle" class="pl-2">

0 commit comments

Comments
 (0)