From 4140a71968b334b990eb289e1851700fb6aba0f5 Mon Sep 17 00:00:00 2001 From: MenamAfzal Date: Tue, 30 Jul 2024 17:37:32 +0500 Subject: [PATCH 1/2] table expansion issue resolved --- .../lowcoder/src/comps/comps/tableComp/tableCompView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx index 5b184c11c..dc7cad676 100644 --- a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx +++ b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx @@ -359,7 +359,7 @@ const TableTd = styled.td<{ color: ${(props) => props.$style.text}; font-weight: ${(props) => props.$style.textWeight}; font-family: ${(props) => props.$style.fontFamily}; - + overflow: hidden; ${(props) => props.$tableSize === 'small' && ` padding: 1px 8px; font-size: ${props.$defaultThemeDetail.textSize == props.$style.textSize ? '14px !important' : props.$style.textSize + ' !important'}; From fab46dd5a37b58d207c16be88dde6f3f3e43df36 Mon Sep 17 00:00:00 2001 From: MenamAfzal Date: Tue, 30 Jul 2024 18:35:00 +0500 Subject: [PATCH 2/2] shadow issue resolved --- .../lowcoder/src/comps/comps/tableComp/tableCompView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx index dc7cad676..95ae17061 100644 --- a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx +++ b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx @@ -207,7 +207,8 @@ const TableWrapper = styled.div<{ } .ant-table-content { - overflow: unset !important; + overflow-y:scroll; + overflow-x:scroll; } // A table expand row contains table