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

This commit is contained in:
2025-08-29 11:31:09 +08:00
parent 075fdb1913
commit 4e60811542

View File

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