From ab229750139f084e745f429562219a67a02193b0 Mon Sep 17 00:00:00 2001 From: HC200ok Date: Wed, 22 Mar 2023 20:54:45 +0900 Subject: [PATCH] remove tr nth-child(-n+3) td border bottom style --- package.json | 2 +- src/scss/vue3-easy-data-table.scss | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a74bbac..b4ccb30 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "HC200ok", "description": "A customizable and easy-to-use data table component made with Vue.js 3.x.", "private": false, - "version": "1.5.41", + "version": "1.5.42", "types": "./types/main.d.ts", "license": "MIT", "files": [ diff --git a/src/scss/vue3-easy-data-table.scss b/src/scss/vue3-easy-data-table.scss index 326cb64..b537a73 100644 --- a/src/scss/vue3-easy-data-table.scss +++ b/src/scss/vue3-easy-data-table.scss @@ -193,11 +193,11 @@ table { color: var(--easy-table-body-row-font-color); font-size: var(--easy-table-body-row-font-size); - &:nth-child(-n+3) { - td { - border-bottom: var(--easy-table-row-border)!important; - } - } + // &:nth-child(-n+3) { + // td { + // border-bottom: var(--easy-table-row-border)!important; + // } + // } &:last-child { td { border-bottom: none;