fix(测试跟踪): 测试计划及用例评审的富文本框样式调整

--bug=1016094 --user=宋昌昌 【测试跟踪】测试计划关联的功能用例中富文本框,显示需优化 https://www.tapd.cn/55049933/s/1232336
This commit is contained in:
song-cc-rock 2022-08-24 13:56:24 +08:00 committed by 刘瑞斌
parent 4f0b2f9880
commit 43d407fadc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<mavon-editor :id="id" :editable="!disabled" @imgAdd="imgAdd" :default-open="defaultOpenValue"
:xss-options="xssOptions" :style="{'min-height': customMinHeight + 'px'}"
:xss-options="xssOptions" :style="{'min-height': customMinHeight + 'px', 'min-width': '100px'}"
@change="$emit('change')"
:subfield="false" :toolbars="toolbars" :language="language" :toolbarsFlag="!disabled"
@imgDel="imgDel" v-model="data[prop]" ref="md"/>