diff --git a/app/globals.css b/app/globals.css index fbe3fb7..102cd03 100644 --- a/app/globals.css +++ b/app/globals.css @@ -283,9 +283,13 @@ footer{ width: max-content; border-radius: 0.25rem; } */ +.mediaDom .adm-image-viewer-slides-inner{ + padding-top: 68px; +} .mediaDom .adm-image-viewer-slide{ - /* max-height: 90vh; */ - max-width: 100vw; + max-height: calc(100vh - 100px); + width: 100vw; + } .photos-body img{ /* max-height: 90vh; */ @@ -303,8 +307,13 @@ footer{ border-radius: 0.25rem; } +.photos-bodyBox-full{ + width: 100vw; + max-height: calc(100vh); +} .photos-bodyBox{ width: 100vw; + max-height: calc(100vh - 120px); } .adm-checkbox.adm-checkbox-checked .adm-checkbox-icon { diff --git a/app/layout.js b/app/layout.js index 907ab8a..e505cc1 100644 --- a/app/layout.js +++ b/app/layout.js @@ -84,7 +84,7 @@ export default function RootLayout({ children }) { {/* */} {/* */} - + {/* */} {/* */} {/* */} diff --git a/app/my/setting/editPassword/page.js b/app/my/setting/editPassword/page.js index ffa96a6..ae332a7 100644 --- a/app/my/setting/editPassword/page.js +++ b/app/my/setting/editPassword/page.js @@ -135,13 +135,11 @@ export default function EditPassword() { } Toast.show({ icon: "success", - content: "修改成功,请重新登录", + content: searchParams.get("is_enabled") == "0"?"密码设置成功":"密码修改成功", position: "top", }); if(searchParams.get("is_enabled") == "0"){ router.push("/") - }else{ - router.push("/login");signOut() } } catch (error) { console.error(error); @@ -273,9 +271,9 @@ export default function EditPassword() { {searchParams.get("is_enabled") == "0" && (
router.push(`/`)} - className="fixed bottom-6 w-full text-[#FF669E] text-xs text-center" + className="mt-4 w-full text-[#FFFFFF80] text-xs text-center" > - 跳过,稍后设置 + 跳过
)} diff --git a/app/space/page.js b/app/space/page.js index d7c167f..ecbd9f4 100644 --- a/app/space/page.js +++ b/app/space/page.js @@ -225,8 +225,8 @@ export default function Space() { ) : (
diff --git a/components/Photos/index.js b/components/Photos/index.js index cc39ede..85db502 100644 --- a/components/Photos/index.js +++ b/components/Photos/index.js @@ -71,6 +71,15 @@ export default function Photos({ setCurrentPhotos(newPhotos); } }, [media]); + useEffect(()=>{ + // window.addEventListener('resize', (e)=>{ + // // alert(window.innerHeight) + // setMaskHeight(window.innerHeight) + // }); + return ()=>{ + // window.removeEventListener("resize") + } + },[]) const showPhotos = (photos, index) => { currentIndex.current = index; const interval = setInterval(() => { @@ -135,6 +144,7 @@ export default function Photos({ photos[index]?.type == "hid" ? "mediaDom photos-body" : "mediaDom" }`; // mediaDom.appendChild(btns); + document.body.style.overflow = 'hidden'; ImageViewer.clear(); ImageViewer.Multi.show({ images: photos.map((item) => item?.url), @@ -167,6 +177,7 @@ export default function Photos({ afterClose: () => { mediaDom.remove(); clearInterval(interval); + document.body.style.overflow = 'auto'; }, classNames: { body: "photos-bodyBox" }, }); @@ -289,7 +300,7 @@ export default function Photos({ photos.length > 9 && (!seeAllPhotos ? (
+{currentPhotos.length} diff --git a/utils/tools/handleFuns.js b/utils/tools/handleFuns.js index 76f3f7b..0e020d1 100644 --- a/utils/tools/handleFuns.js +++ b/utils/tools/handleFuns.js @@ -66,7 +66,7 @@ export const handleShowVideo = (video) => {
-
+
{/*