fix: 修复 ProgressSpinner 组件的类名,添加强制应用样式
This commit is contained in:
@ -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;
|
||||
|
@ -13,4 +13,4 @@
|
||||
}
|
||||
.green:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user