Skip to content

Commit fa391e3

Browse files
authored
Update EditorActions.tsx delete"暂无动作"className my-4
1 parent 5f0e2f3 commit fa391e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor/action/EditorActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const EditorActions = ({ control }: EditorActionsProps) => {
152152
</DndContext>
153153

154154
{actions.length === 0 && (
155-
<NonIdealState title="暂无动作" className="my-4" icon="inbox" />
155+
<NonIdealState title="暂无动作" className="" icon="inbox" />
156156
)}
157157
</div>
158158
</div>

0 commit comments

Comments
 (0)