This commit is contained in:
cclu 2023-08-11 19:17:47 +08:00
parent eb9eea4b1e
commit 4e5204d1d4

View File

@ -66,7 +66,7 @@
</div>
<view style="display: flex;justify-content: flex-end">
<div class="suggest" @click.stop="handleShopDetail(item)" v-if="item.MerchantName">
<view style="margin-left: 20%;width: 80%;display: inline-block;">
<view style="width: 100%;display: inline-block;text-align: right">
{{item.MerchantName || ''}}
</view>
<!-- <text class="value">{{item.COMMISSION_RATIO || '-'}}</text>-->
@ -618,7 +618,7 @@ export default {
//width: 80%;
min-height: 25px;
padding: 0 8px;
background: linear-gradient(90deg, RGBA(222, 231, 255, 1) 0%, RGBA(241, 246, 255, 1) 100%);
background: linear-gradient(270deg, RGBA(222, 231, 255, 1) 0%, RGBA(241, 246, 255, 1) 100%);
border-radius: 2px;
margin-top: 10px;
.value{