Es *_*era 2 google-chrome extjs extjs6-modern
在 sencha Extjs 6.0.2 Modern 中,在 Chrome 90 的 Ext.dataview.List 组件上不会触发绘制事件。在桌面上测试。
将此添加到我的 app.scss 解决了我的问题
.x-paint-monitor.cssanimation {
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 0.0010ms;
animation-duration: 0.0010ms;
}
Run Code Online (Sandbox Code Playgroud)
的持续时间0.0010ms
是运行良好的最小值。
归档时间: |
|
查看次数: |
362 次 |
最近记录: |