-
-
xujie-fast-vue
-
xujie-fast-vue基于vue、element-ui构建开发,实现xujie-fast后台管理前端功能,提供一套更优的前端解决方案。
-
-
管理员登录
+ 用户登陆
@@ -92,14 +88,14 @@
right: 0;
bottom: 0;
left: 0;
- background-color: rgba(38, 50, 56, .6);
+ background-color: rgba(38, 50, 56, 0);
overflow: hidden;
&:before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
- width: 100%;
+ width: 65%;
height: 100%;
content: "";
background-image: url(~@/assets/img/login_bg.jpg);
@@ -119,7 +115,7 @@
}
.site-content {
min-height: 100%;
- padding: 30px 500px 30px 30px;
+ padding: 15% 500px 30px 30px;
}
.brand-info {
margin: 220px 100px 0 90px;
@@ -141,13 +137,13 @@
position: absolute;
top: 0;
right: 0;
- padding: 150px 60px 180px;
+ padding: 15% 60px 180px;
width: 470px;
min-height: 100%;
background-color: #fff;
}
.login-title {
- font-size: 16px;
+ font-size: 30px;
}
.login-captcha {
overflow: hidden;
@@ -160,5 +156,18 @@
width: 100%;
margin-top: 38px;
}
+ .el-input__inner {
+ font-size: 30px;
+ }
+
+ .login-main .el-input__inner{
+ margin-top: 10px;
+ height: 45px;
+ }
+ .el-button--medium {
+ padding: 5px 11px;
+ font-size: 30px;
+ border-radius: 4px;
+ }
}
diff --git a/src/views/main.vue b/src/views/main.vue
index 2a0c2bd..d668a56 100644
--- a/src/views/main.vue
+++ b/src/views/main.vue
@@ -94,6 +94,7 @@
this.loading = false
this.userId = data.user.userId
this.userName = data.user.username
+ this.site = data.user.site
this.languageDefault = data.user.languageDefault
this.userDisplay = data.user.userDisplay
}
diff --git a/src/views/modules/sys/user-add-or-update.vue b/src/views/modules/sys/user-add-or-update.vue
index e4dd4e7..2ccf068 100644
--- a/src/views/modules/sys/user-add-or-update.vue
+++ b/src/views/modules/sys/user-add-or-update.vue
@@ -1,9 +1,12 @@
-
+
+