Skip to content

Commit

Permalink
fix: textarea 高度撑开页面 question/169380
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed May 15, 2023
1 parent 60417f7 commit 3fa82a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/view/components/textarea/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ uni-textarea[hidden] {
width: 100%;
height: 100%;
min-height: inherit;
overflow-y: hidden;
}
.uni-textarea-placeholder,
.uni-textarea-line,
Expand Down

0 comments on commit 3fa82a1

Please sign in to comment.