mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
docs: Update demo remove table background (#20593)
This commit is contained in:
parent
a781214a9f
commit
1168cb5909
@ -159,3 +159,9 @@ class App extends React.Component {
|
||||
|
||||
ReactDOM.render(<App />, mountNode);
|
||||
```
|
||||
|
||||
```css
|
||||
#components-transfer-demo-table-transfer .ant-table td {
|
||||
background: transparent;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user