docs: clarify session search scope (#774)

This commit is contained in:
Zhicheng Han
2026-05-16 02:29:51 +02:00
committed by GitHub
parent 8bb71b5592
commit 68fbd568b7
9 changed files with 30 additions and 16 deletions
@@ -231,6 +231,7 @@ onUnmounted(() => {
<div class="search-title">{{ t('chat.searchSubtitle') }}</div>
<div class="search-hint">{{ t('chat.searchHint') }}</div>
</div>
<div class="search-scope">{{ t('chat.searchScope') }}</div>
<NInput
ref="inputRef"
@@ -309,6 +310,12 @@ onUnmounted(() => {
color: $text-muted;
}
.search-scope {
font-size: 12px;
color: $text-muted;
line-height: 1.5;
}
.search-body {
max-height: min(60vh, 540px);
overflow: hidden;