fix(tagsview): 多页签适配主题

This commit is contained in:
chika
2021-08-21 15:19:07 +08:00
parent a0490e3b97
commit be770016bf

View File

@@ -133,7 +133,7 @@
},
},
setup(props) {
const { getDarkTheme } = useDesignSetting();
const { getDarkTheme, getAppTheme } = useDesignSetting();
const { getNavMode, getHeaderSetting, getMenuSetting, getMultiTabsSetting } =
useProjectSetting();
const settingStore = useProjectSettingStore();
@@ -496,6 +496,7 @@
handleContextMenu,
onClickOutside,
getDarkTheme,
getAppTheme,
};
},
});
@@ -607,7 +608,7 @@
}
.active-item {
color: #2d8cf0;
color: v-bind(getAppTheme);
}
}
}