docs: Update demo remove table background (#20593)

This commit is contained in:
二货机器人 2020-01-02 15:47:30 +08:00 committed by GitHub
parent a781214a9f
commit 1168cb5909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,3 +159,9 @@ class App extends React.Component {
ReactDOM.render(<App />, mountNode);
```
```css
#components-transfer-demo-table-transfer .ant-table td {
background: transparent;
}
```