添加项目 路径图上传样式

This commit is contained in:
宋文超
2022-11-24 18:15:35 +08:00
parent df731a58f0
commit 62c3b2dfa3
6 changed files with 621 additions and 244 deletions

View File

@@ -3650,6 +3650,7 @@ export default {
})
.catch((err) => {
console.log("上传失败了", err);
message.warning("删除失败");
});
};
onMounted(() => {
@@ -6124,9 +6125,9 @@ export default {
}
}
}
.btnbox{
.ant-upload-list{
display:none !important;
.btnbox {
.ant-upload-list {
display: none !important;
}
}
.onemain {