Fix/application configuration preview style (#597)

This commit is contained in:
zxhlyh
2023-07-19 12:41:35 +08:00
committed by GitHub
parent a6af8e5d8f
commit 753e5f1500
11 changed files with 86 additions and 79 deletions

View File

@@ -122,6 +122,7 @@ const PromptValuePanel: FC<IPromptValuePanelProps> = ({
items={(options || []).map(i => ({ name: i, value: i }))}
allowSearch={false}
bgClassName='bg-gray-50'
overlayClassName='z-[11]'
/>
)
: (