From c10a1fc15e6606823cea34341c29e7c2b765a47d Mon Sep 17 00:00:00 2001 From: Katherine Date: Mon, 14 Oct 2024 13:56:02 +0800 Subject: [PATCH] style: action panel (#5410) --- .../plugin-block-workbench/src/client/WorkbenchBlock.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/plugins/@nocobase/plugin-block-workbench/src/client/WorkbenchBlock.tsx b/packages/plugins/@nocobase/plugin-block-workbench/src/client/WorkbenchBlock.tsx index aeb7e701ba..cf8af52542 100644 --- a/packages/plugins/@nocobase/plugin-block-workbench/src/client/WorkbenchBlock.tsx +++ b/packages/plugins/@nocobase/plugin-block-workbench/src/client/WorkbenchBlock.tsx @@ -64,7 +64,7 @@ const InternalIcons = () => { window.removeEventListener('resize', calculateGap); }; }, [Object.keys(fieldSchema?.properties || {}).length]); - console.log(gap); + return (
@@ -91,7 +91,6 @@ const InternalIcons = () => { text-overflow: ellipsis; } .ant-list-item-meta-title button { - font-weight: 700; font-size: 16px; overflow: hidden; text-overflow: ellipsis;