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 65b4fe2 commit cc0dbf8Copy full SHA for cc0dbf8
src/components/editor/action/EditorActionAdd.tsx
@@ -121,7 +121,7 @@ export const EditorActionAdd = ({
121
122
return (
123
<form onSubmit={onSubmit}>
124
- <Card className="mb-2 pb-8 pt-4 overflow-auto h-[calc(100vh-6rem)]">
+ <Card className="mb-2 pb-8 pt-4 overflow-auto">
125
<div className="flex items-center mb-4">
126
<CardTitle className="mb-0" icon={isNew ? 'add' : 'edit'}>
127
<span>{isNew ? '添加' : '编辑'}动作</span>
0 commit comments