feat: 溢出控制高度的代码, 防止内容塌陷

This commit is contained in:
2025-08-29 11:31:09 +08:00
parent 6ed7201159
commit b4a0261f8a

View File

@@ -805,7 +805,8 @@
}else if(h>500){
h=h+60;
}
$this.controlHeight=h-95;
// 移除高度控制 防止内容塌陷
// $this.controlHeight=h-95;
})