Extjs6 treepanel 自动靠右bug
Extjs版本: 6.2.0.981
问题解决方法出处:
https://www.sencha.com/forum/showthread.php?330686-Sencha-Architect-amp-ExtJS-6-TreePanel-Alignement-problem
解决办法:
There is a bug in 6.2.0 which made all grid (and tree) panels right aligned. If you don't need RTL language support, you could try to edit your app.json and replace
Code:
"path": "${framework.dir}/build/ext-all-rtl-debug.js"
with Code:
"path": "${framework.dir}/build/ext-all-debug.js"
posted on 2017-03-08 13:53 DragonflyZ 阅读(463) 评论(0) 收藏 举报
浙公网安备 33010602011771号