ソースを参照

修改bug3616

sunshibo 4 週間 前
コミット
8ede09c942
2 ファイル変更7 行追加1 行削除
  1. 7 1
      pages/placeOrder/index.vue
  2. BIN
      static/number.png

+ 7 - 1
pages/placeOrder/index.vue

@@ -605,7 +605,7 @@ onUnload(() => {
   }
 }
 
-/* 优惠券弹窗层级:需盖住底部确认订单按钮(z-index:999) */
+/* 优惠券弹窗层级:需盖住底部确认订单按钮(z-index:999);确认订单页减小底部留白 */
 .coupon-modal-wrapper {
   position: relative;
   z-index: 99999;
@@ -619,6 +619,12 @@ onUnload(() => {
   :deep(.uni-popup__wrapper) {
     z-index: 99999 !important;
   }
+  :deep(.select-coupon-modal__list) {
+    padding-bottom: calc( env(safe-area-inset-bottom));
+  }
+  :deep(.select-coupon-modal__empty) {
+    margin-bottom: 60rpx;
+  }
 }
 
 .bottom-button {

BIN
static/number.png