docs: Fix selector in demo 'Playground'. (#16145)

Fix #16141
This commit is contained in:
JuFeng Zhang 2019-04-18 09:04:26 +08:00 committed by zombieJ
parent 9dbca667d6
commit a8b23ea944

View File

@ -89,11 +89,11 @@ ReactDOM.render(<App />, mountNode);
```` ````
````css ````css
#components-grid-demo-playground [class^="ant-col-"] { #components-grid-demo-playground [class~="ant-col"] {
background: transparent; background: transparent;
border: 0; border: 0;
} }
#components-grid-demo-playground [class^="ant-col-"] > div { #components-grid-demo-playground [class~="ant-col"] > div {
background: #00A0E9; background: #00A0E9;
height: 120px; height: 120px;
line-height: 120px; line-height: 120px;