绿色心情

Results 5 issues of 绿色心情

Add parent DOM to the slot and set default class

Fixed the issue where the loss of focus event was triggered when clicking on slot Dom, causing the menu to close [Uploading 2025-06-14 17-02-52.mkv…]()

在暗黑模式下PrimaryTextBrush为white时刺眼,用户体验差,建议BaseStyle增加Opacity属性值设置,Dark模式下值为0.87,其它模式下为1:

**失败原因:** 1. Row 在第一次 Measure 时用到了错误的布局状态(_layoutStatus=null)并且父宽度为 Infinity,导致计算出错误的高度。 2. 时序图: 父容器 (StackPanel) ↓ 调用 Row.Measure(constraint) constraint.Width = Infinity ❌ | ├─ 未设置 _layoutStatus (为 null) ├─ 子控件 Measure() 用错误的列数计算宽度 ├─ Row...

### Feature request type sample request ### Is your feature request related to a problem? Please describe 目前hc:DateTimePicker只支持Clock,选择秒时需要将鼠标放在秒上面,然后滚动鼠标才能选择,用户体验糟糕,建议增加支持ListClock! ### Describe the solution you'd like hc:DateTimePicker增加支持ListClock ### Describe alternatives you've considered...