2
0
Эх сурвалжийг харах

fix(tailwind): 修复Tailwind CSS v4配置,确保UI包样式正确生成

- 在web/src/style.css中添加@source指令,包含allin-packages和packages目录
- 确保动态类如h-[85vh]、max-h-[85vh]能正确生成
- 修复残疾人管理表单弹窗滚动问题,使用h-[85vh]和overflow-hidden

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 өдөр өмнө
parent
commit
9db02f7409
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      web/src/style.css

+ 4 - 0
web/src/style.css

@@ -1,3 +1,7 @@
+/* 配置Tailwind扫描路径,包含UI包 */
+@source "../../allin-packages/**/*.{ts,tsx}";
+@source "../../packages/**/*.{ts,tsx}";
+
 @import "tailwindcss";
 @import "tw-animate-css";