We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327ec56 + 43eaf4c commit f0c3fa3Copy full SHA for f0c3fa3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/info-page",
3
- "version": "0.1.28",
+ "version": "0.1.29",
4
"description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式",
5
"syntax": {
6
"esmodules": true
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) {
7
border-bottom: none;
8
- }
+ }*/
9
}
10
11
.table-view-col {
0 commit comments