mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
tabs优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user