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.
我很难理解如何更改 Tab 组件的字体系列、字体大小、粗体等。
有人能指出我正确的方向吗
非常感谢
斯蒂芬(方帽)
ps 我找不到网页上建议的标签 ui-kitten
如果要编辑 Tab 组件上的文本,则应将自己的 Text 组件传递给 title 属性,如下所示
<Tab title={evaProps => <Text {...evaProps} style={{color: 'blue'}}>USERS</Text>}>
在该文本上,您可以使用所需的样式!