element [bug report] when the form error prompt is too long, the display result will be blocked by the next form option

wixjitnu  于 2022-11-02  发布在  其他
关注(0)|答案(2)|浏览(243)

Element UI version

2.15.0

OS/Browsers version

windows10/goole

Vue version

2.6.12

https://github.com/ElemeFE/element/blob/dev/FAQ.md#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98

Steps to reproduce

Form 表单错误提示设置为超过item宽度,错误提示换行展示并被下一个item遮挡,显示不全。

What is Expected?

错误提示超长时,通过tips提示展示当前错误提示信息

What is actually happening?

错误提示换行且被下一个item遮挡

uoifb46i

uoifb46i1#

Translation of this issue:

Element UI version

2.15.0

OS/Browsers version

windows10/goole

Vue version

2.6.12

https://github.com/ElemeFE/element/blob/dev/FAQ.md# %E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98

Steps to reproduce

The error prompt of the form is set to exceed the width of the item. The error prompt is displayed in a new line and is blocked by the next item. The display is incomplete.

What is Expected?

When the error prompt is too long, the tips prompt is used to display the current error prompt information

What is actually happening?

The error message wrap and is blocked by the next item

bz4sfanl

bz4sfanl2#

met the same problem.
It is caused by absolute positioning, is static positioning better?

相关问题