diff --git a/app/globals.css b/app/globals.css index f9f8416..9112745 100644 --- a/app/globals.css +++ b/app/globals.css @@ -150,7 +150,7 @@ body{ height:32px; } .adm-image-viewer-slides .adm-image-viewer-slide{ - margin-right: 0; + /* margin-right: 0; */ } .videoMask{ @@ -233,4 +233,8 @@ body{ height: max-content; width: max-content; border-radius: 0.25rem; +} + +.photos-bodyBox{ + width: 100vw; } \ No newline at end of file diff --git a/app/login/page.js b/app/login/page.js index 3536bb3..8f01931 100644 --- a/app/login/page.js +++ b/app/login/page.js @@ -365,14 +365,14 @@ const LoginBtn = ({ loginInfo, setLoginInfo, type, handleSubmit }) => { 我已阅读并同意 router.push(`/doc/useragreement`)} + onClick={() => router.push(`webView/${encodeURIComponent("/doc/useragreement")}`)} className="text-[#FF669E] text-xs" > 《用户协议》 router.push(`/doc/useragreement`)} + onClick={() => router.push(`webView/${encodeURIComponent("/doc/privatypolicy")}`)} className="text-[#FF669E] text-xs" > 《隐私政策》 diff --git a/app/my/setting/aboutUs/page.js b/app/my/setting/aboutUs/page.js index b6eb79b..840b866 100644 --- a/app/my/setting/aboutUs/page.js +++ b/app/my/setting/aboutUs/page.js @@ -39,7 +39,7 @@ export default function AboutUs() {