cleanup: 移除 device-stage 的 container-type:size 死代码

画布改用 inline style 的 vw/vh 后不再依赖容器查询单位(cqw/cqh),
container-type:size 成为死代码且对 device-stage 有 size containment 副作用,移除。
全局已确认无 cq 单位在用。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
cchis
2026-06-29 14:07:26 +08:00
parent 95a6f15564
commit d044e4e568

View File

@@ -79,7 +79,6 @@ select {
max-height: 100%;
overflow: hidden;
border-radius: 0;
container-type: size;
}
.reference-fit-frame {