Fix:3348 【商城小程序】首页搜索板块字体偏小,需放大

This commit is contained in:
modendeveloper
2025-03-10 22:04:41 +08:00
parent c6cc2758c9
commit 7ce0c62131
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
:text="recommendKeyword" :text="recommendKeyword"
:icon="' '" :icon="' '"
color="#333" color="#333"
fontSize="12" fontSize="14"
bgColor="transparent" bgColor="transparent"
@change="changeRecommendKeyword" @change="changeRecommendKeyword"
direction="column"> direction="column">
+11 -3
View File
@@ -19,7 +19,15 @@
<text>搜索</text> <text>搜索</text>
</button> </button>
<view class="swpier-bar" v-if="showkey"> <view class="swpier-bar" v-if="showkey">
<u-notice-bar duration="4000" @change="change" :text="recommendKeyword" :icon="' '" color="#999" fontSize="12" bgColor="transparent" direction="column"></u-notice-bar> <u-notice-bar
duration="4000"
@change="change"
:text="recommendKeyword"
:icon="' '"
color="#999"
fontSize="14"
bgColor="transparent"
direction="column"></u-notice-bar>
</view> </view>
</view> </view>
<view @click="goShoppingCart()" class="item animated bounceIn"> <view @click="goShoppingCart()" class="item animated bounceIn">
@@ -44,7 +52,7 @@
<view <view
v-for="item of historyKey" v-for="item of historyKey"
:key="item.id" :key="item.id"
class="item one-t" class="item one-t v12-font-28"
@click="toSearch(item.word)" @click="toSearch(item.word)"
> >
{{ item.word }} {{ item.word }}
@@ -57,7 +65,7 @@
<view <view
v-for="keywordsKey of keywords" v-for="keywordsKey of keywords"
:key="keywordsKey" :key="keywordsKey"
class="item" class="item v12-font-28"
@click="toSearch(keywordsKey)" @click="toSearch(keywordsKey)"
> >
{{ keywordsKey }} {{ keywordsKey }}