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 }>`
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;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments