fix(web): ui

This commit is contained in:
zhaoying
2026-03-31 13:41:46 +08:00
parent e134b96333
commit d4450658a8
3 changed files with 4 additions and 2 deletions

View File

@@ -243,6 +243,7 @@ const Prompt: FC = () => {
<ModelSelect
params={{ type: 'llm,chat' }}
className={`rb:w-75! ${styles.select}`}
variant="filled"
/>
</Form.Item>
<Button className="rb:border-none!" onClick={handleJump}>{t('prompt.history')}</Button>