Skip to content

Commit

Permalink
update image gallery style
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Oct 21, 2019
1 parent 2d19802 commit f955490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
class="default-activator cursor-pointer "
onClick={() => { this.innerVisible = true }}
>
<img src={this.value} style={{ width: '100%' }} />
<img src={this.value} />
<div class="flex-space-between" style="margin-top: 8px;">
<a-button>更换图片</a-button>
<a-button onClick={e => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.default-activator {
border: 1px dashed #eee;
text-align: center;

img {
width: 100%;
border: 1px dashed #ccc;
}
}

0 comments on commit f955490

Please sign in to comment.