site: use overlayStyle instead of popupStyle (#50095)

This commit is contained in:
thinkasany 2024-07-26 16:12:49 +08:00 committed by GitHub
parent 4e3748845e
commit 06d69cfa22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ const SubTokenTable: React.FC<SubTokenTableProps> = (props) => {
{title}
<Popover
title={null}
popupStyle={{ width: 400 }}
overlayStyle={{ width: 400 }}
content={
<Typography>
{/* <SourceCode lang="jsx">{code}</SourceCode> */}