fix(适配mac下滚动条宽度计算问题):

This commit is contained in:
wanghaoo 2018-11-30 16:31:53 +08:00
parent 0071d158ce
commit 6db0ecdd52
2 changed files with 2 additions and 2 deletions

View File

@ -776,7 +776,7 @@ var Table = function (_Component) {
useFixedHeader = true;
// Add negative margin bottom for scroll bar overflow bug
var scrollbarWidth = this.scrollbarWidth ? this.scrollbarWidth : 15;
var scrollbarWidth = this.scrollbarWidth;
if (scrollbarWidth >= 0) {
(fixed ? bodyStyle : headStyle).paddingBottom = '0px';
//显示表头滚动条

View File

@ -1,6 +1,6 @@
{
"name": "bee-table",
"version": "1.5.18",
"version": "1.5.19",
"description": "Table ui component for react",
"keywords": [
"react",