This commit is contained in:
Wang Kejun 2023-07-03 21:09:45 +08:00
parent ef03f6ede8
commit 8e3916a717
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import {
Empty,
Layout,
Drawer,
Divider,
} from 'antd';
const { confirm } = Modal;
import type { MenuProps } from "antd";
@ -186,6 +187,7 @@ export default function render(
/>
)}
</div>
<Divider style={{ margin: 0 }} />
<div className={Style.editor}>
{selectedArticleId?.length > 0 ? (
<ArticleUpsert