feat(physics): 集成 Rapier2D 物理引擎并修复预览重置问题 (#244)

* feat(physics): 集成 Rapier2D 物理引擎并修复预览重置问题

* fix: 修复 CI 流程并清理代码
This commit is contained in:
YHH
2025-11-28 10:32:28 +08:00
committed by GitHub
parent cabb625a17
commit 673f5e5855
56 changed files with 4934 additions and 218 deletions

View File

@@ -511,7 +511,7 @@
left: 0;
right: 0;
bottom: 0;
z-index: var(--z-index-sticky);
z-index: var(--z-index-dropdown);
}
.component-dropdown {
@@ -522,7 +522,7 @@
border: 1px solid var(--color-border-strong);
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
z-index: var(--z-index-dropdown);
z-index: calc(var(--z-index-dropdown) + 1);
overflow: hidden;
animation: dropdownSlide 0.15s ease;
}