Ver Fonte

关闭按钮样式修改

zcj03 há 6 meses atrás
pai
commit
19e8f145e8
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/app/[locale]/game/page.tsx

+ 2 - 2
src/app/[locale]/game/page.tsx

@@ -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",