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