style(sth): 代码微改

This commit is contained in:
BTMuli
2023-03-28 16:14:49 +08:00
parent b90cad26f5
commit de1b5cdc2b
4 changed files with 21 additions and 39 deletions

View File

@@ -65,12 +65,6 @@ const props = defineProps({
color: #f4d8a8;
}
.loading-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: #38393a;
}
.loading-img {
width: 256px;
height: 256px;
@@ -78,10 +72,4 @@ const props = defineProps({
justify-content: center;
align-items: center;
}
.loading-text {
font-size: 1.5rem;
font-weight: 500;
color: #38393a;
}
</style>