ybt | 02e716d | 2025-04-15 17:19:32 +0800 | [diff] [blame] | 1 | @tailwind base; |
2 | @tailwind components; | ||||
3 | @tailwind utilities; | ||||
4 | |||||
5 | @layer base { | ||||
6 | body { | ||||
7 | @apply m-0 font-sans antialiased; | ||||
8 | -webkit-font-smoothing: antialiased; | ||||
9 | -moz-osx-font-smoothing: grayscale; | ||||
10 | } | ||||
11 | |||||
12 | code { | ||||
13 | @apply font-mono; | ||||
14 | } | ||||
ybt | da5978b | 2025-05-31 15:58:05 +0800 | [diff] [blame] | 15 | } |
16 | |||||
17 | /* 如果需要,可以在这里覆盖 Antd 的一些基础样式或添加全局自定义样式 */ |