取消
{{ confirmText }}
@@ -139,18 +152,14 @@
@@ -313,10 +333,21 @@ a {
text-decoration: none;
color: #006AFF;
}
+.payInfo_wrap{
+ height: calc(100% - 80px);
+ box-sizing: border-box;
+ overflow-y: auto;
+ display: flex;
+ flex-direction: column;
+}
.register-btns {
// height: 78px;
/* 自动布局 */
// width: 344px;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
@@ -335,11 +366,24 @@ a {
width: 100%;
height: 100%;
text-align: left;
+ padding: 24px 20px;
+ box-sizing: border-box;
}
.preview-title {
- padding-top: 24px;
- padding-left: 20px;
+ // padding-top: 24px;
+ // padding-left: 20px;
+}
+.qrcode-title{
+ font-size: 12px;
+ line-height: 13px;
+ letter-spacing: 0.08em;
+ color: #0DAF49;
+}
+.desc_title{
+ font-size: 16px;
+ letter-spacing: 0.08em;
+ color: #626573;
}
.preview-title p {
font-size: 14px;
@@ -351,10 +395,12 @@ a {
.preview-content {
margin-top: 20px;
- margin-left: 20px;
+ // margin-left: 20px;
+ padding: 16px;
+ box-sizing: border-box;
background: #FFFFFF;
width: 100%;
- height: 200px;
+ min-height: 138px;
}
.beforeNotice {
@@ -428,6 +474,7 @@ a {
.site-setting-wrap {
width: 100%;
+ flex: 1;
}
\ No newline at end of file
From 60c187ee887aab1e22d6227f1477b47128ced81e Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 2 Jul 2025 17:55:48 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E3=80=81=E5=A2=9E=E5=8A=A0swtich=E7=A4=BA=E4=BE=8B?=
=?UTF-8?q?=E3=80=81=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=8D=95=E7=8B=AC=E9=A1=B9?=
=?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/GuipSwitch.vue | 22 ++--
src/components/SetLeftMenu.vue | 27 +++--
src/router/index.js | 2 +-
src/views/agent/payInfoSetting.vue | 206 ++++++++++++++++++++-----------------
src/views/elementGroups.vue | 11 +-
5 files changed, 157 insertions(+), 111 deletions(-)
diff --git a/src/components/GuipSwitch.vue b/src/components/GuipSwitch.vue
index 4792c09..128903c 100644
--- a/src/components/GuipSwitch.vue
+++ b/src/components/GuipSwitch.vue
@@ -1,7 +1,7 @@
-
-
{{ internalValue ? activeText : inactiveText
+
+ {{ internalValue ? activeText : inactiveText
}}
\ No newline at end of file
diff --git a/src/components/SetLeftMenu.vue b/src/components/SetLeftMenu.vue
index 5b20f10..ef96ebc 100644
--- a/src/components/SetLeftMenu.vue
+++ b/src/components/SetLeftMenu.vue
@@ -2,9 +2,8 @@
-
+
前期准备事项
-
主账号登录并授权。
去授权
+
主账号登录并授权。
去授权
如未购买"快乐帮手"服务或已过期,会跳转到购买服务页面。
授权成功后点击下方“同步授权”。
-
+
-
+
@@ -146,10 +158,11 @@
取消
- {{ confirmText }}
+ {{ confirmText
+ }}
-
+
\ No newline at end of file
diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue
index 552b9a1..d7afe6c 100644
--- a/src/views/elementGroups.vue
+++ b/src/views/elementGroups.vue
@@ -297,8 +297,17 @@
-
+
+
+