
[英]Cannot reduce the fontSize of label in reactjs using semantic-ui-react
[英]Semantic-Ui-React label color inverted
您应该对标签使用basic
属性。
因此,与其将Label
用作-
<Label color="olive" pointing="below">Select the start date</Label>
将基本属性添加到
Label
为-
<Label color="olive" pointing="below" basic>Select the start date</Label>
希望这可以帮助。 有关标签组件基本属性的更多信息,请参见此处。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.