File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
lowcoder-design/src/components
lowcoder/src/components/PermissionDialog Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ const SelectWrapper = styled.div<{ $border?: boolean }>`
20
20
padding: ${ ( props ) => ( props . $border ? "0px" : "0 0 0 12px" ) } ;
21
21
height: 100%;
22
22
align-items: center;
23
- margin-right: 8px;
23
+ margin-right: 10px;
24
+ padding-right: 5px;
24
25
background-color: #fff;
25
26
26
27
.ant-select-selection-item {
@@ -46,9 +47,9 @@ const SelectWrapper = styled.div<{ $border?: boolean }>`
46
47
}
47
48
48
49
.ant-select-arrow {
49
- width: 20px ;
50
- height: 20px ;
51
- right: 8px ;
50
+ width: 17px ;
51
+ height: 17px ;
52
+ right: 10px ;
52
53
top: 0;
53
54
bottom: 0;
54
55
margin: auto;
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ function PermissionTagRender(props: CustomTagProps) {
274
274
color = { value }
275
275
closable = { closable }
276
276
onClose = { onClose }
277
- style = { { marginRight : 3 } }
277
+ style = { { marginRight : 3 , display : "flex" , alignItems : "center" } }
278
278
>
279
279
{ label }
280
280
</ StyledTag >
You can’t perform that action at this time.
0 commit comments