This commit is contained in:
熊成强 2020-11-20 15:36:22 +08:00
parent a9c6cadffa
commit 419896f1a7

View File

@ -25,13 +25,10 @@
<div class="names">
<span> {{child.target || ''}}</span>
</div>
<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,' &nbsp')" -->
<!-- <pre >
<div class="kaohe pre">
<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>
@ -245,15 +242,6 @@ export default {
}
}
</script>
<style lang="less">
.kaohe{
.el-textarea__inner{
border: none;
background: transparent;
line-height: 23px;
}
}
</style>
<style lang='less' scoped>
.names{
width: 300px !important;
@ -332,13 +320,13 @@ export default {
}
&-right{
flex:1;
display: flex;
flex-direction: column;
// display: flex;
// flex-direction: column;
// justify-content: space-between;
// align-items: center;
>div{
// flex: 1;
height: 100%;
// height: 100%;
border-bottom: 1px solid @borderColor;;
}
>div:last-child{