diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 27b3a2e9..e2c787db 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -442,6 +442,7 @@ .xindex-content{ width: 1100px; } + .personal-panel{ width: 300px; height: 320px; @@ -686,6 +687,9 @@ @media screen and (max-width: 1680px) and (min-width:1367px){ .xindex-content{ width: 1366px; + } + .interestwid{ + } .personal-panel{ width: 356px; diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 889e2cb6..2ad54e10 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -3,8 +3,11 @@ :close-on-click-modal="false" :visible.sync="interestCollection" :append-to-body="true" - width="967px"> -
+ min-width="770px" + max-width="950px" + + > +

{{sys.name}}

@@ -105,6 +108,9 @@