mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
parent
a9537e5934
commit
aa88c656f1
@ -135,4 +135,8 @@ ReactDOM.render(<NestedTable />, mountNode);
|
|||||||
.components-table-demo-nested .table-operation a:not(:last-child) {
|
.components-table-demo-nested .table-operation a:not(:last-child) {
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.components-table-demo-nested .ant-table-expanded-row:hover > td {
|
||||||
|
background: #fbfbfb;
|
||||||
|
}
|
||||||
````
|
````
|
||||||
|
Loading…
Reference in New Issue
Block a user