fetch: 页面移植

知识库列表,知识库数据页面
This commit is contained in:
杨谢雨 2025-02-19 15:27:32 +08:00
parent a92e21767b
commit eeb8d31f99
1 changed files with 1 additions and 4 deletions

View File

@ -77,7 +77,7 @@ const tabs = ref([
<span>{{item.label}}</span>
</div>
</template>
<el-scrollbar class="inner h-full overflow-y-auto">
<el-scrollbar class="inner overflow-y-auto">
<component :is="item.component" />
</el-scrollbar>
</el-tab-pane>
@ -98,7 +98,4 @@ const tabs = ref([
box-sizing: border-box;
}
}
:deep(.el-scrollbar__view) {
height: 100%;
}
</style>