| | |
| | | RightSide |
| | | }, |
| | | computed: { |
| | | app () { |
| | | app() { |
| | | return this.getUrlKey() !== null ? "DataStack" : "Camera" |
| | | } |
| | | }, |
| | | data () { |
| | | data() { |
| | | return { |
| | | leftWith: 0, |
| | | screenHeight: 0 |
| | | } |
| | | }, |
| | | mounted () { |
| | | mounted() { |
| | | this.screenHeight = document.documentElement.clientHeight; |
| | | window.onresize = () => { |
| | | return (() => { |
| | |
| | | this.TreeDataPool.readonly = false; |
| | | this.TreeDataPool.gbReadonly = false; |
| | | this.DataStackPool.readonly = false; |
| | | |
| | | debugger |
| | | }, |
| | | methods: { |
| | | getUrlKey () { |
| | | getUrlKey() { |
| | | let name = "dataStack" |
| | | return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.href) || [, ""])[1].replace(/\+/g, '%20')) || null |
| | | } |
| | |
| | | } |
| | | .resize-bar:hover ~ .resize-line::after, |
| | | .resize-bar:active ~ .resize-line::after { |
| | | content: ''; |
| | | content: ""; |
| | | position: absolute; |
| | | width: 16px; |
| | | height: 16px; |