From 6467e4115c5284a15f393e3dd2ffb07ebd2a96d6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 28 十二月 2020 18:31:48 +0800
Subject: [PATCH] 2020-12-28

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

diff --git a/src/views/login/index.scss b/src/views/login/index.scss
index 0591041..55e32a2 100644
--- a/src/views/login/index.scss
+++ b/src/views/login/index.scss
@@ -55,6 +55,13 @@
         white-space: nowrap;
         text-overflow: ellipsis;
         overflow: hidden;
+        border-top: 0;
+      }
+      .ant-tabs-tab:first-child {
+        border-left: 0;
+      }
+      .ant-tabs-tab:last-child {
+        border-right: 0;
       }
       .ant-tabs-tab.ant-tabs-tab-active {
         cursor: default;
@@ -90,6 +97,7 @@
       min-width: 300px;
       border-radius: 5px;
       overflow: hidden;
+      border: 1px solid #e8e8e8;
 
       .form-item-wrap {
         padding: 0.6vw 1.6vw 1.6vw;
@@ -199,11 +207,11 @@
       color: #ffffff;
     }
   }
-  .ant-btn-primary[disabled] {
-    color: #fff;
-    background-color: #40a9ff;
-    border-color: #40a9ff;
-  }
+  // .ant-btn-primary[disabled] {
+  //   color: #fff;
+  //   background-color: #40a9ff;
+  //   border-color: #40a9ff;
+  // }
 }
 .sync-cloud-application {
   .ant-modal-body {

--
Gitblit v1.8.0