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