mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
style(editor): 编辑器左右边栏增加最小宽度
This commit is contained in:
parent
41cd22b17f
commit
abc6835786
@ -18,8 +18,8 @@
|
||||
right-class="m-editor-framework-right"
|
||||
v-model:left="columnWidth.left"
|
||||
v-model:right="columnWidth.right"
|
||||
:min-left="45"
|
||||
:min-right="1"
|
||||
:min-left="65"
|
||||
:min-right="20"
|
||||
@change="columnWidthChange"
|
||||
>
|
||||
<template #left>
|
||||
|
Loading…
x
Reference in New Issue
Block a user