diff --git a/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx b/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx index a41fed3a2..b631d65fb 100644 --- a/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx @@ -54,6 +54,9 @@ const Wrapper = styled.div<{ .ant-input { height:100% !important; } + .ant-input-affix-wrapper { + height:100% !important; + } .ant-input-clear-icon { opacity: 0.75;