From a991e89a2bdefbe622a13637b3929db377697021 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 23 Mar 2023 13:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=B8=8D=E8=83=BD=E4=B8=8A=E4=B8=8B=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ns-login/ns-login.vue | 4 ++++ pages.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/ns-login/ns-login.vue b/components/ns-login/ns-login.vue index eae3390..ccb2256 100644 --- a/components/ns-login/ns-login.vue +++ b/components/ns-login/ns-login.vue @@ -902,6 +902,10 @@ export default { width: 100vw!important; .complete-info-wrap{ width: calc(100vw - 80rpx)!important; + max-height: 80vh; + overflow: auto; + border-top-right-radius: 30rpx; + border-top-left-radius: 30rpx; .head { position: relative; diff --git a/pages.json b/pages.json index b5fd45a..0195c8d 100644 --- a/pages.json +++ b/pages.json @@ -904,7 +904,7 @@ // #ifdef H5 "navigationStyle": "custom", // #endif - "navigationBarTitleText": "分销商升级申请" + "navigationBarTitleText": "代理申请" } } ]