chore: tweak upload style (#35097)

* chore: tweak upload style

* chore: update snapshot
This commit is contained in:
afc163 2022-04-19 20:47:42 +08:00 committed by GitHub
parent 37e3e1a83e
commit ea648e7cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -3432,7 +3432,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md extend co
type="button" type="button"
> >
<span> <span>
download Download
</span> </span>
</button> </button>
<button <button
@ -3519,7 +3519,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md extend co
type="button" type="button"
> >
<span> <span>
download Download
</span> </span>
</button> </button>
<button <button

View File

@ -3240,7 +3240,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md correctly
type="button" type="button"
> >
<span> <span>
download Download
</span> </span>
</button> </button>
<button <button
@ -3327,7 +3327,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md correctly
type="button" type="button"
> >
<span> <span>
download Download
</span> </span>
</button> </button>
<button <button

View File

@ -48,7 +48,7 @@ const props = {
], ],
showUploadList: { showUploadList: {
showDownloadIcon: true, showDownloadIcon: true,
downloadIcon: 'download ', downloadIcon: 'Download',
showRemoveIcon: true, showRemoveIcon: true,
removeIcon: <StarOutlined onClick={e => console.log(e, 'custom removeIcon event')} />, removeIcon: <StarOutlined onClick={e => console.log(e, 'custom removeIcon event')} />,
}, },

View File

@ -197,7 +197,6 @@
&-info { &-info {
height: 100%; height: 100%;
padding: 0 4px;
transition: background-color 0.3s; transition: background-color 0.3s;
> span { > span {