优化
This commit is contained in:
parent
3f9c5bc2ca
commit
ce658227ae
@ -16,6 +16,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.pre{
|
||||
line-height: 23px;
|
||||
pre{
|
||||
line-height: 23px;
|
||||
// white-space:pre-line;
|
||||
|
||||
@ -25,10 +25,10 @@
|
||||
<div class="names">
|
||||
<span> {{child.target || ''}}</span>
|
||||
</div>
|
||||
<div class="kaohe pre">
|
||||
<pre >
|
||||
<div class="kaohe pre" v-html="child.keyResult.replace(/\n|\r\n/g, '<br>')">
|
||||
<!-- <pre >
|
||||
{{child.keyResult || ''}}
|
||||
</pre>
|
||||
</pre> -->
|
||||
</div>
|
||||
<div class='pre jieguo' v-if="tableInfo.result || tableAuth.showResult">
|
||||
<el-input v-if="tableInfo.result" type="textarea" size="mini" placeholder="请输入内容" v-model="child.checkResult" clearable></el-input>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user