fix: modify antd style of default (#277)

This commit is contained in:
SemmyWong 2022-04-09 14:50:50 +08:00 committed by GitHub
parent 1828e15bb9
commit 25339a4240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@
}
}
.ant-upload-list-item-actions {
// left: auto;
// // right: 4px;
// // top: 4px;
// transform: none;
left: auto !important;
right: 2px !important;
top: 2px !important;
transform: none !important;
.ant-btn-text:hover, .ant-btn-text:focus {
background: rgba(0, 0, 0, 0.4);
}
@ -58,3 +58,4 @@
padding: 1px;
}
}