el-input type="textarea" 高度
.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ } ...
.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ } ...
https://www.jianshu.com/p/f04c1904555f ...
自己瞎嘗試解決了的。官方文檔上居然沒寫@input事件,醉了。 ...
無論是input框,還是select, 都是對 ...
如果沒有變,可以加上!important ...