From 900d95fa8778870f1a7c19cc8ab1d82e70a4e90f Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Fri, 6 Jan 2023 00:51:43 +0800 Subject: [PATCH] feat: more fluent --- .../app/src/components/workspace-modal/index.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/workspace-modal/index.tsx b/packages/app/src/components/workspace-modal/index.tsx index 1f332ce904..c1d4402f92 100644 --- a/packages/app/src/components/workspace-modal/index.tsx +++ b/packages/app/src/components/workspace-modal/index.tsx @@ -104,7 +104,17 @@ export const WorkspaceModal = ({ open, onClose }: LoginModalProps) => { /> - + {item.name || 'untitled'} @@ -112,7 +122,6 @@ export const WorkspaceModal = ({ open, onClose }: LoginModalProps) => { style={{ position: 'relative', top: '6px', - marginLeft: '100px', }} > {(item.workspaceType === 'local' ||