element [bug report] form height is abnormal, resulting in a large number of form deformation

im9ewurl  于 4个月前  发布在  其他
关注(0)|答案(4)|浏览(42)

Element UI version

2.13.0

OS/Browsers version

win10

Vue version

2.6.11

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?

高度异常

mgdq6dx1

mgdq6dx11#

Translation of this issue:

Element UI version

2.13.0

OS/Browsers version

Win10

Vue version

2.6.11

https://codepen.io/zjpzjp/pen/BaNeNyq

Steps to reproduce

  1. Browser 360 browser 10 version 10.1.1150.0 kernel version 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"

  1. Open recurrence link
  2. There will be a height exception and the form deformation caused by type = small in combination with El row layout

What is Expected?

Height back to normal

What is actually happening?

Height anomaly

ih99xse1

ih99xse12#

提供一个临时方案
全局加入css
.el-input__inner { vertical-align: top; }

mqkwyuun

mqkwyuun3#

临时方案2
全局加入css 或指定一个font-family
.el-input__inner { font-family: "";}

vlf7wbxs

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.

相关问题