style(web): 调整智能体内联字段样式

This commit is contained in:
Wenjie Zhang 2026-06-05 21:02:13 +08:00
parent 63285b8068
commit 2c864fee8a

View File

@ -930,8 +930,8 @@ defineExpose({
background: transparent; background: transparent;
color: var(--gray-900); color: var(--gray-900);
caret-color: var(--main-700); caret-color: var(--main-700);
font-size: 18px; font-size: 16px;
font-weight: 700; font-weight: 600;
line-height: 1.35; line-height: 1.35;
transition: transition:
border-color 0.16s ease, border-color 0.16s ease,
@ -957,6 +957,7 @@ defineExpose({
.agent-inline-slug, .agent-inline-slug,
.agent-inline-slug-input { .agent-inline-slug-input {
padding: 1px 4px;
width: 220px; width: 220px;
max-width: 100%; max-width: 100%;
overflow: hidden; overflow: hidden;
@ -967,9 +968,8 @@ defineExpose({
} }
.agent-inline-slug-input { .agent-inline-slug-input {
padding: 1px 4px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 6px; border-radius: 2px;
background: transparent; background: transparent;
&::placeholder { &::placeholder {