From 18b9cf5cdb03dd55522be2f1973fd2f3c3531946 Mon Sep 17 00:00:00 2001 From: zhm Date: Sat, 27 Jul 2024 16:40:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=A8=E6=A0=BC=E9=87=8C=E9=9D=A2?= =?UTF-8?q?=E5=BD=93=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B=E4=B8=BA=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=97=B6=EF=BC=8C=E5=8D=95=E5=85=83=E6=A0=BC=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E8=AE=BE=E7=BD=AE=E6=97=A0=E6=95=88BUG=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=EF=BC=8C=E5=B9=B6=E8=AE=BE=E7=BD=AE=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=81=BF=E5=85=8D=E8=A1=A8=E5=8D=95=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E8=AE=A1=E7=AE=97=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hiprint/hiprint.bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index 72fc879..58195c2 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -1990,6 +1990,7 @@ var hiprint = function (t) { var imagebox = $('
') imagebox.find('img').attr('src', p) + imagebox.find('img').attr("height", t.tableColumnHeight || 50 + 'pt') console.log(imagebox.find('img').css('width')) r.html(imagebox) } -- Gitee