From 7a41d131c705969ffea69e7810f3306dcb82bf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 11 Dec 2023 14:05:19 +0800 Subject: [PATCH] =?UTF-8?q?master-custom/=E9=B2=81=E6=8E=A7=E6=95=B0?= =?UTF-8?q?=E5=AD=97-=E8=96=AA=E8=B5=84=E6=A0=B8=E7=AE=97=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=89=B9=E9=87=8F=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/atdTable/components/index.less | 1 + src/pages/calcTable/index.tsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index 12cae05..4e74e97 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -37,6 +37,7 @@ text-overflow: ellipsis; white-space: nowrap; word-break: keep-all; + min-height: 18px; } :global { diff --git a/src/pages/calcTable/index.tsx b/src/pages/calcTable/index.tsx index 1a91f5a..bf37350 100644 --- a/src/pages/calcTable/index.tsx +++ b/src/pages/calcTable/index.tsx @@ -272,7 +272,8 @@ const EditableCell: React.FC = (props) => { } ) : ( -
{children}
+ // record[dataIndex] +
{children}
); } return {childNode};