fix(client): upload styling

This commit is contained in:
chenos 2022-03-09 22:13:43 +08:00
parent 97ad82fcdc
commit 28e96ed5b0

View File

@ -12,10 +12,13 @@
} }
} }
.ant-upload-list-item-actions { .ant-upload-list-item-actions {
left: auto; // left: auto;
right: 4px; // // right: 4px;
top: 4px; // // top: 4px;
transform: none; // transform: none;
.ant-btn-text:hover, .ant-btn-text:focus {
background: rgba(0, 0, 0, 0.4);
}
} }
.ant-upload-list-picture-card .ant-upload-list-item-info { .ant-upload-list-picture-card .ant-upload-list-item-info {
overflow: inherit; overflow: inherit;