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 3
3
"author" : " HC200ok" ,
4
4
"description" : " A customizable and easy-to-use data table component made with Vue.js 3.x." ,
5
5
"private" : false ,
6
- "version" : " 1.5.41 " ,
6
+ "version" : " 1.5.42 " ,
7
7
"types" : " ./types/main.d.ts" ,
8
8
"license" : " MIT" ,
9
9
"files" : [
Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ table {
193
193
color : var (--easy-table-body-row-font-color );
194
194
font-size : var (--easy-table-body-row-font-size );
195
195
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
+ // }
201
201
& :last-child {
202
202
td {
203
203
border-bottom : none ;
You can’t perform that action at this time.
0 commit comments