Merge pull request #143 from antvis/afc163-patch-1

docs: fix home page unexpected scrollbar
This commit is contained in:
@thinkinggis 2020-01-02 20:57:27 +08:00 committed by GitHub
commit 84db9a4b7b
1 changed files with 1 additions and 1 deletions

View File

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