Skip to content

Commit 4e1d247

Browse files
committed
width adjusted
1 parent 0949cbd commit 4e1d247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder-design/src/components/control.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const ControlPropertyViewWrapper = (
164164
</LabelWrapper>
165165
)}
166166
{preInputNode}
167-
<ChildrenWrapper style={childrenWrapperStyle} $layout={layout}>
167+
<ChildrenWrapper style={{...childrenWrapperStyle,marginLeft:label==='Margin'||label==='Padding'?'6px':'0px'}} $layout={layout}>
168168
{children}
169169
{extraChildren}
170170
</ChildrenWrapper>

client/packages/lowcoder/src/comps/controls/colorControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const DepIcon = styled(IconDep)`
2727
const ColorInput = styled.div`
2828
//position: absolute;
2929
outline: none;
30-
width: 140px;
30+
width: 135px;
3131
min-height: 30px;
3232
`;
3333

0 commit comments

Comments
 (0)