react-component / react-component/upload
限制图片数量为一个时,上传图片高度会突变
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 323
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
比如下边这个例子,如果父容器是高度自适应的话,添加图片时高度会突变一下。
<Upload
action="/api/file/upload"
listType="picture-card"
onChange={onChange}
fileList={fileList}
>
{fileList.length < 1 ? (
<div>
<Icon type={loading ? 'loading' : 'plus'} />
<div>上传</div>
</div>
) : null}
</Upload>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Upload component and reproduce the issue using listType="picture-card", fileList limited to one item, and an auto-height parent. Confirm that adding the image does not cause a temporary height change, and add or update coverage if the repository has a relevant test entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100