|
56 | 56 | } |
57 | 57 |
|
58 | 58 | // ================== Cell ================== |
59 | | - // &-fixed-column-gapped { |
60 | | - // .@{tablePrefixCls}-cell-fix-left-last::after, |
61 | | - // .@{tablePrefixCls}-cell-fix-right-first::after { |
62 | | - // display: none !important; |
63 | | - // } |
64 | | - // } |
65 | | - |
66 | 59 | &-cell { |
67 | 60 | background: #f4f4f4; |
68 | 61 |
|
|
96 | 89 | right: 100%; |
97 | 90 | } |
98 | 91 |
|
99 | | - // &-fix-left, |
100 | | - // &-fix-right { |
101 | | - // z-index: 2; |
102 | | - // } |
103 | | - |
104 | | - // &-fix-right:last-child:not(&-fix-sticky) { |
105 | | - // border-right-color: transparent; |
106 | | - // } |
107 | | - |
108 | | - // .@{tablePrefixCls}-rtl & { |
109 | | - // &-fix-right:last-child { |
110 | | - // border-right-color: @border-color; |
111 | | - // } |
112 | | - // &-fix-left:last-child { |
113 | | - // border-left-color: transparent; |
114 | | - // } |
115 | | - // } |
116 | | - |
117 | | - // &-fix-left-first { |
118 | | - // .@{tablePrefixCls}-rtl & { |
119 | | - // box-shadow: 1px 0 0 @border-color; |
120 | | - // } |
121 | | - // } |
122 | | - |
123 | | - // &-fix-left-first::after, |
124 | | - // &-fix-left-last::after { |
125 | | - // position: absolute; |
126 | | - // top: 0; |
127 | | - // right: -1px; |
128 | | - // bottom: -1px; |
129 | | - // width: 20px; |
130 | | - // transform: translateX(100%); |
131 | | - // transition: box-shadow 0.3s; |
132 | | - // content: ''; |
133 | | - // pointer-events: none; |
134 | | - // } |
135 | | - |
136 | | - // &-fix-left-all::after { |
137 | | - // display: none; |
138 | | - // } |
139 | | - |
140 | | - // &-fix-right-first, |
141 | | - // &-fix-right-last { |
142 | | - // box-shadow: -1px 0 0 @border-color; |
143 | | - |
144 | | - // .@{tablePrefixCls}-rtl & { |
145 | | - // box-shadow: none; |
146 | | - // } |
147 | | - |
148 | | - // &::after { |
149 | | - // position: absolute; |
150 | | - // top: 0; |
151 | | - // bottom: -1px; |
152 | | - // left: -1px; |
153 | | - // width: 20px; |
154 | | - // transform: translateX(-100%); |
155 | | - // transition: box-shadow 0.3s; |
156 | | - // content: ''; |
157 | | - // pointer-events: none; |
158 | | - // } |
159 | | - // } |
160 | | - |
161 | 92 | &&-ellipsis { |
162 | 93 | overflow: hidden; |
163 | 94 | white-space: nowrap; |
|
174 | 105 | text-overflow: ellipsis; |
175 | 106 | } |
176 | 107 | } |
177 | | - |
178 | | - // &.@{tablePrefixCls}-cell-fix-left-first, |
179 | | - // &.@{tablePrefixCls}-cell-fix-left-last, |
180 | | - // &.@{tablePrefixCls}-cell-fix-right-first &.@{tablePrefixCls}-cell-fix-right-last { |
181 | | - // overflow: visible; |
182 | | - |
183 | | - // .@{tablePrefixCls}-cell-content { |
184 | | - // display: block; |
185 | | - // overflow: hidden; |
186 | | - // text-overflow: ellipsis; |
187 | | - // } |
188 | | - // } |
189 | 108 | } |
190 | 109 |
|
191 | 110 | &&-row-hover { |
|
0 commit comments