From 2cb65d99c9aebf8293cb2838fcfe3e09fb2739ce Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 06 十二月 2019 00:15:12 +0800
Subject: [PATCH] 2019-12-06

---
 src/views/login/index.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/login/index.scss b/src/views/login/index.scss
index 003ca7b..dd2a238 100644
--- a/src/views/login/index.scss
+++ b/src/views/login/index.scss
@@ -62,6 +62,7 @@
       button {
         width: 100%;
         height: calc(2vw + 10px);
+        min-height: 30px;
         line-height: 1;
       }
       .ant-dropdown-link {
@@ -79,6 +80,7 @@
       .ant-input {
         font-size: 16px;
         height: calc(2vw + 5px);
+        min-height: 30px;
       }
       .ant-form label {
         font-size: 16px;
@@ -108,4 +110,15 @@
 .ant-message {
   top: 50px;
   z-index: 1080;
+}
+@media screen and (max-width: 500px) {
+  .login-container {
+    .login-middle {
+      .login-form {
+        float: unset;
+        margin: 0 auto;
+        margin-top: 5%;
+      }
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0