lifanagju_citu hace 6 meses
padre
commit
b57b818627
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mall/payOver/index.vue

+ 1 - 1
src/views/mall/payOver/index.vue

@@ -5,7 +5,7 @@
     <showText :class="{'mb-15': !showPrizeDraw}"></showText>
 
     <!-- 抽奖 -->
-    <prizeDraw v-if="showPrizeDraw" :lotteryId="lotteryId" class="prizeDraw mx-15 mb-7" @success="handleReceive"></prizeDraw>
+    <prizeDraw v-if="showPrizeDraw" :lotteryId="lotteryId" class="prizeDraw mx-15 my-7" @success="handleReceive"></prizeDraw>
   </v-card>
 </template>