File tree 2 files changed +4
-4
lines changed
lowcoder/src/pages/ApplicationV2
lowcoder-design/src/components/iconSelect
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ export const IconSelectBase = (props: {
355
355
const { setVisible, parent } = props ;
356
356
return (
357
357
< Popover
358
+ zIndex = { 4000 }
358
359
trigger = { props . trigger }
359
360
placement = "left"
360
361
align = { { offset : [ props . leftOffset ?? 0 , 0 , 0 , 0 ] } }
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ const LayoutSwitcher = styled.div`
205
205
right: 36px;
206
206
top: 6px;
207
207
cursor: pointer;
208
- width: 24px ;
209
- height: 24px ;
208
+ width: 32px ;
209
+ height: 16px ;
210
210
border-radius: 4px;
211
211
z-index: ${ Layers . homeLayoutSwitcher } ;
212
212
display: flex;
@@ -462,7 +462,6 @@ export function HomeLayout(props: HomeLayoutProps) {
462
462
</ HeaderWrapper >
463
463
464
464
{ showNewUserGuide ( user ) && < HomepageTourV2 /> }
465
- { /*<HomepageTourV2 />*/ }
466
465
467
466
< HomeView >
468
467
< StyleHomeCover >
@@ -532,7 +531,7 @@ export function HomeLayout(props: HomeLayoutProps) {
532
531
) : (
533
532
< >
534
533
< LayoutSwitcher onClick = { ( ) => setLayout ( layout === "list" ? "card" : "list" ) } >
535
- { layout === "list" ? < HomeCardIcon /> : < HomeListIcon /> }
534
+ { layout === "list" ? < HomeCardIcon style = { { marginRight : "-11px" } } /> : < HomeListIcon style = { { marginTop : "-30px" } } /> }
536
535
</ LayoutSwitcher >
537
536
538
537
{ mode === "marketplace" && (
You can’t perform that action at this time.
0 commit comments