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