搜索文字改图标
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<view class="page edge">
|
||||
<fy-header :title="greet">
|
||||
<template #right>
|
||||
<text class="ico" @click="goSearch">搜索</text>
|
||||
<view class="ico" @click="goSearch">
|
||||
<wd-icon name="search" size="40rpx" color="#111827" />
|
||||
</view>
|
||||
</template>
|
||||
</fy-header>
|
||||
<fy-scroll class="edge-scroll" dock @refresh="reload">
|
||||
@@ -268,5 +270,5 @@ export default {
|
||||
.empty-card { background: #fff; border-radius: 24rpx; padding: 48rpx 32rpx; text-align: center; border: 1rpx solid rgba(17,24,39,0.06); }
|
||||
.et { display: block; font-size: 28rpx; font-weight: 600; }
|
||||
.es { display: block; font-size: 24rpx; color: #6B7280; margin-top: 8rpx; }
|
||||
.ico { padding: 8rpx 8rpx; font-size: 28rpx; color: #1677FF; }
|
||||
.ico { width: 56rpx; height: 56rpx; display: flex; align-items: center; justify-content: center; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user