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"
:icon="' '"
color="#333"
fontSize="12"
fontSize="14"
bgColor="transparent"
@change="changeRecommendKeyword"
direction="column">
+11 -3
View File
@@ -19,7 +19,15 @@
<text>搜索</text>
</button>
<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 @click="goShoppingCart()" class="item animated bounceIn">
@@ -44,7 +52,7 @@
<view
v-for="item of historyKey"
:key="item.id"
class="item one-t"
class="item one-t v12-font-28"
@click="toSearch(item.word)"
>
{{ item.word }}
@@ -57,7 +65,7 @@
<view
v-for="keywordsKey of keywords"
:key="keywordsKey"
class="item"
class="item v12-font-28"
@click="toSearch(keywordsKey)"
>
{{ keywordsKey }}