Browse Source

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

master
RuoYi 4 years ago
parent
commit
a08c28e509
  1. 7
      src/components/ImageUpload/index.vue

7
src/components/ImageUpload/index.vue

@ -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>
Loading…
Cancel
Save