瀏覽代碼

修改bug3616

sunshibo 4 周之前
父節點
當前提交
8ede09c942
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      pages/placeOrder/index.vue
  2. 二進制
      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 {

二進制
static/number.png