Skip to content

Commit 3f5ce24

Browse files
committed
chore: clean up
1 parent 9e2d095 commit 3f5ce24

1 file changed

Lines changed: 0 additions & 81 deletions

File tree

assets/index.less

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
}
5757

5858
// ================== 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-
6659
&-cell {
6760
background: #f4f4f4;
6861

@@ -96,68 +89,6 @@
9689
right: 100%;
9790
}
9891

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-
16192
&&-ellipsis {
16293
overflow: hidden;
16394
white-space: nowrap;
@@ -174,18 +105,6 @@
174105
text-overflow: ellipsis;
175106
}
176107
}
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-
// }
189108
}
190109

191110
&&-row-hover {

0 commit comments

Comments
 (0)