Fix:3348 【商城小程序】首页搜索板块字体偏小,需放大
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
:text="recommendKeyword"
|
||||
:icon="' '"
|
||||
color="#333"
|
||||
fontSize="12"
|
||||
fontSize="14"
|
||||
bgColor="transparent"
|
||||
@change="changeRecommendKeyword"
|
||||
direction="column">
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user