Skip to content

Commit e361bf7

Browse files
committed
formating removed-95
1 parent 5ee318e commit e361bf7

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/containerComp

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/containerComp/cardComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Warpper = styled.div<{
5959
background-color: ${props => props.$style?.background};
6060
}
6161
.ant-card .ant-card-body {
62-
background-color: ${props => props.$bodyStyle?.background} !important;
62+
background-color: ${props => props.$bodyStyle?.background} !important;
6363
border: ${props => props.$bodyStyle?.border};
6464
border-style: ${props => props.$bodyStyle?.borderStyle};
6565
border-width: ${props => props.$bodyStyle?.borderWidth};

0 commit comments

Comments
 (0)