update table example

This commit is contained in:
huanghong 2018-03-21 16:11:50 +08:00
commit 408b695046
7 changed files with 27 additions and 17 deletions

View file

@ -357,15 +357,13 @@
&-footer{
padding: 4px;
border-top: 1px solid @border-color-split;
}
}
.ivu-poptip-popper{
min-width: 0;
text-align: left;
}
thead .ivu-poptip-popper{
.ivu-poptip-body{
padding: 0;
overflow: hidden;
button:first-child{
float: left;
}
button:last-child{
float: right;
}
}
}
@ -383,3 +381,10 @@
visibility: hidden;
}
}
.ivu-table-popper{
min-width: 0;
text-align: left;
.ivu-poptip-body{
padding: 0;
}
}