Skip to content

Commit e6a450d

Browse files
Merge pull request #1858 from kamalqureshi/publish_app_groups_members
Updated CustomSelector UI
2 parents 34c6351 + 56c1c55 commit e6a450d

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)