更新依赖项和配置以支持新版本的pnpm,优化PostCSS和Tailwind配置,添加延迟输入功能到EffectsPage,提升用户体验

This commit is contained in:
eafonyang
2026-06-08 17:12:14 +08:00
parent 56da3e0d1f
commit 09ddaf958c
9 changed files with 2359 additions and 1357 deletions
+5 -4
View File
@@ -43,10 +43,6 @@ body,
height: auto !important;
}
.min-h-dvh {
min-height: 0;
}
.x9-app-shell-outer {
min-height: 100vh;
min-height: -webkit-fill-available;
@@ -90,6 +86,11 @@ body {
}
@layer components {
.flex {
min-height: 0;
min-width: 0;
}
.x9-app-shell-outer {
min-height: 100vh;
min-height: -webkit-fill-available;