From 332cfc74acba8d96df8fdcca567c2ed281428693 Mon Sep 17 00:00:00 2001 From: aipincaihuiying <981042545@qq.com> Date: Mon, 10 Oct 2022 11:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=87=E9=A2=98=E6=A0=8Fcs?= =?UTF-8?q?s=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MyView/MyPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MyView/MyPage.vue b/src/views/MyView/MyPage.vue index 6676251..6cc9209 100644 --- a/src/views/MyView/MyPage.vue +++ b/src/views/MyView/MyPage.vue @@ -10,7 +10,7 @@ <div class="d-page d-flex flex-column" style=" background-color: #ebedf0"> <div class="rarl"> - <person-bar :title="tatleName" :param="param" :login="true" style="width:100%; height: 245px;"> + <person-bar :title="tatleName" :param="param" :login="true" style="width:100%; height: calc(100vh - 62vh);"> </person-bar> </div> <div style="margin-top: 160px; position: absolute; width: 100%"> -- 2.22.0