优化
This commit is contained in:
parent
a9c6cadffa
commit
419896f1a7
@ -25,13 +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">
|
||||||
<!-- {{child.keyResult}} -->
|
<pre >
|
||||||
<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 || ''}}
|
{{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>
|
||||||
@ -245,15 +242,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
|
||||||
.kaohe{
|
|
||||||
.el-textarea__inner{
|
|
||||||
border: none;
|
|
||||||
background: transparent;
|
|
||||||
line-height: 23px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style lang='less' scoped>
|
<style lang='less' scoped>
|
||||||
.names{
|
.names{
|
||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
@ -332,13 +320,13 @@ export default {
|
|||||||
}
|
}
|
||||||
&-right{
|
&-right{
|
||||||
flex:1;
|
flex:1;
|
||||||
display: flex;
|
// display: flex;
|
||||||
flex-direction: column;
|
// flex-direction: column;
|
||||||
// justify-content: space-between;
|
// justify-content: space-between;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
>div{
|
>div{
|
||||||
// flex: 1;
|
// flex: 1;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
border-bottom: 1px solid @borderColor;;
|
border-bottom: 1px solid @borderColor;;
|
||||||
}
|
}
|
||||||
>div:last-child{
|
>div:last-child{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user