Commit 5ed035e
committed
fix: adjust AlertToolTip position and animations
1. Added y-position calculation to position tooltip below target element
with proper spacing
2. Removed opacity animations temporarily due to transparency causing
tooltips to appear through window background
3. Maintained vertical slide animations for enter/exit transitions
4. The opacity animations are commented with TODO for future fix when
transparency issue is resolved
fix: 调整 AlertToolTip 位置和动画效果
1. 添加 y 位置计算,使工具提示在目标元素下方以适当间距定位
2. 暂时移除透明度动画,因为透明度会导致工具提示透过窗口背景显示
3. 保留垂直滑动动画用于进入/退出过渡
4. 透明度动画已添加 TODO 注释,待透明度问题解决后修复
pms: BUG-3347711 parent 75676b9 commit 5ed035e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
0 commit comments