From 6c01b4355046c07a8313cc88c874b94789159652 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=87=AA=E5=B8=A6=E5=A4=A7=E4=BD=AC=E6=B0=94=E5=9C=BA?=
<188633308@qq.com>
Date: Fri, 9 Jul 2021 16:58:15 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E5=90=8C=E4=B8=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/business/house-log/index.jsx | 21 ++++++++++++-------
1 file changed, 13 insertions(+), 8 deletions(-)
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 })}
+ />
+ }
+ >
+
+
)
}