//尺寸
.@{upload-prefix-cls} {
	//picture
	&-list-picture&-list-large &-list-item {
		height: @upload-list-lg-size;

		&-thumbnail {
			width: calc(@upload-list-lg-size - @upload-list-pic-padding-lr * 2);
			height: calc(@upload-list-lg-size - @upload-list-pic-padding-lr * 2);
		}

		&-name {
			font-size: @upload-item-name-font-lg-size;
		}

		&-card-actions .@{icon-prefix-cls} {
			font-size: @upload-item-action-lg-size;
		}
	}

	&-list-picture&-list-small &-list-item {
		height: @upload-list-sm-size;

		&-thumbnail {
			width: calc(@upload-list-sm-size - @upload-list-pic-padding-lr * 2);
			height: calc(@upload-list-sm-size - @upload-list-pic-padding-lr * 2);
		}
	}

	//text
	&-list-text&-list-large &-list-text-container {
		height: @upload-list-lg-size;

		.@{upload-prefix-cls} {
			&-text-icon {
				width: calc(@upload-list-lg-size - @upload-list-pic-padding-lr * 2);
				height: calc(@upload-list-lg-size - @upload-list-pic-padding-lr * 2);

				.@{icon-prefix-cls} {
					font-size: @upload-item-action-lg-size;
				}
			}

			&-list-item-name {
				font-size: @upload-item-name-font-lg-size;
			}

			&-list-item-card-actions .@{icon-prefix-cls} {
				font-size: @upload-item-action-lg-size;
			}
		}
	}

	&-list-text&-list-small &-list-text-container {
		height: @upload-list-sm-size;

		.@{upload-prefix-cls} {
			&-text-icon {
				width: calc(@upload-list-sm-size - @upload-list-pic-padding-lr * 2);
				height: calc(@upload-list-sm-size - @upload-list-pic-padding-lr * 2);
			}
		}
	}

	//simple
	&-simple-wrapper&-simple-wrapper-large {
		min-height: @upload-list-lg-size;
		.@{upload-prefix-cls}-select {
			height: @upload-list-lg-size;
			font-size: @upload-item-name-font-lg-size;

			.@{upload-prefix-cls} {
				padding: 9px 0;
			}

			div {
				font-size: @upload-item-name-font-lg-size;
			}
		}

		.@{icon-prefix-cls} {
			font-size: @upload-item-action-lg-size;
		}
	}

	&-simple-wrapper&-simple-wrapper-small {
		min-height: @upload-list-sm-size;
		.@{upload-prefix-cls}-select {
			height: @upload-list-sm-size;

			.@{upload-prefix-cls} {
				padding: 4px 0;
			}
		}
	}
}
