fix my avatar tab too width push the sidebar

This commit is contained in:
pa
2026-03-07 21:50:22 +09:00
parent baf50d8a62
commit f862f8ad10
3 changed files with 28 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
]"
@layout="handleLayout">
<template #default="{ layout }">
<ResizablePanel :default-size="mainDefaultSize" :order="1" :size-unit="'px'">
<ResizablePanel :default-size="mainDefaultSize" :order="1">
<RouterView v-slot="{ Component }">
<KeepAlive exclude="ChartsInstance, ChartsMutual">
<component :is="Component" />
@@ -46,7 +46,6 @@
:collapsed-size="0"
collapsible
:order="2"
:size-unit="'px'"
:style="{ maxWidth: `${asideMaxPx}px` }">
<Sidebar></Sidebar>
</ResizablePanel>