update:删除首页背景,加快加载速度

This commit is contained in:
hrz
2025-04-05 21:55:50 +08:00
parent d53230245f
commit a28d316ca4
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ export default {
height: 100vh;
display: flex;
flex-direction: column;
background-image: url("@/assets/home/background.png");
background: linear-gradient(145deg, #e6eeff, #eff0ff);
background-size: cover;
/* 确保背景图像覆盖整个元素 */
background-position: center;