Skip to content

Commit

Permalink
fix: 更改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 1, 2023
1 parent 1ecc5fc commit 0fe6009
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/components/SearchCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,23 @@ const _1vw = window.innerWidth / 100;
:key="selectorResult.selector.toString()"
>
<template #header>
<span v-if="selectorResult.results.length > 1" underline decoration-1 m-r-4px title="查询数量">
<span
v-if="selectorResult.results.length > 1"
underline
decoration-1
m-r-4px
title="查询数量"
>
{{ selectorResult.results.length }}
</span>
<span break-all title="选择器">
<span
break-all
:title="
typeof selectorResult.selector == 'object'
? `选择器`
: `搜索字符`
"
>
{{ selectorResult.selector.toString() }}
</span>
</template>
Expand Down

0 comments on commit 0fe6009

Please sign in to comment.