From 2c864fee8a14748316902c9c6489fc1e70c4fe46 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Fri, 5 Jun 2026 21:02:13 +0800 Subject: [PATCH] =?UTF-8?q?style(web):=20=E8=B0=83=E6=95=B4=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E4=BD=93=E5=86=85=E8=81=94=E5=AD=97=E6=AE=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/model-management/AgentManagePanel.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/model-management/AgentManagePanel.vue b/web/src/components/model-management/AgentManagePanel.vue index 4b9c72ea..c2455bd1 100644 --- a/web/src/components/model-management/AgentManagePanel.vue +++ b/web/src/components/model-management/AgentManagePanel.vue @@ -930,8 +930,8 @@ defineExpose({ background: transparent; color: var(--gray-900); caret-color: var(--main-700); - font-size: 18px; - font-weight: 700; + font-size: 16px; + font-weight: 600; line-height: 1.35; transition: border-color 0.16s ease, @@ -957,6 +957,7 @@ defineExpose({ .agent-inline-slug, .agent-inline-slug-input { + padding: 1px 4px; width: 220px; max-width: 100%; overflow: hidden; @@ -967,9 +968,8 @@ defineExpose({ } .agent-inline-slug-input { - padding: 1px 4px; border: 1px solid transparent; - border-radius: 6px; + border-radius: 2px; background: transparent; &::placeholder {