Increase agent assistant bubble text size

This commit is contained in:
jxxghp
2026-06-24 13:44:09 +08:00
parent ad12701fe2
commit d9cbcc2991

View File

@@ -824,7 +824,7 @@ defineExpose({
role="status" role="status"
> >
<strong v-if="bubble.title" class="agent-assistant-fab__bubble-title"> <strong v-if="bubble.title" class="agent-assistant-fab__bubble-title">
<VIcon class="agent-assistant-fab__bubble-icon" :icon="getBubbleIcon(bubble.variant)" size="18" /> <VIcon class="agent-assistant-fab__bubble-icon" :icon="getBubbleIcon(bubble.variant)" size="20" />
<span>{{ bubble.title }}</span> <span>{{ bubble.title }}</span>
</strong> </strong>
<span>{{ bubble.text }}</span> <span>{{ bubble.text }}</span>
@@ -1026,8 +1026,8 @@ defineExpose({
grid-template-columns: auto minmax(0, 1fr); grid-template-columns: auto minmax(0, 1fr);
color: rgba(var(--agent-assistant-bubble-accent-rgb), 0.92); color: rgba(var(--agent-assistant-bubble-accent-rgb), 0.92);
column-gap: 0.32rem; column-gap: 0.32rem;
font-size: 0.92rem; font-size: 1.05rem;
font-weight: 700; font-weight: 800;
line-height: 1.25; line-height: 1.25;
margin-block-end: 0.22rem; margin-block-end: 0.22rem;
} }
@@ -1046,10 +1046,10 @@ defineExpose({
overflow: hidden; overflow: hidden;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
color: rgba(var(--v-theme-on-surface), 0.9); color: rgba(var(--v-theme-on-surface), 0.9);
font-size: 0.84rem; font-size: 1rem;
font-weight: 600; font-weight: 600;
-webkit-line-clamp: 8; -webkit-line-clamp: 8;
line-height: 1.42; line-height: 1.46;
text-align: start; text-align: start;
white-space: normal; white-space: normal;
} }