Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee318e commit e361bf7Copy full SHA for e361bf7
client/packages/lowcoder/src/comps/comps/containerComp/cardComp.tsx
@@ -59,7 +59,7 @@ const Warpper = styled.div<{
59
background-color: ${props => props.$style?.background};
60
}
61
.ant-card .ant-card-body {
62
- background-color: ${props => props.$bodyStyle?.background} !important;
+ background-color: ${props => props.$bodyStyle?.background} !important;
63
border: ${props => props.$bodyStyle?.border};
64
border-style: ${props => props.$bodyStyle?.borderStyle};
65
border-width: ${props => props.$bodyStyle?.borderWidth};
0 commit comments