修复eltabs组件渲染效果差异问题

This commit is contained in:
huxin02 2025-03-28 13:56:18 +08:00
parent 3534191ffe
commit 6bbc0061b3
2 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@
</div>
</template>
<script setup>
import { ref, watch, onMounted, defineEmits, defineComponent } from 'vue'
import { useRouter } from 'vue-router'

View File

@ -17,7 +17,6 @@
</template>
</el-scrollbar>
</el-menu>
<div class="cvi-left svi-new-card-public">
<!-- <ElTabs :tabsdata="tabsData" @selected-data="handleTabClick" @tab-remove="removeTab"></ElTabs> -->
<Content :tabHeight="true" />