Skip to content

Commit f0c3fa3

Browse files
authored
Merge pull request #62 from kne-union/linzp
修改样式
2 parents 327ec56 + 43eaf4c commit f0c3fa3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kne/info-page",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式",
55
"syntax": {
66
"esmodules": true

src/CentralContent/style.module.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
border-bottom: 1px solid #eeeeee;
33
border-right: 1px solid #eeeeee;
44
line-height: 20px;
5-
6-
&:not(:last-child) {
5+
/* &:not(:last-child) {
76
border-bottom: none;
8-
}
7+
}*/
98
}
109

1110
.table-view-col {

0 commit comments

Comments
 (0)