table组件的展开行,在有些情况下会错位
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
引起错位的是这行代码,目前发现错位的浏览器版本号是: chrome 120.0.6099.71
https://github.com/ElemeFE/element/blob/290e68ea6aa6c56b7d83182b650e3be4f77ff1b0/packages/theme-chalk/src/table.scss#L70
chrome 120.0.6099.109 是正常的,感觉是css覆盖顺序造成的问题。
不确定是否是版本号造成的,也不知道为啥需要保留这样一段代码作为覆盖样式
`// 纯属为了增加权重
&[class*=cell] {
padding: 20px 50px;
}
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.