优化照片组件

This commit is contained in:
java110 2020-05-31 14:16:33 +08:00
parent c53c15391f
commit 1002f04a76

View File

@ -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>