top-block-game-frontend/src/components/Upload/index.less

15 lines
213 B
Plaintext

.upload {
:global {
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
left: 0;
}
}
&.hide-button {
:global {
.ant-upload {
display: none;
}
}
}
}