Skip to content

Commit 2b6c276

Browse files
committed
formating removed-92
1 parent 6262cc7 commit 2b6c276

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const Warpper = styled.div<{
4848
rotate: ${props => props.$headerStyle?.rotation};
4949
margin: ${props => props.$headerStyle?.margin};
5050
padding: ${props => props.$headerStyle?.padding};
51+
}
5152
.ant-card .ant-card-actions {
5253
border-top: 1px solid ${props => props.$style?.border};
5354
}
@@ -58,7 +59,7 @@ const Warpper = styled.div<{
5859
background-color: ${props => props.$style?.background};
5960
}
6061
.ant-card .ant-card-body {
61-
background-color: ${props => props.$bodyStyle?.background} !important;
62+
background-color: ${props => props.$bodyStyle?.background} !important;
6263
border: ${props => props.$bodyStyle?.border};
6364
border-style: ${props => props.$bodyStyle?.borderStyle};
6465
border-width: ${props => props.$bodyStyle?.borderWidth};
@@ -71,7 +72,7 @@ const Warpper = styled.div<{
7172
display: flex;
7273
flex-direction: column;
7374
justify-content: space-between;
74-
background-color: ${props => props.$style?.background};
75+
background-color: ${props => props.$style?.background};
7576
border: ${props => props.$style?.border};
7677
border-style: ${props => props.$style?.borderStyle};
7778
border-radius: ${props => props.$style?.radius};

0 commit comments

Comments
 (0)