You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
动态添加表格 (NTable) 的时候,.n-table td 有一个 transition 效果,border-color 缺省的时候,会使用 color 的值,造成过渡的过程中,会出现从字体颜色到边框颜色一闪而过。
When dynamically adding a table (NTable), .n-table td has a transition effect, and border-color defaults to the value of color, causing a flash from font color to border color during the transition.
TuSimple/naive-ui version (版本)
2.25.2
Vue version (Vue 版本)
3.2.16
Browser and its version (浏览器及其版本)
Chrome/99.0.4844.17
System and its version (系统及其版本)
Linux debian 5.10.0-11-amd64
Node version (Node 版本)
Reappearance link (重现链接)
https://stackblitz.com/edit/vue-qxoqqm?file=src/components/HelloWorld.vue
Reappearance steps (重现步骤)
动态添加表格 (NTable) 的时候,
.n-table td
有一个 transition 效果,border-color 缺省的时候,会使用 color 的值,造成过渡的过程中,会出现从字体颜色到边框颜色一闪而过。When dynamically adding a table (NTable),
.n-table td
has a transition effect, and border-color defaults to the value of color, causing a flash from font color to border color during the transition.简化的复现版本
A simplified reproduction
https://codepen.io/hzz/pen/WNXZdyv
Expected results (期望的结果)
Do not appear black line
Actual results (实际的结果)
A black line appears
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: