File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "author" : " HC200ok" ,
44 "description" : " A customizable and easy-to-use data table component made with Vue.js 3.x." ,
55 "private" : false ,
6- "version" : " 1.5.41 " ,
6+ "version" : " 1.5.42 " ,
77 "types" : " ./types/main.d.ts" ,
88 "license" : " MIT" ,
99 "files" : [
Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ table {
193193 color : var (--easy-table-body-row-font-color );
194194 font-size : var (--easy-table-body-row-font-size );
195195
196- & :nth-child (-n +3 ) {
197- td {
198- border-bottom : var (--easy-table-row-border )!important ;
199- }
200- }
196+ // &:nth-child(-n+3) {
197+ // td {
198+ // border-bottom: var(--easy-table-row-border)!important;
199+ // }
200+ // }
201201 & :last-child {
202202 td {
203203 border-bottom : none ;
You can’t perform that action at this time.
0 commit comments