|
@@ -14,14 +14,15 @@
|
|
|
</swiper>
|
|
|
|
|
|
<div class="pt-15 flex justify-between items-center">
|
|
|
- <input
|
|
|
- v-model="searchQuery.searchString"
|
|
|
- placeholder="请输入搜索关键词"
|
|
|
- shape="round"
|
|
|
- @confirm="onSearch"
|
|
|
- confirm-type="search"
|
|
|
- class="flex-1"
|
|
|
- />
|
|
|
+ <view class="flex-1">
|
|
|
+ <up-search
|
|
|
+ v-model="searchQuery.searchString"
|
|
|
+ placeholder="请输入搜索关键词"
|
|
|
+ :showAction="false"
|
|
|
+ placeholderColor="#919191"
|
|
|
+ @search="onSearch"
|
|
|
+ ></up-search>
|
|
|
+ </view>
|
|
|
<div style="color: rgb(170 176 191)" class="w-40 flex items-center justify-center" @click="handleFilter">
|
|
|
<!-- <icon name="filter-o" color="#fe8e2c" size="25" /> -->
|
|
|
筛选
|
|
@@ -170,13 +171,4 @@ function reSearch() {
|
|
|
button {
|
|
|
line-height: 28px;
|
|
|
}
|
|
|
-input {
|
|
|
- color: rgb(50, 50, 51);
|
|
|
- border: 1px solid rgb(226 230 239);
|
|
|
- background-color: rgb(226 230 239);
|
|
|
- border-radius: 10px;
|
|
|
- padding-left: 10px;
|
|
|
- font-size: 14px;
|
|
|
- height: 24px;
|
|
|
-}
|
|
|
</style>
|