From 56c0d6e2f83d72f622744fea76fdc64b09e30f1d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 01 四月 2020 18:54:07 +0800 Subject: [PATCH] 2020-04-01 --- src/views/login/index.scss | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 3f195b6..80e2a38 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -1,6 +1,7 @@ .login-container { height: 100vh; min-height: 600px; + background-color: #000000; background-size: cover; background-repeat: no-repeat; background-position: center center; @@ -8,17 +9,18 @@ height: 100px; padding-top: 30px; line-height: 80px; - border-bottom: 2px solid #06b4f7; + border-bottom: 2px solid #1890ff; img { max-height: 100%; } } .login-middle { + position: relative; height: calc(100vh - 194px); min-height: 420px; background-size: cover; background-position: center center; - border-bottom: 2px solid #06b4f7; + border-bottom: 2px solid #1890ff; .login-form { float: right; @@ -93,6 +95,11 @@ color: #1890ff; } } + .login-sync-button { + position: absolute; + bottom: 10px; + left: 20px; + } } .login-bottom { text-align: center; @@ -113,6 +120,11 @@ border-color: #40a9ff; } } +.sync-cloud-application { + .ant-modal-body { + min-height: 176px; + } +} .ant-message { top: 50px; z-index: 1080; -- Gitblit v1.8.0