We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7548f + 4cd3c00 commit b796457Copy full SHA for b796457
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/info-page",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式",
5
"syntax": {
6
"esmodules": true
src/InfoPage/style.module.scss
@@ -19,7 +19,7 @@
19
}
20
21
> :global(.ant-card-body) {
22
- padding: 16px 24px 0;
+ padding: 16px 0 0 24px;
23
24
25
0 commit comments