feat(loading): 添加加载拦截 #4

This commit is contained in:
BTMuli
2023-03-22 00:04:53 +08:00
parent 50b8aacf9b
commit fd37387f0a
6 changed files with 176 additions and 156 deletions

12
src/assets/css/utils.css Normal file
View File

@@ -0,0 +1,12 @@
/* 顶部加载条 */
.loading-bar {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
/* card action 内的按钮 */
.card-btn {
background: #455167 !important;
color: #faf7e8 !important;
}

2
src/assets/index.css Normal file
View File

@@ -0,0 +1,2 @@
@import "css/utils.css";
@import "fonts/index.css";