style: playground collapse button

This commit is contained in:
jialin
2024-07-30 18:11:21 +08:00
parent 64f60b48cf
commit cfdc731313
7 changed files with 92 additions and 29 deletions
@@ -88,7 +88,7 @@ const ChatFooter: React.FC<ChatFooterProps> = (props) => {
style={{ textAlign: 'right' }}
>
<Space size={20}>
<Button
{/* <Button
icon={
<IconFont type="icon-code" className="font-size-16"></IconFont>
}
@@ -96,7 +96,7 @@ const ChatFooter: React.FC<ChatFooterProps> = (props) => {
disabled={disabled}
>
{intl.formatMessage({ id: 'playground.viewcode' })}
</Button>
</Button> */}
{!disabled ? (
<Button
type="primary"