From fc68f6006949a91fced69951778a7c88859cbb6c Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 06 May 2020 10:49:07 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- src/pages/login/login.scss | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/login/login.scss b/src/pages/login/login.scss index 8d27685..e1b6744 100644 --- a/src/pages/login/login.scss +++ b/src/pages/login/login.scss @@ -12,8 +12,8 @@ float: right; } .login-main .login-form-button { - width: 32vh; - height: 5vh; + width: 300px; + height: 48px; } .login-div-top-img { @@ -58,11 +58,11 @@ } .login-div-content-div{ - width: 40.8vh; + width: 382px; background: #fff; - height: 44.8vh; + height: 420px; position: absolute; - right: 19vh; + right: 108px; border-radius: 8px; margin-top: 10vh; } -- Gitblit v1.8.0