From 43c6df95808f91eff5849948e484d4b5fe354f8c Mon Sep 17 00:00:00 2001 From: cyl Date: Thu, 30 Nov 2023 09:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=89=BE=E5=9B=9E=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Login/updatepsw.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Login/updatepsw.vue b/src/components/Login/updatepsw.vue index 557d54c..0d1296f 100644 --- a/src/components/Login/updatepsw.vue +++ b/src/components/Login/updatepsw.vue @@ -289,11 +289,11 @@ export default { width: 710px; .ant-form-item { display: flex; - align-items: center; + // align-items: center; } /deep/ .ant-form-explain { - margin-top: -2px; - line-height: 20px; + // margin-top: -2px; + // line-height: 20px; min-height: 20px !important; } /deep/.ant-form-item-control { @@ -408,10 +408,9 @@ export default { } } .state-box{ - position: fixed; - left: 50%; - transform: translateX(-50%); + position: absolute; + left: -338px; width: 544px; - top: 430px; + top: 0px; }