style(web): 调整智能体内联字段样式
This commit is contained in:
parent
63285b8068
commit
2c864fee8a
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user