We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c892b83 commit 6fb618eCopy full SHA for 6fb618e
packages/component/component/table/index.less
@@ -464,7 +464,7 @@
464
position: relative;
465
overflow: auto;
466
flex-grow: 1;
467
- margin-bottom: -1px;
+ // margin-bottom: -1px;
468
transition: all 0.1s ease-in-out;
469
}
470
@@ -573,9 +573,9 @@
573
574
.layui-table-page,
575
.layui-table-total {
576
+ overflow: hidden;
577
border-width: 1px 0 0;
578
margin-bottom: -1px;
- overflow: hidden;
579
580
581
.layui-table-page {
0 commit comments