兰宝车间质量管理系统-前端
LiuHao
2023-04-02 d95fab75a7f1b86d9eb48f7d2818b97070b5d36a
src/layout/components/Settings/index.vue
@@ -11,6 +11,8 @@
const appStore = useAppStore()
const settingsStore = useSettingsStore()
const permissionStore = usePermissionStore()
const showSettings = ref(false);
const theme = ref(settingsStore.theme);
const sideTheme = ref(settingsStore.sideTheme);
@@ -99,7 +101,7 @@
</script>
<template>
   <el-drawer v-model="showSettings" :withHeader="false" direction="rtl" size="300px">
   <el-drawer v-model="showSettings" :withHeader="false" direction="rtl" size="300px" close-on-click-modal>
      <div class="setting-drawer-title">
         <h3 class="drawer-title">主题风格设置</h3>
      </div>