Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin
This commit is contained in:
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 191 KiB |
@@ -303,7 +303,7 @@ onMounted(() => {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
background: url("@/assets/images/login-background-light.jpg") no-repeat center right;
|
||||
background: url("@/assets/images/login-bg.jpg") no-repeat center right;
|
||||
|
||||
.login-header {
|
||||
position: absolute;
|
||||
@@ -414,7 +414,7 @@ onMounted(() => {
|
||||
|
||||
html.dark {
|
||||
.login {
|
||||
background: url("@/assets/images/login-background-dark.jpg") no-repeat center right;
|
||||
background: url("@/assets/images/login-bg-dark.jpg") no-repeat center right;
|
||||
|
||||
.login-content {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user