feat: plugin input type add select and custom var (#2571)

* feat: plugin input type add select and custom var

* fix

* fix ui

* fix

* fix
This commit is contained in:
heheer
2024-08-30 18:03:04 +08:00
committed by GitHub
parent 903f39fe17
commit 9d5fd24085
29 changed files with 591 additions and 367 deletions

View File

@@ -76,6 +76,7 @@ const MultipleSelect = <T = any,>({
as={Box}
ref={ref}
width={width}
minH={'40px'}
px={3}
py={2}
borderRadius={'md'}