Noblet Ouways

Results 100 comments of Noblet Ouways

Thanks for reporting, fixed on newer versions.

https://github.com/element-plus/element-plus/pull/15600 fixed it

Oh ok, yeah i see now. It happens only in documentation :thinking:. This change will indeed fix this issue but we will not understand why, i think we should investigate...

> not sure if you noticed that black border. I didn't notice it before, there are multiple issues with this border-bottom 😅. I'll take look tonight.

referring to [element-ui](https://github.com/ElemeFE/element/blob/c345bb453bf11badb4831a6a3f600c9372b3a336/packages/theme-chalk/src/tabs.scss#L228) we have some a missing style that cause the border-bottom always appear. Please consider set `margin-top: -1px;`. And i assume the border black in playground is another...

@warmthsea There is no border-bottom red in the playground provided, i added this: ```css .demo-tabs.el-tabs--card > .el-tabs__header .el-tabs__item.is-active { border-bottom-color: red; } ``` On high zoom it work fine. However...

After seeing https://github.com/element-plus/element-plus/pull/21412 being merged, there some conflicts with this pr. I can see the height behave always differently between docs and dev. And the header height seems to cause...