fix(测试跟踪): 用例和缺陷评论富文本框默认改成编辑状态
--bug=1013698 --user=陈建星 【测试跟踪】富文本框默认改成编辑状态 https://www.tapd.cn/55049933/s/1178293
This commit is contained in:
parent
6c610b3b1b
commit
bdd05c9309
|
@ -4,7 +4,7 @@
|
||||||
<div v-loading="result.loading">
|
<div v-loading="result.loading">
|
||||||
<div class="editors_div_style">
|
<div class="editors_div_style">
|
||||||
<div id="editorsDiv">
|
<div id="editorsDiv">
|
||||||
<ms-mark-down-text prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
<ms-mark-down-text default-open="edit" prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div v-loading="result.loading">
|
<div v-loading="result.loading">
|
||||||
<div class="editors_div_style">
|
<div class="editors_div_style">
|
||||||
<div id="editorsDiv">
|
<div id="editorsDiv">
|
||||||
<ms-mark-down-text prop="description" :data="from" :toolbars="toolbars"/>
|
<ms-mark-down-text default-open="edit" prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="editors_div_style">
|
<div class="editors_div_style">
|
||||||
<div id="editorsDiv">
|
<div id="editorsDiv">
|
||||||
<ms-mark-down-text prop="description" :data="comment" :toolbars="toolbars" :custom-min-height="200"/>
|
<ms-mark-down-text default-open="edit" prop="description" :data="comment" :toolbars="toolbars" :custom-min-height="200"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue