- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUploadFile.less
More file actions
Latest commit
26 lines (22 loc) · 469 Bytes
/
Copy pathUploadFile.less
File metadata and controls
26 lines (22 loc) · 469 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
:global {
.ant-upload-select-picture-cardi {
font-size: 40px;
color: #999;
}
.ant-upload-select-picture-card.ant-upload-text {
margin-top: -10px;
font-size: 12px;
color: #666;
}
.ant-upload-list-picture-card.ant-upload-list-item {
width: 100px;
height: auto;
}
.ant-upload-list-picture-card.ant-upload-list-item-thumbnailimg {
object-fit: contain; //cover
}
}
.previewImage{
width: 100%;
margin-top: 20px;
}