mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化照片组件
This commit is contained in:
parent
c53c15391f
commit
1002f04a76
@ -2,7 +2,7 @@
|
||||
<div v-for="image in this.uploadImageInfo.photos">
|
||||
<img v-bind:src="image" width="100px" height="100px"/>
|
||||
<span v-on:click="this._removeImage(image)" class="fa fa-remove float-right"
|
||||
style="position: relative; top: -35px;right: 20px; color: #d9534f"></span>
|
||||
style="position: relative; right: 20px; color: #d9534f"></span>
|
||||
</div>
|
||||
<div class="uploadButton" v-on:click="this._uploadPhoto()">
|
||||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user