Skip to content

Commit e425059

Browse files
author
huangshuwei
committed
优化示例
1 parent b81fbf4 commit e425059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/views/bad-list/img.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="container">
33
<div class="title">{{ title }}</div>
4-
<img :src="imgUrl" />
4+
<img style="width:100%;" :src="imgUrl" />
55
</div>
66
</template>
77

0 commit comments

Comments
 (0)