From af6d2292a91bd46544af5940b6929951f7ae82f6 Mon Sep 17 00:00:00 2001 From: lichaojun Date: Wed, 7 Jan 2026 19:09:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=96=E6=8B=BD=E5=B8=83=E5=B1=80-?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demoHtml/flex/css/index.css | 2 +- demoHtml/flex/js/index.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index c53ad52..4ad4cce 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -223,7 +223,7 @@ html { } #canvas-panel .grid-stack-item-content { border-radius: 8px; - border: 0px solid #e0e0e0; + border: 0px solid rgba(0, 0, 0, 0); } .global-save-button-container { diff --git a/demoHtml/flex/js/index.js b/demoHtml/flex/js/index.js index 7efc30c..55e1320 100644 --- a/demoHtml/flex/js/index.js +++ b/demoHtml/flex/js/index.js @@ -651,7 +651,8 @@ var i18n = function () { return new Promise((resolve) => { setTimeout(() => { - locale = 'zh-CN'; + // locale = 'zh-CN'; + locale = 'en'; // 设置语言 layui.i18n.set({ locale: locale,