import styled from 'styled-components';
export const HomeWrapper = styled.div`
width:960px;
margin:0 auto;
height:300px;
background: red;
`;
styled.div的大坑
最新推荐文章于 2024-08-01 15:31:55 发布
import styled from 'styled-components';
export const HomeWrapper = styled.div`
width:960px;
margin:0 auto;
height:300px;
background: red;
`;