Skip to content

Commit 6fb618e

Browse files
committed
fix: 表格部分场景下无底框的问题
1 parent c892b83 commit 6fb618e

File tree

2 files changed

+105
-262
lines changed

2 files changed

+105
-262
lines changed

packages/component/component/table/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
position: relative;
465465
overflow: auto;
466466
flex-grow: 1;
467-
margin-bottom: -1px;
467+
// margin-bottom: -1px;
468468
transition: all 0.1s ease-in-out;
469469
}
470470

@@ -573,9 +573,9 @@
573573

574574
.layui-table-page,
575575
.layui-table-total {
576+
overflow: hidden;
576577
border-width: 1px 0 0;
577578
margin-bottom: -1px;
578-
overflow: hidden;
579579
}
580580

581581
.layui-table-page {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy