| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | |
| | | .column { |
| | | height:100%; |
| | | overflow: hidden; |
| | | min-width: 1399px; |
| | | height: 100%; |
| | | } |
| | | .column-left { |
| | | height: inherit; |
| | | background-color: #fff; |
| | | position: relative; |
| | | float: left; |
| | | height: 100vh; |
| | | //height: inherit; |
| | | } |
| | | .column-right { |
| | | height: 100%; |
| | | background-color: #fff; |
| | | height: 100vh; |
| | | background-color: #eee; |
| | | box-sizing: border-box; |
| | | //overflow: hidden; |
| | | overflow-x: auto; |
| | | overflow-y: hidden; |
| | | overflow-y: auto; |
| | | } |
| | | .resize-save { |
| | | position: absolute; |
| | |
| | | right: 0; |
| | | top: 0; |
| | | bottom: 0; |
| | | z-index: 100; |
| | | border-right: 2px solid #efefef; |
| | | border-left: 1px solid #e0e0e0; |
| | | pointer-events: none; |