mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: style optimization
This commit is contained in:
@@ -258,6 +258,7 @@ function clearPreferencesAndLogout() {
|
||||
<LayoutTabbar
|
||||
v-if="preferences.tabbar.enable"
|
||||
:show-icon="preferences.tabbar.showIcon"
|
||||
:theme="theme"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
@@ -12,7 +12,7 @@ defineOptions({
|
||||
name: 'LayoutTabbar',
|
||||
});
|
||||
|
||||
defineProps<{ showIcon?: boolean }>();
|
||||
defineProps<{ showIcon?: boolean; theme?: string }>();
|
||||
|
||||
const coreTabbarStore = useCoreTabbarStore();
|
||||
|
||||
@@ -40,6 +40,7 @@ if (!preferences.tabbar.persist) {
|
||||
<template>
|
||||
<TabsView
|
||||
:active="currentActive"
|
||||
:class="theme"
|
||||
:context-menus="createContextMenus"
|
||||
:dragable="preferences.tabbar.dragable"
|
||||
:show-icon="showIcon"
|
||||
|
Reference in New Issue
Block a user