Commit f955490d64d95c797e4d4e79ad1912867a55ac37
1 parent
2d19802c
update image gallery style
Showing
2 changed files
with
6 additions
and
1 deletions
front-end/h5/src/components/core/support/image-gallery/gallery.js
| @@ -75,7 +75,7 @@ export default { | @@ -75,7 +75,7 @@ export default { | ||
| 75 | class="default-activator cursor-pointer " | 75 | class="default-activator cursor-pointer " |
| 76 | onClick={() => { this.innerVisible = true }} | 76 | onClick={() => { this.innerVisible = true }} |
| 77 | > | 77 | > |
| 78 | - <img src={this.value} style={{ width: '100%' }} /> | 78 | + <img src={this.value} /> |
| 79 | <div class="flex-space-between" style="margin-top: 8px;"> | 79 | <div class="flex-space-between" style="margin-top: 8px;"> |
| 80 | <a-button>更换图片</a-button> | 80 | <a-button>更换图片</a-button> |
| 81 | <a-button onClick={e => { | 81 | <a-button onClick={e => { |
front-end/h5/src/components/core/support/image-gallery/gallery.scss