wujingjing
2024-09-10 31966473ac7c7aefa7b12f829c17a6e08285904e
v-if="currentSql"
已修改1个文件
4 ■■■■ 文件已修改
src/views/project/yw/lowCode/sqlAmis/edit/SqlAmisEdit.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/lowCode/sqlAmis/edit/SqlAmisEdit.vue
@@ -33,7 +33,7 @@
                </el-table></Pane
            >
            <Pane :size="60">
                <Splitpanes class="default-theme h100" :horizontal="true" v-if="currentSql">
                <Splitpanes class="default-theme h100" :horizontal="true" >
                    <Pane :size="35" class="flex-col flex">
                        <div class="flex-0 flex justify-between items-center mb-1 ml-1 h-[36px]">
                            <span class="font-bold">参数</span>
@@ -75,7 +75,7 @@
                                    </el-select>
                                </div>
                                <codemirror
                                    class=" overflow-auto"
                                    class="overflow-auto"
                                    style="height: calc(100% - 36px);"
                                    v-model="currentSql.sql"
                                    :autofocus="true"