pref: 优化部份内容

This commit is contained in:
ChenZhaoYu
2023-02-09 15:48:27 +08:00
parent 93f4af22a2
commit 36eff8af07
8 changed files with 107 additions and 44 deletions

View File

@@ -7,8 +7,18 @@ import Chat from '@/views/Chat/index.vue'
<template>
<NConfigProvider class="h-full" preflight-style-disabled>
<NaiveProvider>
<div class="h-full p-4">
<Chat />
<div class="flex flex-col h-full p-4">
<div class="flex-1">
<div class="container h-full m-auto">
<Chat />
</div>
</div>
<div class="px-4 mt-4 text-sm text-center text-neutral-500">
Made By ChenZhaoYu
<a href="https://github.com/Chanzhaoyu/chatgpt-bot" target="_blank" class="text-blue-500">
Github
</a>
</div>
</div>
</NaiveProvider>
</NConfigProvider>