File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 106
106
& :not (:last-child ) {
107
107
border-right : var (--vdt-border ) !important ;
108
108
}
109
+
110
+ & :nth-last-child (2 ) {
111
+ border-right : 0 !important ;
112
+ }
109
113
}
110
114
}
111
115
}
135
139
}
136
140
137
141
tfoot {
138
- > tr {
142
+ tr {
139
143
th {
140
144
border-top : 0 !important ;
141
145
border-bottom : var (--vdt-border ) !important ;
142
146
143
147
& :not (:last-child ) {
144
148
border-right : var (--vdt-border ) !important ;
145
149
}
150
+
151
+ & :nth-last-child (2 ) {
152
+ border-right : 0 !important ;
153
+ }
146
154
}
147
155
}
148
156
}
207
215
position : relative ;
208
216
}
209
217
210
- // tfoot tr th,
211
- // tfoot tr td {
212
- // border-bottom: var(--vdt-border);
213
- // }
214
-
215
218
.v-data-table-footer {
216
219
border-bottom : var (--vdt-border );
217
220
padding-bottom : 4px ;
You can’t perform that action at this time.
0 commit comments