fix: 修复 ProgressSpinner 组件的类名,添加强制应用样式
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m34s
/ depcheck (push) Successful in 1m27s
/ playwright (push) Failing after 3m24s

This commit is contained in:
严浩
2024-12-23 10:52:21 +08:00
parent de9260dcf5
commit f74f76750d
3 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import { openConfirm, openDialog, openToast } from './fns';
<template>
<div class="primevue py-4 flex items-start flex-wrap gap-6">
<ProgressSpinner class="w-6 h-6 m-0" />
<ProgressSpinner class="w-6! h-6! m-0!" />
<FloatLabel>
<InputText default-value="DEFAULT_VALUE" id="username" />
<label for="username">Username</label>