refactor: refactor

This commit is contained in:
张传龙
2022-08-27 14:09:32 +08:00
parent 230e3a72d9
commit 220a7800f7
36 changed files with 201 additions and 192 deletions

View File

@@ -13,7 +13,7 @@
.loading-svg {
width: 128px;
height: 128px;
color: var(--primaryColor);
color: var(--primary-color);
}
.loading-spin__container {
@@ -45,7 +45,7 @@
position: absolute;
height: 16px;
width: 16px;
background-color: var(--primaryColor);
background-color: var(--primary-color);
border-radius: 8px;
-webkit-animation: loadingPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: loadingPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;