style: 移除app.css中的Tailwind CSS导入

- 移除@tailwind base、components、utilities导入语句
- 保持基础应用样式配置
This commit is contained in:
imeepos 2025-09-09 12:10:16 +08:00
parent c845ad2102
commit d6fba57afc
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
#app{ #app{
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;