Fix:3168 【商城小程序】搜索词过长时,历史搜索词条显示不全

This commit is contained in:
modendeveloper
2025-01-22 23:00:13 +08:00
parent 81c89f5076
commit 3dd6d53f90
+1 -1
View File
@@ -38,7 +38,7 @@
<view <view
v-for="item of historyKey" v-for="item of historyKey"
:key="item.id" :key="item.id"
class="item" class="item one-t"
@click="toSearch(item.word)" @click="toSearch(item.word)"
> >
{{ item.word }} {{ item.word }}