diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 1cff2059..2f54b449 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -444,6 +444,9 @@ } // boe-index @media screen and (max-width: 1366px){ + .portal-input{ + width: 260px; + } .btn-user{ width: 70px; } @@ -726,6 +729,9 @@ } } @media screen and (max-width: 1680px) and (min-width:1367px){ + .portal-input{ + width: 280px; + } .btn-user{ width: 75px; } @@ -1014,6 +1020,9 @@ } @media screen and (max-width: 1920px) and (min-width: 1681px){ + .portal-input{ + width: 290px; + } .btn-user{ width: 80px; } @@ -1289,6 +1298,9 @@ .btn-user{ width: 80px; } + .portal-input{ + width: 300px; + } .course-banner {// 首页banner导航条样式 .swiper-button-prev{ left: 44%; diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 7c747e16..24d76a4e 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -55,8 +55,8 @@
-
- +
+ @@ -303,6 +303,7 @@ export default {