mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: tweak upload style (#35097)
* chore: tweak upload style * chore: update snapshot
This commit is contained in:
parent
37e3e1a83e
commit
ea648e7cb6
@ -3432,7 +3432,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md extend co
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
download
|
||||
Download
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@ -3519,7 +3519,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md extend co
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
download
|
||||
Download
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
|
@ -3240,7 +3240,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md correctly
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
download
|
||||
Download
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@ -3327,7 +3327,7 @@ exports[`renders ./components/upload/demo/upload-custom-action-icon.md correctly
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
download
|
||||
Download
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
|
@ -48,7 +48,7 @@ const props = {
|
||||
],
|
||||
showUploadList: {
|
||||
showDownloadIcon: true,
|
||||
downloadIcon: 'download ',
|
||||
downloadIcon: 'Download',
|
||||
showRemoveIcon: true,
|
||||
removeIcon: <StarOutlined onClick={e => console.log(e, 'custom removeIcon event')} />,
|
||||
},
|
||||
|
@ -197,7 +197,6 @@
|
||||
|
||||
&-info {
|
||||
height: 100%;
|
||||
padding: 0 4px;
|
||||
transition: background-color 0.3s;
|
||||
|
||||
> span {
|
||||
|
Loading…
Reference in New Issue
Block a user