Commit 7ba8436
fix: CLI 动画换行时布局偏移 — 改用固定 height 替代 minHeight
将命令行容器从 minHeight: "2.6em" 改为 height: "3.6em" + overflow: hidden。
minHeight 是最小值,两行文字(~3.3em)会突破该限制导致容器扩展,
固定 height 确保容器尺寸始终不变,下方组件不再位移。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cff5aa3 commit 7ba8436
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments