year 3 viikkoa sitten
vanhempi
commit
f1f00115d5

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/_home/NavigateBar.tsx

@@ -39,7 +39,7 @@ const NavigateBar: React.FC<Props> = ({ data }) => {
                                         alt={item?.name}
                                         className="aspect-[1/1] max-w-[100%] rounded-[50%]"
                                     />
-                                    <div className="mt-[.06rem] text-[.1rem] text-[#fff]">
+                                    <div className="mt-[.06rem] text-center text-[.1rem] text-[#fff]">
                                         {item.name}
                                     </div>
                                 </div>

+ 1 - 1
src/components/Card/GroupCard.tsx

@@ -32,7 +32,7 @@ const GroupCard: FC<GroupProps> = (props) => {
                             additional={item?.additional}
                             className="h-[1.54rem] overflow-hidden rounded-[0.1rem]"
                         >
-                            <img src="/home/placehold.webp" className="h-[100%]" alt="" />
+                            <img src="/home/placehold.webp" className="h-[100%] w-[100%]" alt="" />
                         </Box>
                     );
                 }

+ 2 - 1
src/components/ModalPopup/SignInModal/index.tsx

@@ -324,7 +324,7 @@ const SignInModal = forwardRef(function SignInModal(props: SignInModalProps1, re
                             <div className="absolute top-[30%] h-[3.95rem] w-[100%]">
                                 <div className="flex h-[100%] justify-center">
                                     {/* 宽度自动填充适应活动背景图宽度 */}
-                                    <div className="relative h-[100%]">
+                                    <div className="relative h-[100%] w-[80%]">
                                         <img
                                             src={
                                                 signData.background_type === 1
@@ -334,6 +334,7 @@ const SignInModal = forwardRef(function SignInModal(props: SignInModalProps1, re
                                             className={"h-[100%]"}
                                             alt=""
                                         />
+                                        {/* <div className="h-[100%] rounded-[.15rem] bg-[#171d22]"></div> */}
                                         {/* 右上角倒计时 */}
                                         <div className="absolute right-[0.15rem] top-0 z-50 flex h-[0.3rem] w-[20%] items-center justify-center space-x-[2px] text-center text-[0.125rem] font-bold text-[white]">
                                             {/*<p

+ 1 - 1
src/dialog/auto.ts

@@ -121,7 +121,7 @@ const AutoShowDialog = () => {
             // await dialogManage.showDialog("ReceiveGift", curData); //周返现
             // await dialogManage.showDialog('WheelSection', curData);  //轮盘
             // await dialogManage.showDialog('SignInSection', curData);  //签到
-
+            // await dialogManage.showDialog("SignInSection", curData);
             try {
                 switch (curData.content_type) {
                     // 图片展示