Commit 30f82e5
committed
fix(dialog): update my schedule icon theme sync and scroll behavior
1. 在主题切换后同步刷新我的日程弹窗图标,确保左上角应用图标跟随系统主题变化。
2. 优化日程内容区域高度与滚动条显示逻辑,内容未超出可视区域时关闭滚动条和滚动效果。
3. 在内容超出显示区域时保留垂直滚动能力,避免完整内容被截断。
1. Refresh the My Schedule dialog icon when the theme changes so the top-left app icon stays in sync with the system theme.
2. Refine the schedule content height and scrollbar logic so scrolling stays disabled when the content fits in the visible area.
3. Keep vertical scrolling available only when the content exceeds the visible area to avoid truncating longer content.
PMS: BUG-368849
PMS: BUG-368851
Log:
- Updated the My Schedule dialog icon when the theme changes.
- Disabled unnecessary scrolling when schedule content fits in the visible area.1 parent 0eee8e8 commit 30f82e5
2 files changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | | - | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
| |||
301 | 311 | | |
302 | 312 | | |
303 | 313 | | |
304 | | - | |
305 | | - | |
| 314 | + | |
306 | 315 | | |
307 | 316 | | |
308 | 317 | | |
| |||
315 | 324 | | |
316 | 325 | | |
317 | 326 | | |
| 327 | + | |
| 328 | + | |
318 | 329 | | |
319 | 330 | | |
320 | 331 | | |
| |||
379 | 390 | | |
380 | 391 | | |
381 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
382 | 396 | | |
383 | 397 | | |
384 | 398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments