Skip to content

Commit cc0dbf8

Browse files
committed
feat: 动作序列展开
1 parent 65b4fe2 commit cc0dbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor/action/EditorActionAdd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const EditorActionAdd = ({
121121

122122
return (
123123
<form onSubmit={onSubmit}>
124-
<Card className="mb-2 pb-8 pt-4 overflow-auto h-[calc(100vh-6rem)]">
124+
<Card className="mb-2 pb-8 pt-4 overflow-auto">
125125
<div className="flex items-center mb-4">
126126
<CardTitle className="mb-0" icon={isNew ? 'add' : 'edit'}>
127127
<span>{isNew ? '添加' : '编辑'}动作</span>

0 commit comments

Comments
 (0)