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;