图片上传限制limit隐藏增加按钮

This commit is contained in:
RuoYi
2022-06-19 12:28:16 +08:00
parent 309f11d3d5
commit 6fd1ec2eb8

View File

@@ -182,3 +182,10 @@ function listToString(list, separator) {
return strs != "" ? strs.substr(0, strs.length - 1) : "";
}
</script>
<style scoped lang="scss">
// .el-upload--picture-card 控制加号部分
::v-deep.hide .el-upload--picture-card {
display: none;
}
</style>