Element UI version
2.13.0
OS/Browsers version
win10
Vue version
2.6.11
Reproduction Link
https://codepen.io/zjpzjp/pen/BaNeNyq
Steps to reproduce
1、浏览器360浏览器10 版本号10.1.1150.0 内核版本63.0.3239.132
userAgent:
"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
2、打开重现链接
3、会出现高度异常 以及其引起的 type=small 模式下配合el-row 布局 发生的表单变形
What is Expected?
高度恢复正常
What is actually happening?
高度异常
4条答案
按热度按时间mgdq6dx11#
Translation of this issue:
Element UI version
2.13.0
OS/Browsers version
Win10
Vue version
2.6.11
Reproduction Link
https://codepen.io/zjpzjp/pen/BaNeNyq
Steps to reproduce
UserAgent:
"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
What is Expected?
Height back to normal
What is actually happening?
Height anomaly
ih99xse12#
提供一个临时方案
全局加入css
.el-input__inner { vertical-align: top; }
mqkwyuun3#
临时方案2
全局加入css 或指定一个font-family
.el-input__inner { font-family: "";}
vlf7wbxs4#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.