Merge pull request #368 from SuanmoSuanyangTechnology/fix/release_web_zy
Fix/release web zy
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: ZhaoYing
|
* @Author: ZhaoYing
|
||||||
* @Date: 2026-02-03 16:27:39
|
* @Date: 2026-02-03 16:27:39
|
||||||
* @Last Modified by: ZhaoYing
|
* @Last Modified by: ZhaoYing
|
||||||
* @Last Modified time: 2026-02-03 16:27:39
|
* @Last Modified time: 2026-02-09 10:52:55
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* Chat debugging component for application testing
|
* Chat debugging component for application testing
|
||||||
@@ -424,9 +424,9 @@ const Chat: FC<ChatProps> = ({ chatList, data, updateChatList, handleSave, sourc
|
|||||||
}
|
}
|
||||||
<ChatContent
|
<ChatContent
|
||||||
classNames={{
|
classNames={{
|
||||||
'rb:mx-[16px] rb:pt-[24px]': true,
|
'rb:mx-[16px] rb:mt-6': true,
|
||||||
'rb:h-[calc(100vh-258px)]': isCluster,
|
'rb:h-[calc(100vh-282px)]': isCluster,
|
||||||
'rb:h-[calc(100vh-356px)]': !isCluster,
|
'rb:h-[calc(100vh-380px)]': !isCluster,
|
||||||
}}
|
}}
|
||||||
contentClassNames={{
|
contentClassNames={{
|
||||||
'rb:max-w-[400px]!': chatList.length === 1,
|
'rb:max-w-[400px]!': chatList.length === 1,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* @Author: ZhaoYing
|
* @Author: ZhaoYing
|
||||||
* @Date: 2026-02-03 16:34:12
|
* @Date: 2026-02-03 16:34:12
|
||||||
* @Last Modified by: ZhaoYing
|
* @Last Modified by: ZhaoYing
|
||||||
* @Last Modified time: 2026-02-06 11:10:16
|
* @Last Modified time: 2026-02-09 13:52:22
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* Application Management Page
|
* Application Management Page
|
||||||
@@ -83,9 +83,9 @@ const ApplicationManagement: React.FC = () => {
|
|||||||
setQuery(prev => ({...prev, type: value}))
|
setQuery(prev => ({...prev, type: value}))
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleImport = () => {
|
// const handleImport = () => {
|
||||||
uploadWorkflowModalRef.current?.handleOpen()
|
// uploadWorkflowModalRef.current?.handleOpen()
|
||||||
}
|
// }
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Row gutter={16} className="rb:mb-4">
|
<Row gutter={16} className="rb:mb-4">
|
||||||
@@ -111,9 +111,9 @@ const ApplicationManagement: React.FC = () => {
|
|||||||
</Col>
|
</Col>
|
||||||
<Col span={12} className="rb:text-right">
|
<Col span={12} className="rb:text-right">
|
||||||
<Space size={12}>
|
<Space size={12}>
|
||||||
<Button onClick={handleImport}>
|
{/* <Button onClick={handleImport}>
|
||||||
{t('application.importWorkflow')}
|
{t('application.importWorkflow')}
|
||||||
</Button>
|
</Button> */}
|
||||||
<Button type="primary" onClick={handleCreate}>
|
<Button type="primary" onClick={handleCreate}>
|
||||||
{t('application.createApplication')}
|
{t('application.createApplication')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user