feat: 样式调整

This commit is contained in:
zoujing
2026-02-04 09:59:05 +08:00
parent ff5355855f
commit 011c28d945
5 changed files with 15 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<template>
<layout>
<div class="flex h-full w-full flex-col md:flex-row ">
<div class="flex h-full w-full flex-col md:flex-row">
<ChatHistory class="flex-none w-50" @new-chat="guide = true" @select-chat="handleSelectChat" />
<div class="flex-1 mr-2 overflow-hidden bg-white rounded-xl">
<ChatBox v-model:guide="guide" :conversationId="selectedConversationId" />