💄 修改预加载界面

This commit is contained in:
刘嘉伟 2024-08-08 16:49:40 +08:00
parent 9b2131dd00
commit 4f9cf60671

View File

@ -44,7 +44,7 @@ function useLoading() {
animation-fill-mode: both;
width: 50px;
height: 50px;
background: #fff;
background: #5F3BB0;
animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.app-loading-wrap {
@ -56,7 +56,7 @@ function useLoading() {
display: flex;
align-items: center;
justify-content: center;
background: #282c34;
background: #ffffff;
z-index: 9;
}
`