.upload-list-item-container {
  float: left;
  width: 104px;
  height: 124px;
  margin: 0 8px 8px 0;
}

.upload-list-item {
  position: relative;
  height: 104px;
}


.ant-upload-list-item-thumbnail img {
  border-radius: 4px;
}

.item-body {
  height: 104px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.item-footer {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.folder {
  cursor: pointer;
}

.checkbox :global .ant-checkbox-input {
  position: absolute;
}
