Fix(订单/详情):[#1614]买家留言改为靠左换行
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="item acea-row row-between" v-if="orderInfo.mark">
|
<view class="item acea-row row-between" v-if="orderInfo.mark">
|
||||||
<view class="flex-0">买家留言:</view>
|
<view class="flex-0">买家留言:</view>
|
||||||
<view class="conter">{{ orderInfo.mark }}</view>
|
<view class="conter conttent-left">{{ orderInfo.mark }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -770,4 +770,9 @@ export default {
|
|||||||
color: #FE5261;
|
color: #FE5261;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
|
.item {
|
||||||
|
.conttent-left {
|
||||||
|
text-align: left !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user