Skip to content
New issue

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

图片上传组件(ImageUpload)预览和删除按钮显示问题 #237

Open
zhouzhigang-GitHub opened this issue Feb 2, 2024 · 0 comments

Comments

@zhouzhigang-GitHub
Copy link

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
margin-left: 1rem;
}
原来的样式,margin-left为:1rem,左外边距过大,导致无法看到预览和删除按钮
1706859612582

修改方案:在ImageUpload组件中添加即可
:deep(.el-upload-list--picture-card .el-upload-list__item-actions span+span) {
margin-left: 45px;
}
1706859612585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant