chore: upgrade deps & fix lint

This commit is contained in:
YunYouJun
2025-01-24 11:27:43 +08:00
parent 78fa350ced
commit 5e97da4731
5 changed files with 1847 additions and 1631 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
<template>
<div
class="rounded pureTag tagSize"
class="tagSize pureTag rounded"
p="x-2"
border="~ yellow-200 dark:yellow-800"
:bg="'yellow-300 opacity-20'"
:text="'yellow-800 dark:yellow-200'"
bg="yellow-300 opacity-20"
text="yellow-800 dark:yellow-200"
>
<slot />
</div>
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -58,7 +58,8 @@ hr {
opacity: 0.1;
}
.tag, .tagSize {
.tag,
.tagSize {
margin: 4px;
padding: 2px 4px;
// border: 1px solid var(--c-text);