Element: [Bug Report] el-table header column width and content column width are not equals

Created on 1 Jun 2020  ·  5Comments  ·  Source: ElemeFE/element

Element UI version

2.13.2

OS/Browsers version

Kubuntu 20.04 / Chrome 83.0.4103.61 (x64)

Vue version

2.6.11

Reproduction Link

https://jsfiddle.net/x4qnjfp1/2/

Steps to reproduce

Problem with increase custom dpi on Ubuntu 20.04

What is Expected?

Equal width column header and content

What is actually happening?

Small, about 1px dislocation of header and content

image

Most helpful comment

.el-table th.gutter {
display :table-cell !important
} written in public.css

All 5 comments

9877 Same old problem

i have the same situation,is it solved ?

列数越多,偏差越大...

still keeps happening. any updates on the matter?

.el-table th.gutter {
display :table-cell !important
} written in public.css

Was this page helpful?
0 / 5 - 0 ratings