mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix useless className
This commit is contained in:
parent
ff67c6eee6
commit
de544ad21b
@ -2155,7 +2155,7 @@ exports[`test renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
<div
|
||||
class="table clearfix">
|
||||
class=" clearfix">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
@ -34,7 +34,6 @@ ReactDOM.render(
|
||||
columns={columns}
|
||||
expandedRowRender={record => <p>{record.description}</p>}
|
||||
dataSource={data}
|
||||
className="table"
|
||||
/>
|
||||
, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user