是否可以修改 SelectItem 组件上的标题大小?
我有:
SelectItem checkSelectItem = new SelectItem("name", "title: this is a test");
我希望标题只使用一行,但它使用两行。
是否可以修改 SelectItem 组件上的标题大小?
我有:
SelectItem checkSelectItem = new SelectItem("name", "title: this is a test");
我希望标题只使用一行,但它使用两行。