hanbaoshan
2020-11-29 e5cd37f56567a800c78eae86c11de98f5cdd8dec
调整左侧目录树及滚动条的宽度
5个文件已修改
18 ■■■■ 已修改文件
public/index.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LeftNav.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/ai/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraAccess/index/App.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraAccess/index/VideoManage.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html
@@ -433,6 +433,12 @@
      text-align: center;
      border: 0px solid transparent;
    }
    ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: #f5f5f5;
    }
  </style>
</head>
src/components/LeftNav.vue
@@ -238,7 +238,7 @@
                size="small"
                clearable
                @input="querySearchAsync('dir')"
                :style="'width:120px;'"
                :style="'width:148px;'"
              >
                <i
                  class="el-icon-search el-input__icon"
src/pages/ai/index/App.vue
@@ -593,7 +593,7 @@
          this.isInstall = false;
          this.$message({
            type: 'success',
            message: '安装成功,将跳转至我的算法中查看'
            message: '安装成功,将跳转至"已激活"中查看'
          });
          setTimeout(() => {
            this.getAllSdk();
src/pages/cameraAccess/index/App.vue
@@ -134,7 +134,7 @@
  }
  .resize-bar:hover ~ .resize-line::after,
  .resize-bar:active ~ .resize-line::after {
    content: "";
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
@@ -144,5 +144,4 @@
    background-size: 100% 100%;
  }
}
</style>
src/pages/cameraAccess/index/VideoManage.vue
@@ -285,6 +285,11 @@
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0;
  }
  .video-tab > .el-tabs__content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
  }
  .el-tab-pane {
    width: 100%;