.fileupload-form-container {
|
.ant-progress-small.ant-progress-line {
|
position: absolute;
|
bottom: -20px;
|
left: 0px;
|
}
|
|
.ant-upload-select-picture-card {
|
.ant-progress-small.ant-progress-line {
|
bottom: 0px;
|
}
|
}
|
.ant-upload-list-picture-card-container {
|
width: 90px;
|
height: 90px;
|
}
|
// .ant-upload-list-picture-card .ant-upload-list-item-undefined {
|
// border-color: #f5222d;
|
// .ant-upload-list-item-name {
|
// color: #f5222d;
|
// }
|
// }
|
.ant-upload-list-picture-card .ant-upload-list-item {
|
width: 90px;
|
height: 90px;
|
}
|
.ant-upload.ant-upload-select-picture-card {
|
width: 90px;
|
height: 90px;
|
}
|
a[href^="data"] {
|
pointer-events: none;
|
.anticon-eye-o {
|
display: none;
|
}
|
}
|
.ant-upload-list-item-card-actions {
|
opacity: 1;
|
}
|
}
|
.fileupload-form-container.limit-fileupload {
|
> .ant-upload {
|
display: inline;
|
>.ant-upload {
|
>input {
|
display: none;
|
}
|
>button {
|
display: none;
|
}
|
}
|
}
|
> .ant-upload-select-picture-card {
|
display: none;
|
}
|
}
|