Commit 9d2ee1c
committed
fix: fix AlertToolTip background styling
Added missing style properties to AlertToolTip background component
to ensure proper visual appearance. The radius, implicitWidth,
and implicitHeight properties were missing from the FloatingPanel
background, causing inconsistent styling with the design system.
Also added corresponding width, height, and radius properties to
the alertToolTip style definition to provide proper values for these
properties.
The changes ensure that AlertToolTip maintains consistent styling with
the design system specifications and displays correctly with proper
dimensions and rounded corners.
Log: Fixed AlertToolTip background styling to match design
specifications
Influence:
1. Verify AlertToolTip displays with correct rounded corners
2. Test that tooltip has proper width and height dimensions
3. Check that background styling is consistent with other components
4. Verify tooltip positioning and layout with new size properties
5. Test on different screen sizes to ensure responsive behavior
fix: 修复AlertToolTip背景样式问题
为AlertToolTip背景组件添加缺失的样式属性以确保正确的视觉外观。
FloatingPanel背景中缺少radius、implicitWidth和implicitHeight属性,导致
与设计系统的样式不一致。同时为alertToolTip样式定义添加了相应的width、
height和radius属性,为这些属性提供正确的值。
这些更改确保AlertToolTip保持与设计系统规范一致的样式,并以正确的尺寸和圆
角显示。
Log: 修复AlertToolTip背景样式以符合设计规范
Influence:
1. 验证AlertToolTip是否以正确的圆角显示
2. 测试工具提示是否具有正确的宽度和高度尺寸
3. 检查背景样式是否与其他组件保持一致
4. 使用新的尺寸属性验证工具提示的定位和布局
5. 在不同屏幕尺寸上测试以确保响应式行为
PMS: BUG-3348791 parent 19f41f1 commit 9d2ee1c
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
618 | 621 | | |
619 | 622 | | |
620 | 623 | | |
| |||
0 commit comments