not show overflow content when in elastic (#14550)

This commit is contained in:
zombieJ 2019-01-25 15:35:48 +08:00 committed by GitHub
parent 5ac80c8e55
commit 318dff9feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -563,6 +563,11 @@
table {
width: auto;
min-width: 100%;
// https://github.com/ant-design/ant-design/issues/14545
.@{table-prefix-cls}-fixed-columns-in-body {
visibility: hidden;
}
}
}