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

This commit is contained in:
RuoYi 2022-06-19 12:27:30 +08:00
parent 56563b4f8e
commit a08c28e509
1 changed files with 7 additions and 0 deletions

View File

@ -186,3 +186,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>