Browse Source

update deep

RuoYi 3 years ago
parent
commit
489ebdf4b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/ImageUpload/index.vue

+ 1 - 1
src/components/ImageUpload/index.vue

@@ -189,7 +189,7 @@ function listToString(list, separator) {
 
 <style scoped lang="scss">
 // .el-upload--picture-card 控制加号部分
-::v-deep.hide .el-upload--picture-card {
+:deep(.hide .el-upload--picture-card) {
     display: none;
 }
 </style>