fetch: 页面移植

AI应用接口对接
This commit is contained in:
杨谢雨 2025-03-05 18:27:52 +08:00
parent c117e5f59b
commit 373d8b771b
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ function handleDelete(item: any) {
<template>
<div class="flex flex-col w-full h-full">
<main class="flex-1 overflow-hidden">
<div ref="contentRef" class="h-full overflow-hidden overflow-y-auto">
<el-scrollbar ref="contentRef" class="h-full overflow-hidden overflow-y-auto">
<div
ref="scrollRef"
:class="[isMobile ? 'p-2' : 'p-5']"
@ -200,7 +200,7 @@ function handleDelete(item: any) {
@delete="handleDelete(item)"
/>
</div>
</div>
</el-scrollbar>
</main>
<footer :class="footerClass">