fetch: 页面移植

AI聊天移植
This commit is contained in:
杨谢雨 2025-03-04 16:56:47 +08:00
parent cf1c7210f7
commit 1bc33d2784
1 changed files with 3 additions and 3 deletions

View File

@ -35,15 +35,15 @@ function handleClear() {
</script>
<template>
<div class="mb-10px flex flex-wrap justify-between items-center">
<div class="mb-10px flex flex-wrap justify-between items-center pl-10px">
<div class="font-bold flex justify-center items-center flex-wrap gap-2">
<el-icon class="text-lg"><Star /></el-icon>
<SvgIcon class="text-lg" icon="ion:sparkles-outline" />
<span>{{ title }}</span>
</div>
<div class="flex items-center gap-2">
<ModelSelect :id="chatStore.modelId" class="w-auto min-w-[180px]" />
<el-button type="warning" size="small" @click="handleClear">
<el-button type="warning" plain @click="handleClear">
<template #icon>
<el-icon><Delete /></el-icon>
</template>