After setting Default Style
The height is controlled by Directly modify Add to $inputHeight: 38px; $inputFontSize: 16px; .el-textarea { textarea { padding: 8px; // Set the padding of the text box height: $inputHeight; // Set the height of the text box font-size: $inputFontSize; line-height: 21px; } } After the modification, I found:
Interestingly, Faced with this problem, I made two attempts !important Setting -> Give up MyTextarea Write your own -> Not preferred Padding determines the height During debugging, I found that the initial height of So, I adjusted the size of Then change $inputFontSize: 16px; .el-textarea { textarea { padding: 7.5px 0 7.5px 8px; // Just changing the padding here will affect the height of the textarea font-size: $inputFontSize; line-height: 21px; } } Summarize This is the end of this article on how to set the height for the autosize textarea in Element UI. For more information about Element UI autosize textarea height, please search 123WORDPRESS.COM’s previous articles or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future! |
<<: Example of how to achieve semi-transparent background image and opaque content in CSS3
As the cost of building HTTPS websites decreases,...
Preface: Basically, whether it is for our own use...
This article introduces how to install the system...
Recently, I used vuethink in my project, which in...
Overview This article begins to introduce content...
Conclusion: In a multithreaded environment, if on...
This article shares the specific code of jQuery t...
Preface Recently, due to work reasons, I was work...
Table of contents 1. How to locate and optimize s...
Table of contents 1 Master-slave read-write separ...
<br />Some web pages may not look large but ...
Scary, isn't it! Translation in the picture: ...
1. Introduction MySQL Group Replication (MGR for ...
MySQL query by year, month, week, day group 1. Qu...
Table of contents Optimization of if judgment 1. ...