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 @@