+
+ From c12cf2a911e8fc265d51a99b1f5399b42453d942 Mon Sep 17 00:00:00 2001 From: LCJ-MinYa <1049468118@qq.com> Date: Wed, 7 Jan 2026 11:17:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=96=E6=8B=BD=E5=B8=83=E5=B1=80-?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demoHtml/flex/css/index.css | 4 + demoHtml/flex/index.html | 380 ++++++++++++++++++------------------ demoHtml/flex/js/i18n.js | 48 +++++ demoHtml/flex/js/index.js | 153 +++++++++------ 4 files changed, 339 insertions(+), 246 deletions(-) create mode 100644 demoHtml/flex/js/i18n.js diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index 707fc3d..90e7377 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -49,6 +49,10 @@ html { border-bottom: 2px solid #667eea; } +.panel-title span:nth-child(2) { + display: none; +} + /* 组件面板 */ #components-panel { position: relative; diff --git a/demoHtml/flex/index.html b/demoHtml/flex/index.html index 3c1fff1..93e7532 100644 --- a/demoHtml/flex/index.html +++ b/demoHtml/flex/index.html @@ -19,212 +19,218 @@ rel="stylesheet" href="./css/index.css" /> + + -
-
+
+