From 44cf17a2d1662862410918f1d0b648c028dde03f Mon Sep 17 00:00:00 2001 From: pearone <1181019452@qq.com> Date: Wed, 6 Dec 2023 14:56:01 +0800 Subject: [PATCH] update --- src/example/default.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/example/default.tsx b/src/example/default.tsx index 5d4bf6e6..2f9062c9 100644 --- a/src/example/default.tsx +++ b/src/example/default.tsx @@ -172,7 +172,7 @@ const DefaultLayout = () => { w: 4, h: 10, i: '1', - // is_sticky: true, + is_sticky: true, is_resizable: true, is_draggable: true, type: WidgetType.grid, @@ -641,7 +641,7 @@ const DefaultLayout = () => { LayoutType.GRID } mode={LayoutMode.edit} - container_padding={[10]} + container_padding={[0]} row_height={50} cols={8} item_margin={[10, 10]}