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.
我有一个 Dojo TabContainer,它有两个选项卡,每个选项卡(即 ContentPane)都有一个标题,如何使标题加粗?
有以下三种方法:
<div dojoType="dijit.ContentPane" title="<span style='font-weight:bold'>my title</span>"></div>
.tabLabel { font-weight: bold }