孔祥富
2021-03-14 680c4f9e4e8b079593c8e57c100b92890e70960d
src/views/yunpan/uploadfj.vue
@@ -63,12 +63,13 @@
              >下载</el-button>
              <el-button
                type="primary"
                class="pri-del-btn"
                icon="el-icon-search"
                size="mini"
                @click="delFile()"
              >删除</el-button>
              <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true">
                <el-button slot="reference" class="hr-but" type="danger">转存</el-button>
                <el-button slot="reference" type="danger">转存</el-button>
              </el-popconfirm>
              <el-button type="warning" @click="openUpdateFileName()">重命名</el-button>
            </el-col>
@@ -131,7 +132,7 @@
                    @click="clickImg(node)"
                  />
                  <el-tooltip class="item" effect="dark" :content="node.filesname" placement="bottom">
                    <div style="padding-top: 14px;">
                    <div style="padding-top: 14px;text-align: center">
                      <el-checkbox v-model="checkedArr[index * 8 + nodeIndex].isChecked" class="myRedCheckBox">{{ node.filesname }}</el-checkbox>
                    </div>
                  </el-tooltip>
@@ -219,7 +220,7 @@
    this.initlabel()
    setTimeout(() => {
      this.clickTimeline(this.tableindex)
    }, 1000)
    }, 1500)
  },
  methods: {
    clickImg(node) {
@@ -617,8 +618,8 @@
      }
   }
   .add-folder-but {
      background: #fff !important;
      color: #a32c30 !important;
      background: #a32c30 !important;
      color: #fff !important;
      margin-bottom: 20px;
   }
   padding: 0 15px 0 15px;
@@ -626,8 +627,8 @@
      line-height: 60px;
   }
   .uploading-image {
      width: 60%;
      height: 60%;
      width: 45%;
      height: 45%;
      display: block;
    margin: 0 auto;
   }
@@ -667,10 +668,12 @@
   border-color: #a32c30;
}
.myRedCheckBox .el-checkbox__label {
  width: 90%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.myRedCheckBox .el-checkbox__input {
  vertical-align: text-top;
}
.avatar-uploader .el-upload {
@@ -728,4 +731,8 @@
.el-input-number {
   width: 100%;
}
.pri-del-btn {
  background-color: rgb(64, 158, 255);
  border-color: rgb(64, 158, 255);
}
</style>