chore(ui): login page & workflow page (#3046)

* login page & number input & multirow select & llm select

* workflow

* adjust nodes
This commit is contained in:
heheer
2024-11-04 10:32:38 +08:00
committed by archer
parent 0645b274da
commit 7a929db0a5
71 changed files with 745 additions and 525 deletions

View File

@@ -105,10 +105,10 @@ export default function Editor({
left={0}
right={0}
bottom={0}
py={3}
px={4}
py={2}
px={3}
pointerEvents={'none'}
overflow={'overlay'}
overflow={'hidden'}
>
<Box
color={'myGray.400'}
@@ -146,12 +146,12 @@ export default function Editor({
<Box
zIndex={10}
position={'absolute'}
bottom={0}
bottom={-1}
right={2}
cursor={'pointer'}
onClick={onOpenModal}
>
<MyIcon name={'common/fullScreenLight'} w={'14px'} color={'myGray.600'} />
<MyIcon name={'common/fullScreenLight'} w={'14px'} color={'myGray.500'} />
</Box>
)}
</Box>