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.
我有一段文字:
<g:Label ui:field="titleLabel">text RedText someMoreText</g:Label>
现在我想做RedText红色。我无法在<g:Label>标签或 html 元素中设置任何小部件。但是,这是怎么做到的呢?
RedText
<g:Label>
一种方法是您可以<g:InlineLable>在内部使用<g:Lable>,然后InlineLable使用红色设置样式。或者,您可以根据需要使用<span>具有 id/class 的元素,并将其样式设置为红色。
<g:InlineLable>
<g:Lable>
InlineLable
<span>