mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #143 from antvis/afc163-patch-1
docs: fix home page unexpected scrollbar
This commit is contained in:
commit
84db9a4b7b
|
@ -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} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue