diff --git a/components/table/style/index.less b/components/table/style/index.less index 1c9c6f972b..2277c41bb7 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -457,6 +457,7 @@ &-scroll { overflow: auto; + overflow-x: hidden; table { width: auto; min-width: 100%; @@ -480,6 +481,7 @@ overflow: scroll; padding-bottom: 20px; margin-bottom: -20px; + margin-right: -18px; } /* fix firefox scrollbar bug */