fix: 修复 ProgressSpinner 组件的类名,添加强制应用样式
This commit is contained in:
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--h-base-font: lxgw-wenkai-mono-tc, alibaba-puhuiti, Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
--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;
|
Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
}
|
}
|
||||||
.green:hover {
|
.green:hover {
|
||||||
background-color: hsla(160, 100%, 37%, 0.2);
|
background-color: hsla(160, 100%, 37%, 0.2);
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ import { openConfirm, openDialog, openToast } from './fns';
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="primevue py-4 flex items-start flex-wrap gap-6">
|
<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>
|
<FloatLabel>
|
||||||
<InputText default-value="DEFAULT_VALUE" id="username" />
|
<InputText default-value="DEFAULT_VALUE" id="username" />
|
||||||
<label for="username">Username</label>
|
<label for="username">Username</label>
|
||||||
|
Reference in New Issue
Block a user