shish 6 сар өмнө
parent
commit
33c9a09ece

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

@@ -382,7 +382,7 @@
                   <text>合计金额</text>
                 </view>
                 <text style="color: #3385ff; width: 180upx">¥{{ parseFloat(finalPrice) }}</text>
-                <button @tap="showDiscount()" class="admin-button-com middle default" style="margin-left: 0upx">点击打折</button>
+                <button @tap="showDiscount()" class="admin-button-com middle default" style="margin-left: 0upx;width:150upx;">打折</button>
                 <text v-if="discountValue > 0 && discountValue < 1">{{ Number(discountValue) * 10 }}折</text>
               </tui-list-cell>