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 4838a9d commit 298024dCopy full SHA for 298024d
assets/virtual.less
@@ -6,12 +6,12 @@
6
}
7
8
@border: 1px solid @border-color;
9
+ border-left: @border;
10
11
.@{tablePrefixCls}-row {
12
display: flex;
13
box-sizing: border-box;
14
width: 100%;
- border-left: @border;
15
16
17
.@{tablePrefixCls}-row-extra {
@@ -26,19 +26,5 @@
26
padding: 8px 16px;
27
border-right: @border;
28
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
- // }
43
44
0 commit comments