From 94072a8fdcef68220383e0af4edab08eb67d31ea Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:47:59 +0800 Subject: [PATCH] Update CommandInputBar.vue --- packages/frontend/src/components/CommandInputBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue index eac38b6..9dbffe3 100644 --- a/packages/frontend/src/components/CommandInputBar.vue +++ b/packages/frontend/src/components/CommandInputBar.vue @@ -55,7 +55,7 @@ const sendCommand = () => { font-size: 0.9em; background-color: var(--app-bg-color); /* Use theme variable */ color: var(--text-color); /* Use theme variable */ - width: 80%; /* 输入框宽度,可调整 */ + width: 60%; /* 输入框宽度,可调整 */ max-width: 800px; /* 最大宽度 */ outline: none; transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;