Merge pull request #159 from gp0119/main

fix(BasicUpload): 修复默认图片不显示bug,默认图片加载错误时删除按钮不显示bug
This commit is contained in:
Ah jung
2022-08-01 08:12:57 +08:00
committed by GitHub

View File

@@ -112,7 +112,8 @@
state.imgList = props.value.map((item) => {
return getImgUrl(item);
});
}
},
{ immediate: true }
);
//预览
@@ -236,6 +237,7 @@
&-info {
position: relative;
height: 100%;
width: 100%;
padding: 0;
overflow: hidden;