From 34aafa884fc149a3e818bae6df80ed3c05b64a0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com>
Date: Sat, 10 Sep 2022 16:05:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/common/CardPottom.vue | 6 +-
src/components/common/Person.vue | 14 ++---
src/components/common/PicketAcced.vue | 1 +
.../DepositInterestTrial/CountResultB.vue | 22 ++++---
src/views/MyView/MyPage.vue | 2 +-
src/views/authentication/LoginView.vue | 5 +-
src/views/recognition/Agreement.vue | 5 +-
src/views/recognition/FaceSuccess.vue | 2 +-
src/views/recognition/Intention.vue | 2 +-
src/views/recognition/LinSuccess.vue | 2 +-
src/views/recognition/Recognition.vue | 2 +-
src/views/workbench/AccommodMain.vue | 60 ++++++++++++++++---
src/views/workbench/PersonLod.vue | 37 ++++++++++--
src/views/workbench/modifyInfo.vue | 12 +++-
src/views/workbench/modifyPassword.vue | 12 +++-
15 files changed, 140 insertions(+), 44 deletions(-)
diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue
index c2e2ea1..4345bba 100644
--- a/src/components/common/CardPottom.vue
+++ b/src/components/common/CardPottom.vue
@@ -13,9 +13,9 @@
合同金额(元)
-
-
-
+
+
+
diff --git a/src/components/common/Person.vue b/src/components/common/Person.vue
index b6f502b..cee0a9d 100644
--- a/src/components/common/Person.vue
+++ b/src/components/common/Person.vue
@@ -107,13 +107,13 @@ export default class Person extends Vue {
diff --git a/src/views/MyView/MyPage.vue b/src/views/MyView/MyPage.vue
index 7edc9d0..a83406d 100644
--- a/src/views/MyView/MyPage.vue
+++ b/src/views/MyView/MyPage.vue
@@ -120,7 +120,7 @@ export default class MyPage extends Vue {
.card {
position: absolute;
- top: 30%;
+ top: 200px;
left: 3%;
right: 3%;
width: 90%;
diff --git a/src/views/authentication/LoginView.vue b/src/views/authentication/LoginView.vue
index 810e673..df961a9 100644
--- a/src/views/authentication/LoginView.vue
+++ b/src/views/authentication/LoginView.vue
@@ -19,7 +19,10 @@
-
+
+
+
+
账号
diff --git a/src/views/workbench/PersonLod.vue b/src/views/workbench/PersonLod.vue
index de00958..c9f5de6 100644
--- a/src/views/workbench/PersonLod.vue
+++ b/src/views/workbench/PersonLod.vue
@@ -51,17 +51,42 @@
-->
-
- 修改信息
+
+
+
+
-
+
+
+
+
+
+ 修改信息
+
+
+
+
+
+
+ 修改密码
+
+
+
-
- 修改密码
+
+
+
+
diff --git a/src/views/workbench/modifyInfo.vue b/src/views/workbench/modifyInfo.vue
index 67760ee..44ba53c 100644
--- a/src/views/workbench/modifyInfo.vue
+++ b/src/views/workbench/modifyInfo.vue
@@ -51,11 +51,19 @@
-->
-
+
+
+
+
+ 保存
+
+
diff --git a/src/views/workbench/modifyPassword.vue b/src/views/workbench/modifyPassword.vue
index 61d40e1..bbb9e12 100644
--- a/src/views/workbench/modifyPassword.vue
+++ b/src/views/workbench/modifyPassword.vue
@@ -65,11 +65,19 @@
-
+
+
+
+
+ 保存
+
+
--
2.22.0