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>