From 7b407416641ceca6cb0d163fff87d848a0543458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harry=E9=BB=84?= <511968666@qq.com> Date: Thu, 2 Nov 2023 08:18:57 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/hiprint/hiprint.bundle.js.=20?= =?UTF-8?q?=E4=B8=8A=E4=B8=AD=E5=B1=85=E5=8F=B3=20=20=E6=94=B9=E6=88=90=20?= =?UTF-8?q?=E4=B8=8A=E4=B8=AD=E4=B8=8B=20=20=20=20=EF=BC=88=E4=B8=8B?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Harry黄 <511968666@qq.com> --- src/hiprint/hiprint.bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index 18fae19..6f6699a 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -4933,7 +4933,7 @@ var hiprint = function (t) { } return t.prototype.createTarget = function () { - return this.target = $(`
\n
\n ${i18n.__('单元格上下对齐')}\n
\n
\n \n
\n
`), this.target; + return this.target = $(`
\n
\n ${i18n.__('单元格上下对齐')}\n
\n
\n \n
\n
`), this.target; }, t.prototype.getValue = function () { var t = this.target.find("select").val(); if (t) return t.toString(); -- Gitee