yz_08
2021-03-17 0de895453b479ce5e7e681e69a93c35c3ffe7f26
Merge remote-tracking branch 'origin/master'
2个文件已修改
25 ■■■■■ 已修改文件
src/views/yunpan/uploadfj.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/zhishou.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/uploadfj.vue
@@ -727,6 +727,11 @@
    width: 100px;
    height: 100px;
}
.el-image .el-image-viewer__mask {
  background-color: #fff !important;
  opacity: 1;
}
</style>
<style lang="scss" scoped>
.el-main {
@@ -755,4 +760,5 @@
  background-color: rgb(64, 158, 255);
  border-color: rgb(64, 158, 255);
}
</style>
src/views/yunpan/zhishou.vue
@@ -295,7 +295,8 @@
      checkAll: false,
      activities: [],
      filesUploadData: [],
      updateNum: 0
      updateNum: 0,
      folderid: ''
    }
  },
  mounted() {
@@ -317,6 +318,7 @@
      this.folderform.folderid = data.id
      // eslint-disable-next-line no-unused-vars
      var params = {}
      this.folderid = data.id
      params = {
        folderid: data.id,
        filesname: this.fileName
@@ -510,7 +512,7 @@
    },
    delFolder() {
      // 生成查询文件的条件
      var params = { folderid: this.activities[this.beforeIndex].id }
      var params = { folderid: this.folderid }
      this.$delete('hr/folder', { ...params }).then(() => {
        this.dialogFormVisible = false
        this.$message({
@@ -877,6 +879,19 @@
    width: 100px;
    height: 100px;
}
.zs-main  {
  .el-tree .el-tree-node__content{
    font-size:16px;
    color: #333;
    height: 35px;
    line-height: 35px;
  }
  .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #e8f2fd;
    border-radius: 4px;
  }
}
</style>
<style lang="scss" scoped>
.el-main {