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 () => {
77 < div className = 'demo-image' >
88 < Flex wrap = 'wrap' gutter = { 20 } >
99 < Flex . Item span = { 8 } >
10- < Image width = '100%' height = '27vw ' src = 'x.jpg' />
10+ < Image width = '100%' height = '24vw ' src = 'x.jpg' />
1111 < div className = 'text' > 默认提示</ div >
1212 </ Flex . Item >
1313 < Flex . Item span = { 8 } >
1414 < Image
1515 width = '100%'
16- height = '27vw '
16+ height = '24vw '
1717 src = 'x.jpg'
1818 errorIcon = { < div style = { { fontSize : 14 } } > 加载失败</ div > }
1919 />
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ export default () => {
77 < div className = 'demo-image' >
88 < Flex wrap = 'wrap' gutter = { 20 } >
99 < Flex . Item span = { 8 } >
10- < Image width = '100%' height = '27vw ' />
10+ < Image width = '100%' height = '24vw ' />
1111 < div className = 'text' > 默认提示</ div >
1212 </ Flex . Item >
1313 < Flex . Item span = { 8 } >
1414 < Image
1515 loadingIcon = { < Loading type = 'spinner' /> }
1616 width = '100%'
17- height = '27vw '
17+ height = '24vw '
1818 />
1919 < div className = 'text' > 自定义提示</ div >
2020 </ Flex . Item >
You can’t perform that action at this time.
0 commit comments