From e7013895ef330a00a9c8f203cc3f6f2cd0839f8c Mon Sep 17 00:00:00 2001 From: Rao <1227431568@qq.com> Date: Thu, 27 Feb 2025 23:56:13 +0800 Subject: [PATCH] rht --- apps/web/src/components/common/editor/MindEditor.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/common/editor/MindEditor.tsx b/apps/web/src/components/common/editor/MindEditor.tsx index 3467d01..6a4e540 100755 --- a/apps/web/src/components/common/editor/MindEditor.tsx +++ b/apps/web/src/components/common/editor/MindEditor.tsx @@ -170,12 +170,12 @@ export default function MindEditor({ id }: { id?: string }) { return ( -
+
{canEdit && taxonomies && (
-
+ className=" bg-white p-4 border-b"> +
{taxonomies.map((tax, index) => ( + style={{ height: "calc(100vh - 271px)" }}>
) @@ -233,7 +233,7 @@ export default function MindEditor({ id }: { id?: string }) { !post && id && !isLoading && (
+ style={{ height: "calc(100vh - 271px)" }}>
)