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

Commit56c1c55

Browse files
committed
Updated CustomSelector UI
1 parentf9128ea commit56c1c55

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const SelectWrapper = styled.div<{ $border?: boolean }>`
2020
padding:${(props)=>(props.$border ?"0px" :"0 0 0 12px")};
2121
height: 100%;
2222
align-items: center;
23-
margin-right: 8px;
23+
margin-right: 10px;
24+
padding-right: 5px;
2425
background-color: #fff;
2526
2627
.ant-select-selection-item {
@@ -46,9 +47,9 @@ const SelectWrapper = styled.div<{ $border?: boolean }>`
4647
}
4748
4849
.ant-select-arrow {
49-
width:20px;
50-
height:20px;
51-
right:8px;
50+
width:17px;
51+
height:17px;
52+
right:10px;
5253
top: 0;
5354
bottom: 0;
5455
margin: auto;

‎client/packages/lowcoder/src/components/PermissionDialog/Permission.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function PermissionTagRender(props: CustomTagProps) {
274274
color={value}
275275
closable={closable}
276276
onClose={onClose}
277-
style={{marginRight:3}}
277+
style={{marginRight:3,display:"flex",alignItems:"center"}}
278278
>
279279
{label}
280280
</StyledTag>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp