Element UI version
2.4.4
OS/Browsers version
all
Vue version
2.5.16
Reproduction Link
https://jsfiddle.net/mmx38qxw/3665/
Steps to reproduce
Create an <el-input> with append/prepend slot inside a table.
change the table style border-spacing
the styles gets leaked to the input element
What is Expected?
styles of table should not get inherited by the input element
What is actually happening?
styles of applied to table is effecting the the input element