From d4d65795557f86a99319cb538f9c95276422b86c Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 10 Jan 2022 19:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../retrieve-password.component.less | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/routes/passport/components/retrieve-password/retrieve-password.component.less b/src/app/routes/passport/components/retrieve-password/retrieve-password.component.less index 31408925..1922612a 100644 --- a/src/app/routes/passport/components/retrieve-password/retrieve-password.component.less +++ b/src/app/routes/passport/components/retrieve-password/retrieve-password.component.less @@ -1,8 +1,8 @@ :host { ::ng-deep { .ant-steps { - margin: 0 auto; width : 500px; + margin: 0 auto; } .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail::after { @@ -32,8 +32,8 @@ page-grid { width : 100%; height : 100%; - background-color: #fff; margin : 100px auto; + background-color: #fff; .myForm { margin-top : 3rem; @@ -41,11 +41,11 @@ } .steps-content { + min-height : 250px; margin-top : 16px; + background-color: #fff; border : 1px dashed #e9e9e9; border-radius : 6px; - background-color: #ffffff; - min-height : 250px; // text-align: center; } @@ -60,15 +60,14 @@ } .input-tootip { - width : 250px; - padding-left: 20px; - display : flex; display : flex; align-items : center; + width : 250px; + padding-left: 20px; .dot { - font-size: 21px; color : #bdb8b8; + font-size: 21px; } .valid-icon {