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/NoteUpload/index.vue b/src/components/NoteUpload/index.vue index 8052f9b8..8460c8ad 100644 --- a/src/components/NoteUpload/index.vue +++ b/src/components/NoteUpload/index.vue @@ -40,7 +40,7 @@ :limit="limit">
将文件拖到此处,或点击上传
-
支持拓展名:支持扩展名:{{ty}}, 图片支持批量上传,最多9张
+
支持拓展名:支持扩展名:{{ty}} 图片支持批量上传,最多9张
diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue index 6d717b72..11bb4366 100644 --- a/src/components/Portal/guideBox.vue +++ b/src/components/Portal/guideBox.vue @@ -86,16 +86,17 @@ if(width < 1366) { this.clientWidth = '688px'; } + //这里必须放在当前的Session存储中,不能每次都调用 - apiGuide.hasUser().then(res=>{ - if(res.result) { - this.guideCollection = false; - } else { - this.guideCollection = true; - - } - }); - + // apiGuide.hasUser().then(res=>{ + // if(res.result) { + // this.guideCollection = false; + // } else { + // this.guideCollection = true; + + // } + // }); + //只是在显示时才调用 this.getlist(); 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 {