📅  最后修改于: 2022-03-11 14:48:24.004000             🧑  作者: Mango
import { createGlobalStyle } from 'styled-components'
const GlobalStyle = createGlobalStyle`
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
`
// in your app root
{/* example of other top-level stuff */}