【发布时间】:2021-04-04 14:10:24
【问题描述】:
Attached Image of icon to set the thickness
我尝试在 css 中使用 stroke 和 stroke-width 来设置圆的粗细,但它们都不起作用。图标是从 antdesign 导入的。 有人可以帮忙吗?非常感激。谢谢
目前我的代码看起来像这样(React)
<PlusCircleOutlined
style={{
fontSize: "50px",
color: "#408021",
storke: "#408021",
strokeWidth: "2px",
}}
/>
enter code here
【问题讨论】:
标签: css reactjs ant-design-pro