mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore(editor): el-dialog class字段修改
This commit is contained in:
parent
869b9f23cb
commit
dafcf33255
@ -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">
|
||||
<!-- 左侧列表 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user