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

@ -1,5 +1,3 @@
:root {
--h-base-font: lxgw-wenkai-mono-tc, alibaba-puhuiti, Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;

View File

@ -13,4 +13,4 @@
}
.green:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}

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>