1
0
mirror of synced 2026-03-25 04:28:34 +08:00

chore(editor): el-dialog class字段修改

This commit is contained in:
roymondchen
2022-09-23 15:01:08 +08:00
committed by jia000
parent 869b9f23cb
commit dafcf33255

View File

@@ -1,11 +1,11 @@
<template>
<el-dialog
v-model="isShowCodeBlockEditor"
class="code-editor-dialog"
:title="currentTitle"
:fullscreen="true"
:before-close="saveAndClose"
:append-to-body="true"
custom-class="code-editor-dialog"
>
<layout v-model:left="left" :min-left="45" class="code-editor-layout">
<!-- 左侧列表 -->