Fix(订单/详情):[#1614]买家留言改为靠左换行

This commit is contained in:
lifizer
2024-05-23 16:26:31 +08:00
parent c2968d5da0
commit dbdb902e6b
+6 -1
View File
@@ -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>