diff --git a/src/components/Common/Playground/Team.tsx b/src/components/Common/Playground/Team.tsx index c4fa3d8..7daee3e 100644 --- a/src/components/Common/Playground/Team.tsx +++ b/src/components/Common/Playground/Team.tsx @@ -72,7 +72,7 @@ export const PlaygroundTeam = () => { /> {/* 场景列表 */} -
+
{data.slice(0,2).map((item, index) => (
diff --git a/src/components/Option/Playground/Playground.tsx b/src/components/Option/Playground/Playground.tsx index e011365..1893cf0 100644 --- a/src/components/Option/Playground/Playground.tsx +++ b/src/components/Option/Playground/Playground.tsx @@ -141,8 +141,6 @@ export const Playground = () => { setRecentMessagesOnLoad() }, []) - const { show } = useContext(HistoryContext) - return (
{
+ {/*auto_530px_165px*/} {messages.length && (
@@ -180,7 +179,7 @@ export const Playground = () => {
-
+