From f9e9df1e43014e67580ad03dc86854a55673403d Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Thu, 30 Apr 2020 17:38:23 +0800
Subject: [PATCH] 爬虫词条管理

---
 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