ソースを参照

fix: 更新logo大小

Before 9 ヶ月 前
コミット
c4a46e11ce

+ 7 - 1
src/components/Header/HerderTitle.tsx

@@ -54,7 +54,13 @@ const HeaderTitle: FC<PropsWithChildren<Props>> = (props) => {
     return (
         <>
             <span className={styles.headerTitle}>
-                <img src="/logo.png" alt="logo"></img>
+                <Image
+                    width={105}
+                    height={40}
+                    src="/logo.png"
+                    alt="logo"
+                    className={"h-full"}
+                ></Image>
                 {/*<div className={"font-bold text-[#ff6a01]"}>BCWIN777</div>*/}
                 <div className={styles.selectCountry} onClick={handler}>
                     <Image src={target.icon} alt={target.value} width={30} height={20} />

+ 1 - 1
src/components/Header/style.module.scss

@@ -44,7 +44,7 @@
       color: #fff;
       align-items: center;
       img{
-        height: 0.1389rem;
+        //height: 0.1389rem;
       }
       .title{
         font-size: .24rem;