From ffdc2bc8b1a04658bdf97a8606292ee37f7cb850 Mon Sep 17 00:00:00 2001 From: lichaojun Date: Wed, 24 Dec 2025 22:55:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=96=E6=8B=BD=E5=B8=83=E5=B1=80-?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=80=89=E4=B8=AD=E7=84=A6=E7=82=B9=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demoHtml/flex/css/index.css | 3 +- demoHtml/flex/index.html | 32 +++++++++++++- demoHtml/flex/js/index.js | 85 +++++++++++++++++++++++++++++++++---- 3 files changed, 108 insertions(+), 12 deletions(-) diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index b42ed3d..4430db5 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -78,7 +78,6 @@ html { display: flex; align-items: center; justify-content: center; - overflow: hidden; } .component-item .grid-stack-item-content, .grid-stack-item .grid-stack-item-content { @@ -154,7 +153,7 @@ html { justify-content: center; } .grid-stack { - background-color: #f9fafb; + background-color: #e2e2e2; border-radius: 8px; width: 960px; } diff --git a/demoHtml/flex/index.html b/demoHtml/flex/index.html index f9a190d..65a1105 100644 --- a/demoHtml/flex/index.html +++ b/demoHtml/flex/index.html @@ -67,10 +67,10 @@ id="main-screen" class="grid-stack" > -
+ > -->
@@ -183,6 +183,34 @@
+
+ + +
+
+ + +
+
+ + +
+
+ + +