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