web
8 天以前 2f0fa3545b539e8b6f952ea82a1ca2350c64a0e8
src/layout/components/AppMain.vue
@@ -20,7 +20,6 @@
</template>
<script setup>
import { onMounted } from "vue";
import iframeToggle from "./IframeToggle/index"
import useTagsViewStore from '@/store/modules/tagsView'
@@ -52,7 +51,7 @@
}
</style>
<style lang="scss">
<style lang="scss" scoped>
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
  .fixed-header {