优化UI
This commit is contained in:
@@ -529,6 +529,7 @@ export function FreeCreatePage({ modelConfigs, onNotify, onTaskSettled, onBack }
|
||||
|
||||
return (
|
||||
<div className="fc-page">
|
||||
<div className="fc-inner">
|
||||
<header className="fc-head">
|
||||
<div className="fc-title-row">
|
||||
{onBack ? (
|
||||
@@ -606,6 +607,7 @@ export function FreeCreatePage({ modelConfigs, onNotify, onTaskSettled, onBack }
|
||||
onClear={clearInput}
|
||||
onSend={() => void handleSend()}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{detailTask && (
|
||||
<VideoDetailModal
|
||||
|
||||
Reference in New Issue
Block a user