hanbaoshan
2020-08-08 98a44e94ecc76abd72b9817648ca4b91469b936a
src/pages/cameraAccess/index/App.vue
@@ -44,7 +44,7 @@
      })();
    };
    debugger
    this.leftWith = this.$refs['left'].width;
    this.leftWith = this.$refs['left'].offsetWidth;
  },
  methods: {
    getUrlKey() {
@@ -57,9 +57,10 @@
<style lang="scss" scoped>
.column {
  //overflow: hidden;
  overflow-y: hidden;
  display: flex;
  width: 100%;
  height: 100%;
}
.column-left {
  height: inherit;
@@ -67,13 +68,14 @@
  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;
@@ -104,6 +106,7 @@
  border-right: 2px solid #efefef;
  border-left: 1px solid #e0e0e0;
  pointer-events: none;
  cursor: ew-resize;
}
.resize-bar:hover ~ .resize-line,
.resize-bar:active ~ .resize-line {