diff --git a/src/components/KUNGalgameTopBar.vue b/src/components/KUNGalgameTopBar.vue index f6f7f184..db424e72 100644 --- a/src/components/KUNGalgameTopBar.vue +++ b/src/components/KUNGalgameTopBar.vue @@ -1,10 +1,6 @@ - + + {{ asideWidth }} - 折叠左侧区域 + 折叠左侧区域 @@ -26,7 +36,7 @@ import { Icon } from '@iconify/vue' .aside { /* 侧边栏距离文章区域的距离 */ margin-right: 5px; - width: 240px; + width: v-bind('asideWidthStyle'); /* 侧边栏相对于整体可视部分的占比 */ /* 侧边栏高度 */ height: 100%;