| | |
| | | <style lang="scss" scoped> |
| | | .column { |
| | | overflow-y: hidden; |
| | | //display: flex; |
| | | display: flex; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | |
| | | // height: inherit; |
| | | background-color: #fff; |
| | | position: relative; |
| | | float: left; |
| | | //float: left; |
| | | } |
| | | .column-right { |
| | | position: relative; |
| | | //flex: 1; |
| | | flex: 1; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | | overflow-y: hidden; |
| | |
| | | left: 0; |
| | | padding: 14px; |
| | | overflow-x: hidden; |
| | | //overflow-y: hidden; |
| | | overflow-y: hidden; |
| | | } |
| | | .resize-bar { |
| | | width: 310px; |
| | |
| | | mounted() { |
| | | this.screenHeight = document.documentElement.clientHeight - 90; |
| | | this.getCenter(); |
| | | this.TreeDataPool.showTreeBox = false; |
| | | this.TreeDataPool.showTreeBox = true; |
| | | this.screenHeight = document.documentElement.clientHeight - 90; |
| | | document.title = "SmartAI"; |
| | | }, |