From 31c6fdb35273a6b57dbbd752a5d6c2184133db35 Mon Sep 17 00:00:00 2001
From: zhf <1204297681@qq.com>
Date: Tue, 29 Aug 2023 10:30:29 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88?=
=?UTF-8?q?=E7=9A=84props=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/devtool/devtool-action.tsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/devtool/devtool-action.tsx b/src/devtool/devtool-action.tsx
index 934df0cb..a39d45e5 100644
--- a/src/devtool/devtool-action.tsx
+++ b/src/devtool/devtool-action.tsx
@@ -222,7 +222,6 @@ export const DevtoolAction = defineComponent({
this.onItemClick(item)}
--
Gitee
From 898d77dedaadb7ad78865f20291a1614d80e9237 Mon Sep 17 00:00:00 2001
From: zhf <1204297681@qq.com>
Date: Tue, 29 Aug 2023 10:34:27 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feat:=20markdown=E7=BC=96=E8=BE=91=E5=99=A8?=
=?UTF-8?q?=E8=A1=A5=E5=85=85=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6600px?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../markdown/ibiz-markdown-editor/ibiz-markdown-editor.scss | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.scss b/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.scss
index d12132b0..c03cc0bb 100644
--- a/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.scss
+++ b/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.scss
@@ -1,4 +1,6 @@
@include b(markdown) {
+ min-height: 600px;
+
.cherry-preview--full {
border-left: none;
}
--
Gitee