我的组件上的react-bootstrap奇怪的渐变

时间:2018-01-07 04:53:04

标签: reactjs react-bootstrap

为什么我有一个奇怪的CSS主题? 我在这里导航react-bootstrap文档:https://react-bootstrap.github.io/components/navbar/并完成了doc上的内容,但不知何故,我的实现有这种奇怪的渐变而不是平面颜色。这也适用于我的所有组件(按钮等)

我的输出: My implementation

网站的输出: The output in the docs

1 个答案:

答案 0 :(得分:0)

如果您按照文档操作,您会注意到它们会告诉您放置两个样式表(可能在您的React应用程序中的index.html中):

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

只需删除可选主题行,渐变就会消失。