Skip to content

Commit

Permalink
Merge pull request #50 from byq1213/fix/upload_fix_vue_78
Browse files Browse the repository at this point in the history
修复`Upload`下t-upload__trigger的块元素触发上传问题
  • Loading branch information
chaishi authored Dec 24, 2021
2 parents 85eb0db + 464ea8e commit eb60c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/web/components/upload/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
align-items: center;

.@{prefix}-upload__trigger {
display: inline-block;
margin-left: @upload-single-file-input-trigger-margin-left;
}

Expand All @@ -437,6 +438,11 @@
justify-content: space-between;
}
}
.@{prefix}-upload__single-file {
.@{prefix}-upload__trigger {
display: inline-block;
}
}

.@{prefix}-upload__dragger-progress {
width: 100%;
Expand Down

0 comments on commit eb60c72

Please sign in to comment.