|
@ -90,7 +90,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
rowHeight () { |
|
|
rowHeight () { |
|
|
return (this.clientHeight - 140) + 'px' |
|
|
return (this.clientHeight - 120) + 'px' |
|
|
}, |
|
|
}, |
|
|
treeHeight () { |
|
|
treeHeight () { |
|
|
return (this.clientHeight - 200) + 'px' |
|
|
return (this.clientHeight - 200) + 'px' |
|
@ -264,7 +264,7 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.div_tree { |
|
|
.div_tree { |
|
|
flex: 0 0 400px; |
|
|
flex: 0 0 350px; |
|
|
background-color: #ffffff; |
|
|
background-color: #ffffff; |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
@ -276,7 +276,7 @@ export default { |
|
|
|
|
|
|
|
|
.div_table { |
|
|
.div_table { |
|
|
margin-left: 15px; |
|
|
margin-left: 15px; |
|
|
width: calc(100vw - 680px); |
|
|
width: calc(100vw - 620px); |
|
|
background-color: #ffffff; |
|
|
background-color: #ffffff; |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
|