address-client 3.2.4 → 3.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -235,7 +235,7 @@
235
235
  <button type="button" class="close" @click="close"><span>&times;</span></button>
236
236
  <h4 class="modal-title">附件上传</h4>
237
237
  </header>
238
- <article slot="modal-body" class="modal-body">
238
+ <article slot="modal-body" class="modal-body" style="height: 900px">
239
239
  <div class="form-group">
240
240
  <upload :blodid="areamodel.id" isremark="true" fusetype="areamodel.f_area_address"></upload>
241
241
  </div>