File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
client/packages/lowcoder/src/comps/comps/containerComp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ const Warpper = styled.div<{
48
48
rotate: ${ props => props . $headerStyle ?. rotation } ;
49
49
margin: ${ props => props . $headerStyle ?. margin } ;
50
50
padding: ${ props => props . $headerStyle ?. padding } ;
51
+ }
51
52
.ant-card .ant-card-actions {
52
53
border-top: 1px solid ${ props => props . $style ?. border } ;
53
54
}
@@ -58,7 +59,7 @@ const Warpper = styled.div<{
58
59
background-color: ${ props => props . $style ?. background } ;
59
60
}
60
61
.ant-card .ant-card-body {
61
- background-color: ${ props => props . $bodyStyle ?. background } !important;
62
+ background-color: ${ props => props . $bodyStyle ?. background } !important;
62
63
border: ${ props => props . $bodyStyle ?. border } ;
63
64
border-style: ${ props => props . $bodyStyle ?. borderStyle } ;
64
65
border-width: ${ props => props . $bodyStyle ?. borderWidth } ;
@@ -71,7 +72,7 @@ const Warpper = styled.div<{
71
72
display: flex;
72
73
flex-direction: column;
73
74
justify-content: space-between;
74
- background-color: ${ props => props . $style ?. background } ;
75
+ background-color: ${ props => props . $style ?. background } ;
75
76
border: ${ props => props . $style ?. border } ;
76
77
border-style: ${ props => props . $style ?. borderStyle } ;
77
78
border-radius: ${ props => props . $style ?. radius } ;
You can’t perform that action at this time.
0 commit comments