Closed jinmingpang closed 1 month ago
将 Wizard向导 组件的 affixFooter 实现改为 position: sticky 方式。
看了下, 项目内关于 affixFooter 功能的实现,都改成了 position:sticky 方式,但是 Wizard 没有改,还是原来的检测dom方式。因此同步为其他组件相同方案。这样也可以和其他相同吸底的组件一起正常使用。
Panel-fixedBottom
Panel-footerWrap
Wirzard
Panel-footer
_panel.scss
.Panel-fixedBottom
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
thx
What
10997
将 Wizard向导 组件的 affixFooter 实现改为 position: sticky 方式。
Why
看了下, 项目内关于 affixFooter 功能的实现,都改成了 position:sticky 方式,但是 Wizard 没有改,还是原来的检测dom方式。因此同步为其他组件相同方案。这样也可以和其他相同吸底的组件一起正常使用。
How
Panel-fixedBottom
是放在Panel-footerWrap
上的,表现正常。但是Wirzard
组件是放在Panel-footer
上的。Panel-fixedBottom
背景颜色优先级低于Panel-footer
,导致吸底的时候背景颜色没有。所以调整了下_panel.scss
定义.Panel-fixedBottom
样式的位置,增加下权重。