Browse Source

[edit][style]

zhangwei 2 years ago
parent
commit
a3d295563f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/iframe/red-packet/red-packet.vue

+ 1 - 1
src/view/iframe/red-packet/red-packet.vue

@@ -215,7 +215,7 @@
         <div class="txt">{{ state.detail.currencySymbol }} GIVEAWAY</div>
         <div class="coin">
           <img :src="state.detail.currencyIconPath" alt />
-          <font-amount :amount="state.detail.amountValue" style="color:#fff;margin-left:10px;"></font-amount>
+          <font-amount :amount="state.detail.amountValue" style="color:#fff;"></font-amount>
         </div>
         <div class="people">{{ state.detail.totalCount }} WINNERS TO SHARE</div>
       </div>