tabs优化

This commit is contained in:
Gary Fu
2023-12-30 14:07:49 +08:00
parent aeb759c5c0
commit d74c876d70
12 changed files with 210 additions and 39 deletions

View File

@@ -5,7 +5,7 @@ const globalConfigStore = useGlobalConfigStore()
</script>
<template>
<el-drawer v-model="globalConfigStore.isShowSettings" direction="rtl">
<el-drawer v-model="globalConfigStore.isShowSettings" direction="rtl" :size="350">
<template #header>
<strong>{{ $t('common.label.settings') }}</strong>
</template>