fix(index.vue): style inconsistent across dev and prod

This commit is contained in:
AnotiaWang
2025-02-12 11:36:09 +08:00
parent c3c4689d6d
commit 230e1b488c

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<UContainer> <UContainer>
<div class="max-w-4xl mx-auto py-8 space-y-4"> <div class="max-w-4xl mx-auto py-8 flex flex-col gap-y-4">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<h1 class="text-3xl font-bold text-center mb-2"> <h1 class="text-3xl font-bold text-center mb-2">
Deep Research Assistant Deep Research Assistant
@ -32,11 +32,7 @@
ref="feedbackRef" ref="feedbackRef"
@submit="startDeepSearch" @submit="startDeepSearch"
/> />
<DeepResearch <DeepResearch ref="deepResearchRef" @complete="generateReport" />
ref="deepResearchRef"
@complete="generateReport"
class="mb-8"
/>
<ResearchReport ref="reportRef" /> <ResearchReport ref="reportRef" />
</div> </div>
</UContainer> </UContainer>