sosohime
Results
3
issues of
sosohime
R.I.P
解决tab active以后加粗字体宽度变化,导致tab跳动的问题 对应在css增加 ``` &&::after { display: block; content: attr(data-tab); font-weight: 500; height: 0; color: transparent; overflow: hidden; visibility: hidden; } ``` issue: [https://github.com/ant-design/ant-design/issues/18652](https://github.com/ant-design/ant-design/issues/18652) pr: [https://github.com/ant-design/ant-design/pull/18940](https://github.com/ant-design/ant-design/pull/18940)