From f41bf46b6dacf3b7181367301e730c61da5c696f Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 10 Oct 2022 18:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=AA=E4=BA=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/portal.scss | 12 ++++++++++++ src/components/HomePage/homePage.vue | 4 ++-- src/views/homepage/Index.vue | 1 - src/views/homepage/page.vue | 1 - src/views/portal/follow/index.vue | 1 - 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss index 1f016b50..f78f3d35 100644 --- a/src/assets/styles/portal.scss +++ b/src/assets/styles/portal.scss @@ -306,6 +306,9 @@ body {margin: 0px;padding: 0px;} .xcontent2{ width: 1100px; } + .home-page-right{ + width: 330px; + } .rankimg{ width:66px; height:38px; @@ -342,6 +345,9 @@ body {margin: 0px;padding: 0px;} height:42px; float: left; } + .home-page-right{ + width: 355px; + } .xcontent2-minor{ width: 300px; } @@ -368,6 +374,9 @@ body {margin: 0px;padding: 0px;} height:42px; float: left; } + .home-page-right{ + width: 395px; + } .xcontent2-minor{ width: 400px; } @@ -389,6 +398,9 @@ body {margin: 0px;padding: 0px;} .xcontent2{ width: 1880px; } + .home-page-right{ + width: 395px; + } .rankimg{ width:96px; height:52px; diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 5a4c1522..67dd64de 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -1,5 +1,5 @@