Skip to content

Commit 4cd3c00

Browse files
authored
Merge pull request #70 from kne-union/linzp
再修改样式
2 parents 77fab38 + 4cd1c88 commit 4cd3c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.2",
3+
"version": "0.2.3",
44
"description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式",
55
"syntax": {
66
"esmodules": true

src/InfoPage/style.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
> :global(.ant-card-body) {
22-
padding: 16px 24px 0;
22+
padding: 16px 0 0 24px;
2323
}
2424
}
2525

0 commit comments

Comments
 (0)