From b5aeb5f89a5af2af1ea8cc4a83a72b287916e710 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sun, 15 Sep 2024 16:27:42 +0800 Subject: [PATCH] fix: 首页页码问题、申请结案问题 --- gz-customerSystem/src/views/register/index.less | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 35027f2..d016546 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -523,12 +523,13 @@ } .reviewLine { - height: calc(100% - 19px); - width: 14px; - display: flex; - align-items: center; - justify-content: center; - position: relative; + height: calc(100% - 23px); + width: 14px; + display: flex; + align-items: center; + justify-content: center; + position: relative; + margin-top: 4px; &::before { content: ''; @@ -934,7 +935,7 @@ padding: 12px 16px 16px 16px; flex: 1; justify-content: center; - + cursor: pointer; } .timeTip { -- Gitblit v1.8.0