优化
This commit is contained in:
parent
ce658227ae
commit
738d04c9f5
@ -25,7 +25,10 @@
|
||||
<div class="names">
|
||||
<span> {{child.target || ''}}</span>
|
||||
</div>
|
||||
<div class="kaohe pre" v-html="child.keyResult.replace(/\n|\r\n/g, '<br>')">
|
||||
<div class="kaohe pre" >
|
||||
<!-- {{child.keyResult}} -->
|
||||
<el-input type="textarea" resize='none' readonly autosize size="mini" v-model="child.keyResult"></el-input>
|
||||
<!-- v-html="child.keyResult.replace(/\n|\r\n/g, '<br>').replace(/ /g,'  ')" -->
|
||||
<!-- <pre >
|
||||
{{child.keyResult || ''}}
|
||||
</pre> -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user