Merge pull request #745 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
fix(web): ui
This commit is contained in:
@@ -377,9 +377,10 @@ body {
|
|||||||
.ant-input-filled,
|
.ant-input-filled,
|
||||||
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
|
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.ant-input-filled:hover,
|
.ant-input-filled:hover,
|
||||||
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
|
.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-color: #171719;
|
border-color: #171719;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,8 +169,8 @@ const MemoryConversation: FC = () => {
|
|||||||
placeholder={t('memoryConversation.searchPlaceholder')}
|
placeholder={t('memoryConversation.searchPlaceholder')}
|
||||||
style={{ width: '100%', marginBottom: '16px' }}
|
style={{ width: '100%', marginBottom: '16px' }}
|
||||||
onChange={setUserId}
|
onChange={setUserId}
|
||||||
variant="borderless"
|
|
||||||
className="rb:bg-white rb:rounded-lg"
|
className="rb:bg-white rb:rounded-lg"
|
||||||
|
variant="filled"
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|||||||
@@ -243,6 +243,7 @@ const Prompt: FC = () => {
|
|||||||
<ModelSelect
|
<ModelSelect
|
||||||
params={{ type: 'llm,chat' }}
|
params={{ type: 'llm,chat' }}
|
||||||
className={`rb:w-75! ${styles.select}`}
|
className={`rb:w-75! ${styles.select}`}
|
||||||
|
variant="filled"
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Button className="rb:border-none!" onClick={handleJump}>{t('prompt.history')}</Button>
|
<Button className="rb:border-none!" onClick={handleJump}>{t('prompt.history')}</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user