mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix: md style
This commit is contained in:
parent
646a1d091d
commit
fcae72cd9f
@ -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>}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user