element [bug report] there is a style problem when multiple table components are selected

wvyml7n5  于 4个月前  发布在  其他
关注(0)|答案(4)|浏览(107)

Element UI version

2.14.1

OS/Browsers version

Mac Chrome Version 85.0

Vue version

2.6.11

https://codepen.io/hao8816/pen/vYXaQja

Steps to reproduce

使用table组件多选时,发现最新版本checkbox的样式出现不对齐的情况

What is Expected?

Table多选时checkbox和表头的是对齐的

What is actually happening?

目前没有对其, 2.12.0之前的版本没有问题, 2.14.1新版本有问题

vuv7lop3

vuv7lop31#

Translation of this issue:\n\n### Element UI version\n2.14.1\n\n### OS/Browsers version\nMac Chrome Version 85.0\n\n### Vue version\n2.6.11\n\n### Reproduction Link\nhttps://codepen.io/hao8816/pen/vYXaQja\n\n### Steps to reproduce\nWhen using the table component to select multiple items, it is found that the style of the latest version of the checkbox is not aligned\n\n### What is Expected?\nWhen you select multiple tables, the checkbox and the header are aligned\n\n### What is actually happening?\nAt present, there is no problem with the version before 2.12.0 and the new version 2.14.1\n\n

7uzetpgm

7uzetpgm3#

Table-column Attributes 有对齐方式 选择center就可以解决 align="center"

yqkkidmi

yqkkidmi4#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题