This commit is contained in:
ray
2024-12-17 12:44:06 +08:00
4 changed files with 2 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

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

View File

@@ -303,7 +303,7 @@ onMounted(() => {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-y: auto; 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 { .login-header {
position: absolute; position: absolute;
@@ -414,7 +414,7 @@ onMounted(() => {
html.dark { html.dark {
.login { .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 { .login-content {
background: transparent; background: transparent;