Skip to content

Commit

Permalink
fix(docs): fix docs is not work (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Jul 16, 2019
1 parent 6d77668 commit 3533a82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "tsc --declaration"
},
"devDependencies": {
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"antd": "^3.14.1"
},
"peerDependencies": {
"@babel/runtime": "^7.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export const FormTextBox = createVirtualBox(
)`
display: flex;
.text-box-words {
font-size: 12px;
font-size: 14px;
line-height: 34px;
color: #333;
}
Expand Down
5 changes: 0 additions & 5 deletions packages/antd/src/fields/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,5 @@ const Table = styled(
.ant-table-body,
.ant-table-header {
overflow: auto;
font-size: 12px;
}
.ant-table-body {
font-size: 12px;
}
`
2 changes: 1 addition & 1 deletion packages/antd/src/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const FormItem = styled(
}
.ant-form-item-label label {
color: #666;
font-size: 12px;
font-size: 14px;
&.no-colon:after {
content: '';
}
Expand Down
3 changes: 2 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"styled-components": "^4.1.1"
},
"devDependencies": {
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"@alifd/next": "^1.13.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3533a82

Please sign in to comment.