mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
parent
9dbca667d6
commit
a8b23ea944
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user