Merge pull request #34 from Chika99/fix/tagsview

fix(tagsview): 多页签适配主题
This commit is contained in:
Ah jung
2021-09-15 17:11:23 +08:00
committed by GitHub

View File

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