兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-23 597f2b4461eb38626cfcfc243ca0eefaf076069c
src/layout/components/TagsView/ScrollPane.vue
@@ -7,6 +7,7 @@
<script setup lang="ts">
import useTagsViewStore from '@/store/modules/tagsView';
import { TagView } from 'vue-router';
const tagAndTagSpacing = ref(4);
const scrollContainerRef = ref<ElScrollbarInstance>();