feat(loading): 写了个 loading 组件

This commit is contained in:
BTMuli
2023-03-24 14:13:04 +08:00
parent 62b1a195fc
commit b260c2538a
7 changed files with 92 additions and 16 deletions

View File

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