优化
This commit is contained in:
parent
3f9c5bc2ca
commit
ce658227ae
@ -16,6 +16,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.pre{
|
.pre{
|
||||||
|
line-height: 23px;
|
||||||
pre{
|
pre{
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
// white-space:pre-line;
|
// white-space:pre-line;
|
||||||
|
|||||||
@ -25,10 +25,10 @@
|
|||||||
<div class="names">
|
<div class="names">
|
||||||
<span> {{child.target || ''}}</span>
|
<span> {{child.target || ''}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="kaohe pre">
|
<div class="kaohe pre" v-html="child.keyResult.replace(/\n|\r\n/g, '<br>')">
|
||||||
<pre >
|
<!-- <pre >
|
||||||
{{child.keyResult || ''}}
|
{{child.keyResult || ''}}
|
||||||
</pre>
|
</pre> -->
|
||||||
</div>
|
</div>
|
||||||
<div class='pre jieguo' v-if="tableInfo.result || tableAuth.showResult">
|
<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>
|
<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