@import url('~antd/es/style/themes/default.less');
@import url('../../style/var.less');

@result-prefix-cls: ~'@{style-prefix}-card-single-upload';

.@{result-prefix-cls} {
  &-card-single-upload {
    width: auto;
    .@{ant-prefix}-upload.@{ant-prefix}-upload-select-picture-card{
        background-color: transparent;
        width: auto;
        height: auto;
        border:none;
        .@{result-prefix-cls}-icon{
          width: 180px;
          height: 120px;
          background-color: #fff;
          padding: 10px;
          border: 1px dashed rgba(0, 0, 0, 0.15);
          cursor: pointer;
          img{
            width: 100%;
            height: 100%;
          }
        }
        
    }
    .@{ant-prefix}-upload-list-picture-card-container{
      width: 180px;
      height: 120px;
    }
  }
}

