We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0-beta.11
chrome 98.0.^ vue 3.2.31 antd-design-vue 3.0.0-beta.11
filelist 默认值为 空数组时,通过 异步延时赋值后 , listType 为 'picture-card' 时样式不正确渲染 ,
在 listType 为 'picture-card' 时 fileList 异步渲染 时 渲染区域 class 为 ant-upload-list-picture-card-container 的div 元素上, 去除 行内 style "height: 20px; opacity: 1;"
ant-upload-list-picture-card-container
在 listType 为 'picture-card' 时 fileList 异步渲染 时 渲染区域 class 为 ant-upload-list-picture-card-container 的div 元素上, 添加了 行内 style "height: 20px; opacity: 1;"
The text was updated successfully, but these errors were encountered:
ant-design-vue/components/upload/UploadList/listAnimation.ts
Line 17 in fe0fc80
这个位置赋值了。 我试了一下官网的实例,上传一张新的图片,也出现这个问题。
Sorry, something went wrong.
991fa77
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
3.0.0-beta.11
Environment
chrome 98.0.^ vue 3.2.31 antd-design-vue 3.0.0-beta.11
Reproduction link
Steps to reproduce
filelist 默认值为 空数组时,通过 异步延时赋值后 , listType 为 'picture-card' 时样式不正确渲染 ,
What is expected?
在 listType 为 'picture-card' 时 fileList 异步渲染 时 渲染区域 class 为
ant-upload-list-picture-card-container
的div 元素上, 去除 行内 style "height: 20px; opacity: 1;"What is actually happening?
在 listType 为 'picture-card' 时 fileList 异步渲染 时 渲染区域 class 为
ant-upload-list-picture-card-container
的div 元素上, 添加了 行内 style "height: 20px; opacity: 1;"The text was updated successfully, but these errors were encountered: