修改搜索样式
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
</view>
|
||||
|
||||
<view class="mt-40rpx flex flex-wrap items-center">
|
||||
<view class="bg-[#F8F9FA] rounded-28rpx w-112rpx h-56rpx text-center text-[#606266] text-26rpx leading-56rpx mr-20rpx mb-24rpx" v-for="(item, index) in searchHistory" :key="index" @click="keywords = item.content;Search.handleSearch()">
|
||||
<view class="bg-[#F8F9FA] rounded-28rpx w-112rpx h-56rpx text-center text-[#606266] text-26rpx leading-56rpx mr-20rpx mb-24rpx line-1 px-10rpx" v-for="(item, index) in searchHistory" :key="index" @click="keywords = item.content;Search.handleSearch()">
|
||||
{{ item.content }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user