From 9f9d68cf40f1d7470bfb49220266b26663cbb722 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 23 十一月 2019 14:55:11 +0800
Subject: [PATCH] 2019-11-23-01

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

diff --git a/src/views/login/index.scss b/src/views/login/index.scss
index 0b4ce02..2ea7d07 100644
--- a/src/views/login/index.scss
+++ b/src/views/login/index.scss
@@ -22,7 +22,6 @@
       float: right;
       margin-top: 5%;
       margin-right: 20%;
-      // padding: 15px;
       padding: 1.6vw;
       background: #ffffff;
       width: 22vw;
@@ -43,12 +42,24 @@
         margin-bottom: 3vh;
       }
       .minline {
+        display: inline-block;
         margin-bottom: 3vh;
         margin-top: -10px;
       }
+      .minline.right {
+        float: right;
+        width: 100px;
+        .ant-select-selection {
+          border: 0;
+          box-shadow: none;
+          .ant-select-selection-selected-value {
+            float: right;
+            margin-right: 10px;
+          }
+        }
+      }
       button {
         width: 100%;
-        // height: 40px;
         height: calc(2vw + 10px);
         line-height: 1;
       }
@@ -66,7 +77,6 @@
       }
       .ant-input {
         font-size: 16px;
-        // height: 36px;
         height: calc(2vw + 5px);
       }
       .ant-form label {

--
Gitblit v1.8.0