@import '../../style/variables.less';
@sortable-upload-prefix-cls: ~'@{component-prefix}-sortable-upload';

:global {
  .@{sortable-upload-prefix-cls} {
    .ant-upload-list-picture-card .ant-upload-list-item {
      margin-bottom: 30px;
      overflow: visible;
      position: relative;
    }
    &-order span {
      position: absolute;
      bottom: -30px;
      display: flex;
      width: 80px;
      justify-content: center;
    }
    .ant-upload-list-item-info > span {
      display: inline;
    }
    &-hover .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
      opacity: 0;
    }
  }
}
