@import '~antd/lib/style/themes/default.less'; :global { .preview-modal { height: 20px; font-size: 200px; .ant-modal-content { height: 100%; .preview-img-wrap { width: 100%; height: 100%; overflow-y: auto; } } } .deleteIcon { .ant-upload-list-item-actions { .anticon-delete { display: none; } } } }