File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/react-vant/src/components/image/demo Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ export default () => {
7
7
< div className = 'demo-image' >
8
8
< Flex wrap = 'wrap' gutter = { 20 } >
9
9
< Flex . Item span = { 8 } >
10
- < Image width = '100%' height = '27vw ' src = 'x.jpg' />
10
+ < Image width = '100%' height = '24vw ' src = 'x.jpg' />
11
11
< div className = 'text' > 默认提示</ div >
12
12
</ Flex . Item >
13
13
< Flex . Item span = { 8 } >
14
14
< Image
15
15
width = '100%'
16
- height = '27vw '
16
+ height = '24vw '
17
17
src = 'x.jpg'
18
18
errorIcon = { < div style = { { fontSize : 14 } } > 加载失败</ div > }
19
19
/>
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ export default () => {
7
7
< div className = 'demo-image' >
8
8
< Flex wrap = 'wrap' gutter = { 20 } >
9
9
< Flex . Item span = { 8 } >
10
- < Image width = '100%' height = '27vw ' />
10
+ < Image width = '100%' height = '24vw ' />
11
11
< div className = 'text' > 默认提示</ div >
12
12
</ Flex . Item >
13
13
< Flex . Item span = { 8 } >
14
14
< Image
15
15
loadingIcon = { < Loading type = 'spinner' /> }
16
16
width = '100%'
17
- height = '27vw '
17
+ height = '24vw '
18
18
/>
19
19
< div className = 'text' > 自定义提示</ div >
20
20
</ Flex . Item >
You can’t perform that action at this time.
0 commit comments