Merge pull request #368 from SuanmoSuanyangTechnology/fix/release_web_zy

Fix/release web zy
This commit is contained in:
yingzhao
2026-02-09 13:59:46 +08:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: ZhaoYing
* @Date: 2026-02-03 16:27:39
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-03 16:27:39
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-09 10:52:55
*/
/**
* Chat debugging component for application testing
@@ -424,9 +424,9 @@ const Chat: FC<ChatProps> = ({ chatList, data, updateChatList, handleSave, sourc
}
<ChatContent
classNames={{
'rb:mx-[16px] rb:pt-[24px]': true,
'rb:h-[calc(100vh-258px)]': isCluster,
'rb:h-[calc(100vh-356px)]': !isCluster,
'rb:mx-[16px] rb:mt-6': true,
'rb:h-[calc(100vh-282px)]': isCluster,
'rb:h-[calc(100vh-380px)]': !isCluster,
}}
contentClassNames={{
'rb:max-w-[400px]!': chatList.length === 1,

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 16:34:12
* @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
@@ -83,9 +83,9 @@ const ApplicationManagement: React.FC = () => {
setQuery(prev => ({...prev, type: value}))
}
const handleImport = () => {
uploadWorkflowModalRef.current?.handleOpen()
}
// const handleImport = () => {
// uploadWorkflowModalRef.current?.handleOpen()
// }
return (
<>
<Row gutter={16} className="rb:mb-4">
@@ -111,9 +111,9 @@ const ApplicationManagement: React.FC = () => {
</Col>
<Col span={12} className="rb:text-right">
<Space size={12}>
<Button onClick={handleImport}>
{/* <Button onClick={handleImport}>
{t('application.importWorkflow')}
</Button>
</Button> */}
<Button type="primary" onClick={handleCreate}>
{t('application.createApplication')}
</Button>