Skip to content

Commit 0f7548f

Browse files
authored
Merge pull request #69 from kne-union/release
Release
2 parents 79f11b8 + 77fab38 commit 0f7548f

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

src/InfoPage/style.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99

1010
> :global(.ant-card-head) {
1111
.part-title:before {
12+
margin-right: 20px;
1213
border-radius: 0 4px 4px 0;
1314
}
1415

1516
.part-title-sub {
16-
padding-left: 10px;
17+
padding-left: 24px;
1718
}
1819
}
1920

0 commit comments

Comments
 (0)