From 995556a25f9dada366c896a868ff45ac99acb22b Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 16 May 2024 18:10:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/entryCode/myHome.vue | 40 ++++---- src/views/projectFront/entryCode/myLogin.vue | 96 ++++++++++---------- 2 files changed, 70 insertions(+), 66 deletions(-) diff --git a/src/views/projectFront/entryCode/myHome.vue b/src/views/projectFront/entryCode/myHome.vue index cd9bc52e..0a0a2860 100644 --- a/src/views/projectFront/entryCode/myHome.vue +++ b/src/views/projectFront/entryCode/myHome.vue @@ -78,8 +78,8 @@
+
-
  • {{ i + 1 }}. {{ item.deductReason }}
  • + +
  • {{ i + 1 }}. {{ item.deductReason }}
  • + +
    可通行
    安全分已经低于90分
    安全分已经低于80分
    @@ -452,7 +454,8 @@ export default { } .content-down { - height: 45.5%; + // height: 45.5%; + height: 40.5%; } .upDiv { @@ -535,6 +538,9 @@ li { font-size: 1.3rem; font-weight: bold; text-align: center; + position: absolute; + bottom: 4%; + z-index: 10; } .down-up { @@ -545,8 +551,10 @@ li { .downDiv { - /* height: 100%; */ - + height: 100%; + position: relative; + display: flex; + flex-direction: column; } .downHear { diff --git a/src/views/projectFront/entryCode/myLogin.vue b/src/views/projectFront/entryCode/myLogin.vue index f8e2b8d2..e73e0748 100644 --- a/src/views/projectFront/entryCode/myLogin.vue +++ b/src/views/projectFront/entryCode/myLogin.vue @@ -10,14 +10,9 @@ placeholder="请输入身份证号码" v-model="value" maxlength="18" - > -
    -
    - 查看二维码 + />
    +
    查看二维码

    请输入有效的身份证号码!

    @@ -29,10 +24,10 @@