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"