diff --git a/package.json b/package.json index 760ff26..025d004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kne/info-page", - "version": "0.1.28", + "version": "0.1.29", "description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式", "syntax": { "esmodules": true diff --git a/src/CentralContent/style.module.scss b/src/CentralContent/style.module.scss index a5229ff..3b5c189 100644 --- a/src/CentralContent/style.module.scss +++ b/src/CentralContent/style.module.scss @@ -2,10 +2,9 @@ border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; line-height: 20px; - - &:not(:last-child) { +/* &:not(:last-child) { border-bottom: none; - } + }*/ } .table-view-col {