优化图标

This commit is contained in:
java110 2020-03-20 15:51:17 +08:00
parent d50f20298c
commit 7ffab65318

View File

@ -5,7 +5,7 @@
style="position: relative; top: -35px;right: 20px; color: #d9534f"></span>
</div>
<div class="uploadButton" v-on:click="this._uploadPhoto()">
<i class="glyphicon glyphicon-plus"></i>
<i class="fa fa-plus" aria-hidden="true"></i>
</div>
<input type="file" class="file" accept="image/*" id="uploadImage" hidden
v-on:change="this._choosePhoto($event)">