修复多表格无法设置实例配置问题

This commit is contained in:
RuoYi
2020-07-31 16:16:11 +08:00
parent 2eb5752cc1
commit 6d5b261c7d
3 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@
.cropped {
width: 200px;
height: 345px;
border: 1px #ddd solid;
box-shadow: 0px 0px 12px #ddd;
}
@ -236,6 +235,7 @@ function submitHandler() {
$(window).resize(function() {
$('.imageBox').height($(window).height() - 80);
$('.cropped').height($(window).height() - 40);
}).resize();
if (!HTMLCanvasElement.prototype.toBlob) {