[bug report] when customizing the theme, after setting the border color of < El Table >, the bottom border of the fixed column does not appear color
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.0
### OS/Browsers version
win10
### Vue version
2.6.12
### Reproduction Link
https://codepen.io/gh-xiaoxiao/pen/GRNoEqa
### Steps to reproduce
1.在官网自定义主题:改变表格(el-table)线条的颜色,将主题下载并导入本地项目。
2.将表格的最右边的列设置为固定
3.查看固定的列的最后一行的单元格底部边框颜色
### What is Expected?
固定的列的最后一行的单元格底部边框有颜色
### What is actually happening?
固定的列的最后一行的单元格没有出现底部边框颜色。
经调试,解决的办法是将 el-table__fixed-right 类的高度再加 1px 即可
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.