he wei
2025-04-23 b9bd29a1a81f6f7de479e3cc3fdfe3d85fc660bf
src/layout/components/AppMain.vue
@@ -12,7 +12,7 @@
<script setup name="AppMain">
import { defineComponent } from 'vue';
import useTagsViewStore from '@/store/tagsView';
import { useTagsViewStore } from '@/store/tagsView';
import { storeToRefs } from 'pinia';
const tagsViewStore = useTagsViewStore();
const { cachedViews } = storeToRefs(tagsViewStore);
@@ -47,7 +47,7 @@
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
  .fixed-header {
    padding-right: 15px;
    // padding-right: 15px;
  }
}
</style>