Commit 83713deb by wangguangchao

mx格式化报文展示优化

parent a4405d96
...@@ -564,7 +564,7 @@ ...@@ -564,7 +564,7 @@
<div class="lineInfo" slot-scope="{ node, data }"> <div class="lineInfo" slot-scope="{ node, data }">
<p class="infoOne"> {{'<'+data.tag+'>'}}</p> <p class="infoOne"> {{'<'+data.tag+'>'}}</p>
<p class="infoTwo"> {{data.name==undefined?'':data.name}}</p> <p class="infoTwo"> {{data.name==undefined?'':data.name}}</p>
<p class="infoThree"> {{data.val}}</p> <p class="infoThree" :title="data.val"> {{data.val}}</p>
</div> </div>
<!-- <div class="custom-tree-node" slot-scope="{ node, data }"> <!-- <div class="custom-tree-node" slot-scope="{ node, data }">
<div> <div>
...@@ -970,7 +970,8 @@ width:300px; ...@@ -970,7 +970,8 @@ width:300px;
} }
.wrapperInfo /deep/ .infoThree{ .wrapperInfo /deep/ .infoThree{
// margin:0 20px // margin:0 20px
flex:1 width:300px;
overflow: auto;
} }
.wrapperInfo /deep/ .el-tree-node__content{ .wrapperInfo /deep/ .el-tree-node__content{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment