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