您的位置:首页 > Web前端 > JavaScript

Extjs6 treepanel 自动靠右bug

2017-06-14 12:57 441 查看
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"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  extjs6