diff --git a/web-react/src/components/business/house-log/index.jsx b/web-react/src/components/business/house-log/index.jsx
index 217ae94..2fd9638 100644
--- a/web-react/src/components/business/house-log/index.jsx
+++ b/web-react/src/components/business/house-log/index.jsx
@@ -56,7 +56,7 @@ export default class houseLog extends Component {
let button = false
return (
- }>
+ } className="h-400-min">
{data.map((item, i) => {
let show = true
@@ -119,13 +119,18 @@ export default class houseLog extends Component {
} else if (!button) {
button = true
return (
- }
- className="mt-md mb-md"
- onClick={() => this.setState({ ellipsis: false })}
- />
+ }
+ onClick={() => this.setState({ ellipsis: false })}
+ />
+ }
+ >
+
+
)
}