Skip to content

Commit 298024d

Browse files
committed
chore: clean up
1 parent 4838a9d commit 298024d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

assets/virtual.less

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
}
77

88
@border: 1px solid @border-color;
9+
border-left: @border;
910

1011
.@{tablePrefixCls}-row {
1112
display: flex;
1213
box-sizing: border-box;
1314
width: 100%;
14-
border-left: @border;
1515
}
1616

1717
.@{tablePrefixCls}-row-extra {
@@ -26,19 +26,5 @@
2626
padding: 8px 16px;
2727
border-right: @border;
2828
border-bottom: @border;
29-
30-
&-fix-left {
31-
left: calc(var(--sticky-left) + 1px) !important;
32-
}
33-
34-
35-
36-
// &-virtual-fixed {
37-
// position: absolute;
38-
// z-index: 1;
39-
// border-bottom: @border;
40-
// left: calc(var(--sticky-left) + 1px) !important;
41-
// background: rgba(200, 200, 255) !important;
42-
// }
4329
}
4430
}

0 commit comments

Comments
 (0)