Skip to content

Commit 70269e6

Browse files
committed
!478 fix(table): fixed column异常显示resize dom
* fix(table): fixed column异常显示resize dom
1 parent 70eb1e3 commit 70269e6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/component/component/table/index.less

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,18 +492,19 @@
492492
background-color: #fafafa;
493493
}
494494

495-
.layui-table-fixed-left {
496-
left: 0;
497-
z-index: 2;
495+
.layui-table-fixed-left,
496+
.layui-table-fixed-right{
497+
z-index: 3;
498498
background: white;
499499
position: sticky !important;
500500
}
501501

502+
.layui-table-fixed-left {
503+
left: 0;
504+
}
505+
502506
.layui-table-fixed-right {
503507
right: 0;
504-
z-index: 2;
505-
background: white;
506-
position: sticky !important;
507508

508509
&:last-child{
509510
border-right: none !important;

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