소스 검색

[edit][style]

zhangwei 2 년 전
부모
커밋
a3d295563f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>