From 23bfd958545ab5548d561ef6db1eafafe03e4e05 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 22 五月 2025 13:23:13 +0800
Subject: [PATCH] fix: 修改ui

---
 apps/taro/src/components/PageFooter/PageFooter.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apps/taro/src/components/PageFooter/PageFooter.vue b/apps/taro/src/components/PageFooter/PageFooter.vue
index e10f059..0567019 100644
--- a/apps/taro/src/components/PageFooter/PageFooter.vue
+++ b/apps/taro/src/components/PageFooter/PageFooter.vue
@@ -52,21 +52,21 @@
   }
 
   .page-footer-inner {
-    padding: 24px 0;
+    padding: 24px boleGetCssVar('size', 'body-padding-h');
     width: 100%;
     display: flex;
     box-sizing: border-box;
     align-items: center;
   }
 
-  &.isOnlyAction {
+  /* &.isOnlyAction {
     .page-footer-inner {
-      padding: 16px 0;
+      padding: 20px 0;
       align-items: flex-start;
     }
-  }
+  } */
 
-  .is-button-footer {
+  /* .is-button-footer {
     display: flex;
     width: 100%;
     height: 100%;
@@ -96,9 +96,9 @@
         box-shadow: 0px 3px 7px 0px rgba(240, 67, 73, 0.35);
       }
     }
-  }
+  } */
 
-  .common-page-footer {
+  /* .common-page-footer {
     display: flex;
     width: 100%;
     height: 100%;
@@ -172,6 +172,6 @@
       margin: 0;
       margin-left: 20px;
     }
-  }
+  } */
 }
 </style>

--
Gitblit v1.9.1