blob: 640a65fb6396f8d001a845a2f1b60de7444ff8cc [file] [log] [blame]
ybt02e716d2025-04-15 17:19:32 +08001@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 }
ybtda5978b2025-05-31 15:58:05 +080015}
16
17/* 如果需要,可以在这里覆盖 Antd 的一些基础样式或添加全局自定义样式 */