extjs panel 边框定制 默认的方法只有全边框,有时候需要定制左右边框,而不需要上下边框。默认的边框颜色为#8db2e3可以在panel的代码中添加以下style:style:'border-left: 1px solid #8db2e3;',备忘。