sale-client 3.6.319 → 3.6.320
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.
package/package.json
CHANGED
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
</div>
|
|
429
429
|
</div>
|
|
430
430
|
|
|
431
|
-
<modal :show.sync="imgshow" v-ref:modal backdrop="true"
|
|
431
|
+
<modal :show.sync="imgshow" v-ref:modal backdrop="true" coverstyle="modalContentRight">
|
|
432
432
|
<header slot="modal-header" class="modal-header">
|
|
433
433
|
抄表图像识别照片
|
|
434
434
|
</header>
|
|
@@ -902,3 +902,8 @@
|
|
|
902
902
|
}
|
|
903
903
|
}
|
|
904
904
|
</script>
|
|
905
|
+
<style>
|
|
906
|
+
.modalContentRight {
|
|
907
|
+
float:right;
|
|
908
|
+
}
|
|
909
|
+
</style>
|