From 8d14803ad23fcc764de63855958bf8b5bfe94569 Mon Sep 17 00:00:00 2001
From: lyt-Top <1105290566@qq.com>
Date: Sat, 26 Dec 2020 23:41:23 +0800
Subject: [PATCH] =?UTF-8?q?'admin-20.12.26:=E7=BC=96=E5=86=99=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E7=95=8C=E9=9D=A2'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/login/index.vue | 110 ++++++++++++++++++
.../src/views/login/mock.ts | 32 -----
2 files changed, 110 insertions(+), 32 deletions(-)
delete mode 100644 vue-admin-wonderful-next/src/views/login/mock.ts
diff --git a/vue-admin-wonderful-next/src/views/login/index.vue b/vue-admin-wonderful-next/src/views/login/index.vue
index 90b3393..07a85b2 100644
--- a/vue-admin-wonderful-next/src/views/login/index.vue
+++ b/vue-admin-wonderful-next/src/views/login/index.vue
@@ -3,6 +3,43 @@
版权所有:深圳市xxx软件科技有限公司
Copyright: Shenzhen XXX Software Technology Co. Ltd 粤ICP备05010000号
@@ -11,8 +48,21 @@
@@ -26,6 +76,66 @@ export default {
position: absolute;
top: 30px;
left: 30px;
+ height: 50px;
+ display: flex;
+ align-items: center;
+ }
+ .login-content {
+ width: 500px;
+ padding: 20px;
+ height: 410px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background-color: rgba(255, 255, 255, 0.9);
+ box-shadow: 0 2px 12px 0 rgba(179, 202, 233, 1);
+ border-radius: 4px;
+ .login-content-main {
+ margin: 0 auto;
+ width: 80%;
+ .login-content-title {
+ color: #333;
+ font-weight: 500;
+ font-size: 22px;
+ text-align: center;
+ letter-spacing: 4px;
+ margin: 15px 0 30px;
+ }
+ .login-content-form {
+ .login-content-code {
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ .login-content-code-img {
+ width: 100%;
+ height: 40px;
+ background-color: #fdfdfd;
+ border: 1px solid rgb(220, 223, 230);
+ color: #333;
+ font-size: 14px;
+ font-weight: 700;
+ letter-spacing: 5px;
+ line-height: 38px;
+ text-indent: 5px;
+ text-align: center;
+ cursor: pointer;
+ transition: all ease 0.2s;
+ border-radius: 4px;
+ &:hover {
+ border-color: #c0c4cc;
+ transition: all ease 0.2s;
+ }
+ }
+ }
+ .login-content-submit {
+ width: 100%;
+ letter-spacing: 2px;
+ font-weight: 300;
+ margin-top: 15px;
+ }
+ }
+ }
}
.login-copyright {
position: absolute;
diff --git a/vue-admin-wonderful-next/src/views/login/mock.ts b/vue-admin-wonderful-next/src/views/login/mock.ts
deleted file mode 100644
index dc3bbbd..0000000
--- a/vue-admin-wonderful-next/src/views/login/mock.ts
+++ /dev/null
@@ -1,32 +0,0 @@
-export const classicQuotationsList: Array