docs: fix Grid demos (#38595)

This commit is contained in:
afc163 2022-11-16 16:02:54 +08:00 committed by GitHub
parent fb473b3f10
commit 7c1652d677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ group: Layout
title: Grid
cover: https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Grid.svg
demo:
cols: 2
cols: 1
---
24 Grids System.
@ -47,7 +47,7 @@ Layout uses a 24 grid layout to define the width of each "box", but does not rig
<code src="./demo/responsive.tsx">Responsive</code>
<code src="./demo/responsive-more.tsx">More responsive</code>
<code src="./demo/playground.tsx">Playground</code>
<code src="./demo/useBreakpoint.tsx">undefined</code>
<code src="./demo/useBreakpoint.tsx">useBreakpoint Hook</code>
## API

View File

@ -46,7 +46,7 @@ demo:
<code src="./demo/responsive.tsx">响应式布局</code>
<code src="./demo/responsive-more.tsx">其他属性的响应式</code>
<code src="./demo/playground.tsx">栅格配置器</code>
<code src="./demo/useBreakpoint.tsx">undefined</code>
<code src="./demo/useBreakpoint.tsx">useBreakpoint Hook</code>
## API