fix(含有border的表格滚动条显示问题):

This commit is contained in:
wanghaoo 2018-11-08 22:47:29 +08:00
parent d5b6f8072a
commit f13dde719e
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@
height: 100%;
overflow: scroll; }
.u-table-fixed-header .u-table-scroll .u-table-header {
overflow-x: scroll;
overflow-x: auto;
padding-bottom: 20px;
margin-bottom: -20px;
overflow-y: scroll;

View File

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