From 8f7a55928c9fb14aa34da9671b8f2a2ffd1af12f Mon Sep 17 00:00:00 2001 From: Karson Date: Mon, 1 Apr 2024 15:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=97=E8=A1=A8=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E5=88=86=E7=BB=84=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/require-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/require-table.js b/public/assets/js/require-table.js index 4dde171a..c345f71a 100644 --- a/public/assets/js/require-table.js +++ b/public/assets/js/require-table.js @@ -992,7 +992,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table $.each(dropdowns, function (i, j) { dropdownHtml.push('
'); }); - html.unshift(dropdownHtml); + html.unshift(dropdownHtml.join(' ')); } return html.join(' '); },