mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化图片尺寸大小
This commit is contained in:
parent
d53413471b
commit
91bf7f0b9b
@ -74,7 +74,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">照片</label>
|
||||
<div class="col-sm-10">
|
||||
<img width="100%" height="100%"
|
||||
<img width="150" height="150"
|
||||
v-bind:src="addStaffViewInfo.photo" alt="员工照片">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -55,8 +55,8 @@
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">照片</label>
|
||||
<div class="col-sm-10"><img width="100%" height="100%"
|
||||
v-bind:src="editStaffInfo.photo" alt="业主照片"></div>
|
||||
<div class="col-sm-10"><img width="150" height="150"
|
||||
v-bind:src="editStaffInfo.photo" onerror="this.src='/img/noPhoto.jpg';" alt="业主照片"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -156,6 +156,7 @@
|
||||
mediaStreamTrack: null,
|
||||
attrs:[]
|
||||
};
|
||||
this._loadOwnerAttrSpec();
|
||||
},
|
||||
_addUserMedia: function () {
|
||||
return navigator.getUserMedia = navigator.getUserMedia ||
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>业主ID</th>
|
||||
<th data-hide="phone">名称</th>
|
||||
<th data-hide="phone">姓名</th>
|
||||
<!-- <th data-hide="phone">房屋编号</th> -->
|
||||
<th data-hide="phone">性别</th>
|
||||
<th data-hide="phone">年龄</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user