采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
import { createGlobalStyle } from ‘styled-components’;
是的!
老师您好,我将injectGlobal换成createGlobalStyle还是不生效是怎么回事呢? style.js代码如下: import { createGlobalStyle } from "styled-components"; export const GlobalStyle = createGlobalStyle` height: 500px; background:red; `; index.js代码如下: import React, { Fragment } from "react"; import ReactDOM from "react-dom"; import App from "./App"; import { GlobalStyle } from "./style"; // import "./style.css"; import "./static/iconfont/iconfont.css"; ReactDOM.render( <Fragment> <GlobalStyle /> <App /> </Fragment>, document.getElementById("root") );
代码控制台有没有报错
登录后可查看更多问答,登录/注册
主流新技术 React-redux,React-router4,贯穿基础语法
5.4k 22
5.6k 20
1.9k 19
4.2k 17
1.4k 13