Fix(购物车):[#1864]购物车商家名称标题过长,导致“进店逛逛”按钮字样折行
This commit is contained in:
+18
-5
@@ -29,7 +29,7 @@
|
|||||||
class="group-item"
|
class="group-item"
|
||||||
>
|
>
|
||||||
<view class="flex jc-between">
|
<view class="flex jc-between">
|
||||||
<view class="flex ai-center">
|
<view class="flex ai-center mer-left">
|
||||||
<CheckboxIcon
|
<CheckboxIcon
|
||||||
:default-state="item['state']"
|
:default-state="item['state']"
|
||||||
:mark="[index]"
|
:mark="[index]"
|
||||||
@@ -41,11 +41,10 @@
|
|||||||
class="store-cover"
|
class="store-cover"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
/>
|
/>
|
||||||
<view style="color:#333333;font-size: 30rpx">{{ item['merName'] }}</view>
|
<view class="mer-name">{{ item['merName'] }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="flex ai-center"
|
class="flex ai-center hotle-btn"
|
||||||
style="color:#E92727;font-size: 24rpx"
|
|
||||||
@click="navToStore(item['hotelId'])"
|
@click="navToStore(item['hotelId'])"
|
||||||
>
|
>
|
||||||
进店逛逛
|
进店逛逛
|
||||||
@@ -560,7 +559,7 @@ view {
|
|||||||
.group-item {
|
.group-item {
|
||||||
width: 710rpx;
|
width: 710rpx;
|
||||||
margin: 12rpx 20rpx;
|
margin: 12rpx 20rpx;
|
||||||
padding: 8rpx 8rpx 32rpx 20rpx;
|
padding: 20rpx 8rpx 32rpx 20rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
|
|
||||||
@@ -570,6 +569,20 @@ view {
|
|||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
.mer-left {
|
||||||
|
width: calc(100% - 140rpx);
|
||||||
|
}
|
||||||
|
.mer-name {
|
||||||
|
width: calc(100% - 104rpx);
|
||||||
|
color: #333;
|
||||||
|
font-size: 30rpx;
|
||||||
|
}
|
||||||
|
.hotle-btn {
|
||||||
|
justify-content: flex-end;
|
||||||
|
width: 140rpx;
|
||||||
|
color: #E92727;
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.good-box {
|
.good-box {
|
||||||
|
|||||||
Reference in New Issue
Block a user