| | |
| | | })(); |
| | | }; |
| | | debugger |
| | | this.leftWith = this.$refs['left'].width; |
| | | this.leftWith = this.$refs['left'].offsetWidth; |
| | | }, |
| | | methods: { |
| | | getUrlKey() { |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .column { |
| | | //overflow: hidden; |
| | | overflow-y: hidden; |
| | | display: flex; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .column-left { |
| | | height: inherit; |
| | |
| | | position: relative; |
| | | } |
| | | .column-right { |
| | | min-width: 1442px; |
| | | flex:1; |
| | | position: relative; |
| | | flex:1; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | | overflow: auto; |
| | | //height: 100%; |
| | | overflow-y: hidden; |
| | | |
| | | height: 100%; |
| | | min-width: 1433px; |
| | | } |
| | | .resize-save { |
| | | position: absolute; |