Browse Source

Merge branch 'dev_v3_lqw' into dev_v3

ext.liuqiwen3 1 month ago
parent
commit
ec8d85ccd4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/merchantCenter/index.vue
  2. 1 1
      pages/user/index.vue

+ 1 - 1
pages/merchantCenter/index.vue

@@ -324,7 +324,7 @@ function formatMoney(value) {
 .container {
   background-color: #f5f5f5;
   min-height: 100vh;
-  padding-bottom: 30rpx;
+  padding-bottom: 180rpx;
 }
 
 /* 顶部用户信息 */

+ 1 - 1
pages/user/index.vue

@@ -651,7 +651,7 @@ const getHistoryList = async () => {
 .container {
   background-color: #f5f5f5;
   min-height: 100vh;
-  padding-bottom: 30rpx;
+  padding-bottom: 180rpx;
 }
 
 /* 顶部用户信息 */