|
@@ -43,7 +43,7 @@ const Page = () => {
|
|
|
return (
|
|
|
<>
|
|
|
<div style={{ width: "100%", height: "100%", backgroundColor: "#000" }}>
|
|
|
- <iframe id="iframe_game" src={url} width={"100%"} height={"100%"} style={{paddingBottom: '.4rem'}}></iframe>
|
|
|
+ <iframe id="iframe_game" src={url} width={"100%"} height={"100%"} style={{paddingBottom: '.5rem'}}></iframe>
|
|
|
{/* 真人游戏添加关闭按钮 */}
|
|
|
{
|
|
|
showClose && ["Live Casino Jogos", 'PG'].includes(categoryName) && <div
|
|
@@ -53,7 +53,7 @@ const Page = () => {
|
|
|
right: '0',
|
|
|
zIndex: "99999",
|
|
|
width: "100%",
|
|
|
- height: ".4rem",
|
|
|
+ height: ".5rem",
|
|
|
display: "flex",
|
|
|
alignItems: "center",
|
|
|
justifyContent: "center",
|