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