From c24cdd854e258712408a7904bdb401c49e3f07c1 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 28 八月 2025 13:09:08 +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