fix: 属性变更codemirror编辑器
This commit is contained in:
@@ -813,10 +813,9 @@ onMounted(() => {
|
||||
</template>
|
||||
|
||||
<CodemirrorEdite
|
||||
v-model:value="state.mmlCmdLog"
|
||||
:value="state.mmlCmdLog"
|
||||
:disabled="true"
|
||||
:editor-style="{ height: '500px !important' }"
|
||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
||||
height="500px"
|
||||
></CodemirrorEdite>
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
||||
@@ -744,10 +744,9 @@ onMounted(() => {
|
||||
</template>
|
||||
|
||||
<CodemirrorEdite
|
||||
v-model:value="state.mmlCmdLog"
|
||||
:value="state.mmlCmdLog"
|
||||
:disabled="true"
|
||||
:editor-style="{ height: '500px !important' }"
|
||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
||||
height="500px"
|
||||
></CodemirrorEdite>
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
||||
@@ -749,10 +749,9 @@ onMounted(() => {
|
||||
</template>
|
||||
|
||||
<CodemirrorEdite
|
||||
v-model:value="state.mmlCmdLog"
|
||||
:value="state.mmlCmdLog"
|
||||
:disabled="true"
|
||||
:editor-style="{ height: '500px !important' }"
|
||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
||||
height="500px"
|
||||
></CodemirrorEdite>
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
||||
@@ -193,7 +193,7 @@ onBeforeMount(() => {
|
||||
v-model:value="configState.keyTextData"
|
||||
:disabled="configState.keyTextLoading"
|
||||
lang="yaml"
|
||||
style="height: 500px"
|
||||
height="500px"
|
||||
@change="fnChangekeyTextData"
|
||||
></CodemirrorEdite>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user