refactor: ♻️ 删除无用的图片和图片命名优化

This commit is contained in:
Ray.Hao
2024-12-16 22:02:32 +08:00
parent e8144fbc18
commit 3e7e8b74d8
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;