style: Upload actions should not wrap (#47898)

* style: Upload actions should not wrap

* Update components/upload/style/list.ts

Signed-off-by: afc163 <afc163@gmail.com>

* Update components/upload/style/list.ts

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
afc163 2024-03-15 19:06:39 +08:00 committed by GitHub
parent 31ff625d8f
commit 5574f31576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,8 @@ const genListStyle: GenerateStyle<UploadToken> = (token) => {
},
[actionsCls]: {
whiteSpace: 'nowrap',
[actionCls]: {
opacity: 0,
},