From 36e2c4af8350fdb2661f442db160c4a9d7570b83 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 18 二月 2025 14:11:55 +0800 Subject: [PATCH] code editor 去除 min-h --- src/components/input/codeEditor/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/input/codeEditor/index.vue b/src/components/input/codeEditor/index.vue index 5e04fbc..6b4ad60 100644 --- a/src/components/input/codeEditor/index.vue +++ b/src/components/input/codeEditor/index.vue @@ -12,7 +12,7 @@ ></el-input> <codemirror v-else - class="nowheel overflow-auto [&>.cm-editor]:min-h-[140px] cursor-text" + class="nowheel overflow-auto cursor-text" v-model="editValue" :autofocus="true" :indent-with-tab="true" -- Gitblit v1.9.3