fix: style optimization

This commit is contained in:
vince
2024-07-16 23:13:03 +08:00
parent c2c32332d3
commit 8b6d3a72e8
7 changed files with 38 additions and 21 deletions

View File

@@ -41,6 +41,7 @@
body {
min-height: 100vh;
overflow: overlay;
-webkit-font-smoothing: antialiased;
}
@@ -88,6 +89,20 @@
input[type='number']::-webkit-outer-spin-button {
@apply m-0 appearance-none;
}
/* 考虑只在mac下打开 */
/* *::-webkit-scrollbar {
@apply h-[1px] w-[10px];
}
*::-webkit-scrollbar-thumb {
@apply bg-border rounded-sm border-none;
}
*::-webkit-scrollbar-track {
@apply rounded-sm border-none bg-transparent shadow-none;
} */
}
@layer components {