@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
@layer base { | |
body { | |
@apply m-0 font-sans antialiased; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
code { | |
@apply font-mono; | |
} | |
} | |
/* 如果需要,可以在这里覆盖 Antd 的一些基础样式或添加全局自定义样式 */ |