app.less 311 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 @tailwind base; @tailwind components; @tailwind utilities; /* 修复 NutUI 图标字体样式 */ .nut-icon { font-style: normal !important; font-weight: normal !important; } /* 修复所有可能的图标字体 */ [class*="nut-icon"] { font-style: normal !important; font-weight: normal !important; }