This commit is contained in:
熊成强 2020-11-20 15:04:02 +08:00
parent 3f9c5bc2ca
commit ce658227ae
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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>