|
|
@@ -44,17 +44,19 @@
|
|
|
</div>
|
|
|
<div class="form-group row">
|
|
|
<label class="col-sm-2 col-form-label">业主照片</label>
|
|
|
- <div class="col-sm-10"><img v-bind:src="addOwnerInfo.ownerPhoto" alt="业主照片"></div>
|
|
|
- </div>
|
|
|
- <div class="ibox-content">
|
|
|
- <button class="btn btn-primary float-right" type="button" v-on:click="saveOwnerInfo()">
|
|
|
- <i class="fa fa-check"></i> 保存
|
|
|
- </button>
|
|
|
- <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
|
|
- data-dismiss="modal">取消
|
|
|
- </button>
|
|
|
+ <div class="col-sm-10"><img width="100%" height="100%"
|
|
|
+ v-bind:src="addOwnerInfo.ownerPhoto" alt="业主照片"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="ibox-content">
|
|
|
+ <button class="btn btn-primary float-right" type="button" v-on:click="saveOwnerInfo()">
|
|
|
+ <i class="fa fa-check"></i> 保存
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
|
|
+ data-dismiss="modal">取消
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|