wujingjing
2025-02-18 36e2c4af8350fdb2661f442db160c4a9d7570b83
code editor 去除 min-h
已修改1个文件
2 ■■■ 文件已修改
src/components/input/codeEditor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"