diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index f57d8f0a..c1fefa7f 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -431,9 +431,12 @@ left: auto; top: 0; width: 100%; - /* #ifdef MP-WEIXIN || MP-BAIDU || MP-ALIPAY || MP-QQ || MP-KUAISHOU */ + /* #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU */ padding-right: 200rpx; /* #endif */ + /* #ifdef MP-ALIPAY */ + padding-right: 250rpx; + /* #endif */ } .search-content-seat { height: 74rpx;