shish před 2 roky
rodič
revize
8e6357cdbc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -161,7 +161,7 @@
               <text>合计金额</text>  
               <text>合计金额</text>  
             </view>
             </view>
             <text style="color: #3385FF">¥{{parseFloat(finalPrice)}}</text>
             <text style="color: #3385FF">¥{{parseFloat(finalPrice)}}</text>
-            <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:30upx;">点击打折</button>
+            <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:50upx;">点击打折</button>
             <text v-if="discountValue>0">{{ Number(discountValue)*10 }}折</text>
             <text v-if="discountValue>0">{{ Number(discountValue)*10 }}折</text>
           </tui-list-cell>
           </tui-list-cell>