Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit775b7a1

Browse files
committed
CLear prettify changes
1 parenta40765a commit775b7a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎client/packages/lowcoder-design/src/components/Dropdown.tsx‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ const FlexDiv = styled.div`
124124

125125
constLabelWrapper=styled.div<{$placement:ControlPlacement}>`
126126
flex-shrink: 0;
127-
width:${(props)=>
128-
props.$placement==="right" ?"96px" :props.$placement==="bottom" ?"112px" :"136px"};
129-
`;
127+
width:${(props)=>props.$placement==="right" ?"96px" :props.$placement==="bottom" ?"112px" :"136px"};
128+
`;
130129

131130
exporttypeOptionType={
132131
readonlylabel:ReactNode;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp