From c594b03736c3ff9f9b5c86608d97fe4210397256 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 22 Apr 2025 11:28:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BC=98=E5=8C=961?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Login/index.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/pages/Login/index.vue b/src/pages/Login/index.vue index c439743..2889288 100644 --- a/src/pages/Login/index.vue +++ b/src/pages/Login/index.vue @@ -114,6 +114,10 @@ const back = () => {
+

请输入4位PIN码

@@ -221,6 +225,21 @@ const back = () => { flex-direction: column; align-items: center; justify-content: space-between; + .user-info { + width: 50%; + padding: 10px 0; + display: flex; + align-items: center; + justify-content: center; + border-radius: 20px; + background: #3E8ED1; + color: #fff; + .name { + margin-left: 30px; + font-size: 25px; + font-weight: bold; + } + } } } .title {