chore: update sentence loading error

This commit is contained in:
duorameng
2026-04-30 09:01:02 +08:00
parent d4a93e9bdc
commit 7a8333f915
3 changed files with 48 additions and 21 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ function handleClick() {
</script>
<template>
<span v-bind="$attrs" class="truncate block cursor-pointer hover:text-primary transition-colors font-mono" :title="text || '-'"
<span v-bind="$attrs" class="truncate block cursor-pointer hover:text-primary transition-colors" :title="text || '-'"
@click.stop="handleClick">
{{ text || '-' }}
</span>
@@ -30,7 +30,7 @@ function handleClick() {
<BaihuDialog v-model:open="showDialog" :title="title">
<div class="max-h-[60vh] overflow-y-auto custom-scrollbar">
<div class="p-4 bg-muted/30 rounded-xl border border-border/50">
<p class="text-[13.5px] leading-relaxed text-foreground/90 break-all whitespace-pre-wrap font-mono">
<p class="text-[13.5px] leading-relaxed text-foreground/90 break-all whitespace-pre-wrap">
{{ text }}
</p>
</div>