如何使用glyphicon和tile来制作SplitButton的标题,就像经典按钮(十字准线)一样。
因为当我尝试使用<Glyphicon glyph="screenshot" /> Crosshair
与经典按钮相同时,它不起作用所以我尝试了{<Glyphicon glyph="retweet"/>}'ROI'
或{<Glyphicon glyph="retweet"/>}+'ROI' or <Glyphicon glyph="retweet"/>+'ROI'
没什么用。
提前感谢您的帮助。
答案 0 :(得分:0)
将它放在你的按钮标签内,如下所示:
<button><Glyphicon glyph="retweet"/> ROI</button>