/*
 * @Author: 焦质晔
 * @Date: 2021-02-09 09:27:46
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 19:14:22
 */
@use '../../style/src/themes' as *;

$prefix: '#{$qm-prefix}-upload-file';

.#{$prefix} {
  .el-upload-list {
    margin-top: 0;
    .el-upload-list__item {
      margin-top: 2px;
      line-height: 1.75;
    }
    &.is-disabled {
      .el-upload-list__item-name,
      .el-upload-list__item-name:hover {
        color: $disabled-color;
        cursor: not-allowed;
      }
    }
  }
}
