From 5ce96dfbedb0ee6d0abd612ae489c020e8f6ec79 Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期六, 30 一月 2021 14:06:17 +0800
Subject: [PATCH] 修改首页
---
src/views/login/login.scss | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/login/login.scss b/src/views/login/login.scss
index 109b443..63f096b 100644
--- a/src/views/login/login.scss
+++ b/src/views/login/login.scss
@@ -7,7 +7,11 @@
color: $cursor;
}
}
+
.login-container {
+ .el-col{
+ border-radius: 0px;
+ }
.el-input {
display: inline-block;
font-size: .9rem !important;
@@ -17,7 +21,7 @@
-webkit-appearance: none;
border-radius: 0;
color: #000000;
- height: 28px;
+ height: 32px;
caret-color: $cursor;
&:-webkit-autofill {
box-shadow: 0 0 0 1000px $bg inset !important;
@@ -27,11 +31,13 @@
}
.el-form-item {
border: 1px solid #dedede;
- border-radius: 2px;
color: #454545;
transition: all .3s;
&:hover {
border-color: #57a3f3;
}
}
+ .el-button:not(.is-circle,.is-round), .el-input__inner {
+ border-radius: 20px !important;
+}
}
\ No newline at end of file
--
Gitblit v1.8.0