兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-23 1d557a24f9370a7f21412ef21a2f0df594eae86b
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>();