From 915424730f27445da2e8de13b62e77179cc1a15a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 18 八月 2025 17:07:39 +0800
Subject: [PATCH] fix: 关闭移动充值渠道,打开电信充值渠道
---
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