Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 ExtJS 5.0,我有一个带有标题的面板,其中包含标题和工具。默认情况下,标题左对齐标题,然后右对齐工具,但我想左对齐标题旁边的工具。我试过浮动工具,但这不起作用。有什么建议么?
只需更改flex标题的属性:
flex
title: { text: 'Title', flex: undefined }
工作样本:http: //jsfiddle.net/5y2K3/1/