feat: update UI components for improved styling and consistency across conversation panels

This commit is contained in:
mlogclub
2026-05-24 15:32:19 +08:00
parent af2280ee45
commit 17959b18b4
5 changed files with 60 additions and 44 deletions
@@ -173,7 +173,7 @@ export function ChatPanel() {
toast.error(error instanceof Error ? error.message : "设置已读失败");
});
}, [
conversation?.id,
conversation,
getViewport,
isNearBottom,
loading,
@@ -386,7 +386,7 @@ export function ChatPanel() {
);
const bottomPanel = (
<div className="h-full overflow-auto border-t border-border bg-background">
<div className="h-full overflow-auto border-t border-border/80 bg-card">
{isClosedConversation ? (
<div className="h-full flex justify-center items-center">