fix: md style

This commit is contained in:
ycjcl868 2019-12-02 00:03:59 +08:00
parent 646a1d091d
commit fcae72cd9f
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ ReactDOM.render(
<PageHeader
title="Title"
style={{
border: '1px solid rgb(255, 255, 255, 0.2)',
border: '1px solid rgb(235, 237, 240)',
}}
subTitle="This is a subtitle"
tags={<Tag color="blue">Running</Tag>}

View File

@ -20,7 +20,7 @@ const { Step } = Steps;
const stepStyle = {
marginBottom: 60,
boxShadow: '0px -1px 0 0 rgba(255,255,255,.12) inset',
boxShadow: '0px -1px 0 0 #e8e8e8 inset',
};
class Demo extends React.Component {