Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit045141c

Browse files
fix table not working in comp docs
1 parent1d95e4c commit045141c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const BackgroundWrapper = styled.div<{
160160
border-style:${(props)=>props.$style.borderStyle} !important;
161161
border-width:${(props)=>`${props.$style.borderWidth} !important`};
162162
border-color:${(props)=>`${props.$style.border} !important`};
163-
height: calc(100% -${(props)=>getVerticalMargin(props.$style.margin.split(' '))});
163+
height: calc(100% -${(props)=>props.$style.margin&&getVerticalMargin(props.$style.margin.split(' '))});
164164
overflow: hidden;
165165
166166
> div.table-scrollbar-wrapper {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp