zhangwei 2 éve
szülő
commit
a3d295563f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>