使用 react antd 包更改 DIV 的背景颜色
Change the background color of a DIV using react antd package
我正在使用 react antd 包来设置应用程序的样式。如何在 antd 中使用默认背景色设置 div 的样式?下面是 bootstrap 的实现方式。
<div className="bg-default">
您可以从 antd/lib/style/themes/default
导入 LESS 变量
我正在使用 react antd 包来设置应用程序的样式。如何在 antd 中使用默认背景色设置 div 的样式?下面是 bootstrap 的实现方式。
<div className="bg-default">
您可以从 antd/lib/style/themes/default