fix: loading and spinner style fixed and improved (#5588)

This commit is contained in:
Netfan
2025-02-23 15:30:17 +08:00
committed by GitHub
parent 579b1b486c
commit d49e3e81a4
3 changed files with 46 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ function onTransitionEnd() {
</span>
</slot>
<div v-if="text" class="mt-4 text-xs">{{ text }}</div>
<div v-if="text" class="text-primary mt-4 text-xs">{{ text }}</div>
<slot></slot>
</div>
</template>