fix: style optimization
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user