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 70eb1e3 commit 70269e6Copy full SHA for 70269e6
packages/component/component/table/index.less
@@ -492,18 +492,19 @@
492
background-color: #fafafa;
493
}
494
495
-.layui-table-fixed-left {
496
- left: 0;
497
- z-index: 2;
+.layui-table-fixed-left,
+.layui-table-fixed-right{
+ z-index: 3;
498
background: white;
499
position: sticky !important;
500
501
502
+.layui-table-fixed-left {
503
+ left: 0;
504
+}
505
+
506
.layui-table-fixed-right {
507
right: 0;
- background: white;
- position: sticky !important;
508
509
&:last-child{
510
border-right: none !important;
0 commit comments