docs: fix home page unexpected scrollbar

导致首页出现横向滚动
This commit is contained in:
偏右 2020-01-02 13:35:50 +08:00 committed by GitHub
parent c37ecd7e2d
commit 36c8210a11
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ const IndexPage = () => {
githubStarLink="https://github.com/antvis/L7/stargazers"
/>
<Features features={features} style={{ width: '100%' }} />
<Cases style={{ width: '102%' }} cases={cases} />
<Cases cases={cases} />
<Companies title={t('感谢信赖')} companies={companies} />
</>
);