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 106106 & :not (:last-child ) {
107107 border-right : var (--vdt-border ) !important ;
108108 }
109+
110+ & :nth-last-child (2 ) {
111+ border-right : 0 !important ;
112+ }
109113 }
110114 }
111115 }
135139 }
136140
137141 tfoot {
138- > tr {
142+ tr {
139143 th {
140144 border-top : 0 !important ;
141145 border-bottom : var (--vdt-border ) !important ;
142146
143147 & :not (:last-child ) {
144148 border-right : var (--vdt-border ) !important ;
145149 }
150+
151+ & :nth-last-child (2 ) {
152+ border-right : 0 !important ;
153+ }
146154 }
147155 }
148156 }
207215 position : relative ;
208216 }
209217
210- // tfoot tr th,
211- // tfoot tr td {
212- // border-bottom: var(--vdt-border);
213- // }
214-
215218 .v-data-table-footer {
216219 border-bottom : var (--vdt-border );
217220 padding-bottom : 4px ;
You can’t perform that action at this time.
0 commit comments