From 51426d0d7d0e4d49b5a45e933f9c6b3d7a5db86e Mon Sep 17 00:00:00 2001 From: SuperCuteXiaoSi <1531733886@qq.com> Date: Sat, 22 Jan 2022 16:50:14 +0800 Subject: [PATCH] =?UTF-8?q?fixbug:=20=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/editor/markdown/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/editor/markdown/index.vue b/src/views/editor/markdown/index.vue index 06410095..d28c96db 100644 --- a/src/views/editor/markdown/index.vue +++ b/src/views/editor/markdown/index.vue @@ -21,10 +21,11 @@ .input { width: 49%; height: 100%; - .el-textarea__inner { + :deep(.el-textarea__inner) { height: 100% !important; } } + .marked { width: 49%; height: 100%;