Fix:2966 【商城小程序】特色礼品主页中的商品设置低于3个,商品名称过长时,商品名称不会对应图片宽度换行显示
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
:src="webUrl + '/orderIcon/map_white.png'"
|
:src="webUrl + '/orderIcon/map_white.png'"
|
||||||
></image>
|
></image>
|
||||||
<text style="width: 85%" class="v12-font-24 v12-white-text">定位显示你在 {{ cityName }} 点击可切换其他城市</text>
|
<text style="width: 95%" class="v12-font-24 v12-white-text">定位显示你在 {{ cityName }} 点击可切换其他城市</text>
|
||||||
</view>
|
</view>
|
||||||
<view @click="goCity('cloud')" class="qh-btn v12-white v12-radius-10 v12-font-24 v12-font-bold v12-dark-text v12-px-2">点击切换</view>
|
<view @click="goCity('cloud')" class="qh-btn v12-white v12-radius-10 v12-font-24 v12-font-bold v12-dark-text v12-px-2">点击切换</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -257,6 +257,7 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
width: 180rpx;
|
||||||
.good-img {
|
.good-img {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|||||||
Reference in New Issue
Block a user