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.
我创建了一个嵌套列表。当所选项目的文本长于后退按钮时,会与工具栏标题重叠。有没有办法将工具栏文本对齐或设置字体大小?任何帮助表示赞赏。
后退按钮只能使用“后退”(或其他)。您只需在嵌套列表中添加此配置:(useTitleAsBackText: false默认true情况下)。
useTitleAsBackText: false
true
否则,您可以减小 CSS 文件中按钮和工具栏标题的字体大小。像这样:
.my-nested-list .x-toolbar .x-button-label, .my-nested-list .x-toolbar .x-title { font-size: 13px; }