fixed ivu-table-fixed-right scroll bar

This commit is contained in:
huanghong 2018-03-20 19:28:39 +08:00
parent 8e171de8e0
commit 9fea8e7de0
4 changed files with 146 additions and 27 deletions

View file

@ -71,8 +71,15 @@
overflow: hidden;
}
&-body{
overflow: auto;
//overflow: auto;
//position: relative;
}
&-overflowX{
overflow-x: scroll;
}
&-overflowY{
overflow-y: scroll;
}
&-tip{
overflow-x: auto;
@ -278,7 +285,7 @@
box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
&-fixed-header{
overflow: hidden;
overflow: visible;
&-with-empty{
.@{table-prefix-cls}-hidden{
.@{table-prefix-cls}-sort{