Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Pageheader new style and props #19100

Merged
merged 14 commits into from Oct 15, 2019
2 changes: 1 addition & 1 deletion components/page-header/demo/pure.md
Expand Up @@ -55,6 +55,6 @@ ReactDOM.render(

<style>
#components-page-header-demo-pure .code-box-demo .ant-page-header {
border: 1px solid #ebedf0;
border: none;
chenshuai2144 marked this conversation as resolved.
Show resolved Hide resolved
}
</style>
3 changes: 2 additions & 1 deletion components/page-header/demo/responsive.md
Expand Up @@ -92,8 +92,9 @@ ReactDOM.render(
tr:last-child td {
padding-bottom: 0;
}
.ant-statistic-content-value{
.ant-statistic-content{
chenshuai2144 marked this conversation as resolved.
Show resolved Hide resolved
font-size: 20px;
line-height: 28px;
}
#components-page-header-demo-responsive .content {
display: flex;
Expand Down