update 同上
This commit is contained in:
@@ -56,7 +56,7 @@ export default class houseLog extends Component {
|
||||
let button = false
|
||||
|
||||
return (
|
||||
<Spin spinning={loading} indicator={<AntIcon type="loading" />}>
|
||||
<Spin spinning={loading} indicator={<AntIcon type="loading" />} className="h-400-min">
|
||||
<Timeline mode="left">
|
||||
{data.map((item, i) => {
|
||||
let show = true
|
||||
@@ -119,13 +119,18 @@ export default class houseLog extends Component {
|
||||
} else if (!button) {
|
||||
button = true
|
||||
return (
|
||||
<Button
|
||||
size="large"
|
||||
type="text"
|
||||
icon={<AntIcon type="ellipsis" />}
|
||||
className="mt-md mb-md"
|
||||
onClick={() => this.setState({ ellipsis: false })}
|
||||
/>
|
||||
<Timeline.Item
|
||||
className="pt-md pb-md"
|
||||
dot={
|
||||
<Button
|
||||
type="text"
|
||||
icon={<AntIcon type="ellipsis" />}
|
||||
onClick={() => this.setState({ ellipsis: false })}
|
||||
/>
|
||||
}
|
||||
>
|
||||
<br />
|
||||
</Timeline.Item>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user