This commit is contained in:
2025-08-15 16:54:37 +08:00
parent 192caba460
commit 1b4b1c0128
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const useAppStore = defineStore('app', () => {
const sidebar = reactive({
opened: sidebarStatus.value ? !!+sidebarStatus.value : true,
withoutAnimation: false,
hide: true
hide: false
});
const device = ref<string>('desktop');
const size = useStorage<'large' | 'default' | 'small'>('size', 'default');

View File

@ -3,7 +3,6 @@
<template #header>
<span class="font-bold text-lg text-gray-800">物流信息</span>
</template>
<template #default>
<!-- 物流头部信息 -->
<div class="bg-white rounded-lg shadow-md p-5 mb-6">