We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0e2f3 commit fa391e3Copy full SHA for fa391e3
src/components/editor/action/EditorActions.tsx
@@ -152,7 +152,7 @@ export const EditorActions = ({ control }: EditorActionsProps) => {
152
</DndContext>
153
154
{actions.length === 0 && (
155
- <NonIdealState title="暂无动作" className="my-4" icon="inbox" />
+ <NonIdealState title="暂无动作" className="" icon="inbox" />
156
)}
157
</div>
158
0 commit comments