yumoqing 1989a0f04f fix(mobile): 普通Popup钳高到铺满可视屏时顶端切出屏外(负top未写回)
实测发现:普通 Popup 高度被 CSS max-height 钳到 ≈window.innerHeight 时,
positify_tl 居中标定的负 top(如 -116px)仍留在内联样式里,弹窗顶端被切
到屏外上方。旧 _mobile_clamp 的 `if(t<0) t=0` 只改局部变量没写回元素,
且 `t+h>vh` 判断用置0后的 t 漏掉负 top 场景。

修法:钳制时读内联 top 原值 raw_t——h>=vh 时强制 top=0;否则把 top 钳进
[0, vh-h] 区间;只有 t!=raw_t 才 setProperty important(避免多余写样式)。
2026-09-09 10:47:25 +08:00
2025-10-05 06:39:58 +08:00
2025-07-16 14:28:55 +08:00
2026-06-22 14:59:32 +08:00
2026-03-05 14:50:07 +08:00
2025-11-13 18:04:58 +08:00
2025-07-16 14:28:55 +08:00
2025-11-18 14:57:29 +08:00
2025-11-19 12:30:39 +08:00

Bricks

A new web application development framework to make web application development more easier like play bricks

Documentation

We have documents in 3 language

NOTE: all the documents was generated by Qwen3-max

Description
No description provided
Readme 26 MiB
Languages
JavaScript 98.7%
CSS 1.2%