update: 更新所有页面背景颜色

This commit is contained in:
zhuoqinglian
2026-06-26 17:28:06 +08:00
parent 97404e53fe
commit 5a68252d22
19 changed files with 31 additions and 27 deletions
+1 -3
View File
@@ -1407,7 +1407,7 @@ export default {
display: flex;
position: relative;
flex-direction: column;
background: linear-gradient(to bottom right, #dce8ff, #e4eeff, #e6cbfd);
background: #eff4ff;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
@@ -1431,9 +1431,7 @@ export default {
height: calc(100vh - 63px - 35px - 60px);
margin: 0 22px;
border-radius: 15px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
position: relative;
background: rgba(237, 242, 255, 0.5);
display: flex;
flex-direction: column;
}