diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 8393bb6b..0c15192c 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -437,6 +437,9 @@ } // boe-index @media screen and (max-width: 1366px){ + .xindex-case .case-conent .cast-time{ + font-size: 13px !important; + } .portal-index-title{ font-size: 14px; font-weight: 500; @@ -482,11 +485,11 @@ padding: 10px 40px; .personal-box { margin-left: 0px; - margin-top: 10px; + // margin-top: 10px; margin-bottom: 0px; } .personal-ul{ - margin-top: 7px; + margin-top: 0px; } } @@ -499,7 +502,7 @@ margin-bottom: 20px; .xindex-course-image{ - width: 220px; + width: 213px; height: 123px; ::v-deep .course-image{ height: 100% !important; @@ -550,7 +553,7 @@ height: 69px; } .case-conent{ - width: 200px; + width: 220px; height: 169px; // top:20px; // left:25px; diff --git a/src/components/Article/shareItems.vue b/src/components/Article/shareItems.vue index 13f2e825..92d27556 100644 --- a/src/components/Article/shareItems.vue +++ b/src/components/Article/shareItems.vue @@ -135,6 +135,7 @@ export default { font-size: 16px; color: #333333; font-weight: 600; + word-break:break-all; span{ font-size: 16px; margin-left: -9px; diff --git a/src/components/Case/caseItems.vue b/src/components/Case/caseItems.vue index 30da5b9f..40fc3fd5 100644 --- a/src/components/Case/caseItems.vue +++ b/src/components/Case/caseItems.vue @@ -121,6 +121,7 @@ export default { font-size: 16px; color: #333333; font-weight: 600; + word-break:break-all; span{ font-size: 16px; margin-left: -9px; diff --git a/src/components/Course/shareItem.vue b/src/components/Course/shareItem.vue index c71d7e3b..f3c2383a 100644 --- a/src/components/Course/shareItem.vue +++ b/src/components/Course/shareItem.vue @@ -166,6 +166,7 @@ export default { font-size: 16px; color: #333333; font-weight: 600; + word-break:break-all; span{ font-size: 16px; margin-left: -9px; diff --git a/src/components/Qa/shareList.vue b/src/components/Qa/shareList.vue index b93e2011..00f7b615 100644 --- a/src/components/Qa/shareList.vue +++ b/src/components/Qa/shareList.vue @@ -136,6 +136,7 @@ export default { font-size: 16px; color: #333333; font-weight: 600; + word-break:break-all; span{ font-size: 16px; margin-left: -9px; diff --git a/src/views/exam/MyExamTask.vue b/src/views/exam/MyExamTask.vue index a83c3db3..6f19d374 100644 --- a/src/views/exam/MyExamTask.vue +++ b/src/views/exam/MyExamTask.vue @@ -181,15 +181,16 @@ font-size: 14px; margin-top: 18px; display: flex; - div{ - margin-right: 40px; - } + justify-content: space-between; + // div{ + // margin-right: 40px; + // } } } .task-btns { text-align: right; margin-top: 40px; - width: 100px; + width: 150px; // height: 44px; } } diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index b1302193..cfe4c1e4 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -734,7 +734,6 @@ export default { if (res.status == 200) { this.messageSave("set"); //消息 - console.log(data,'data'); let event = { key: "AnswerBest",//设置为最佳答案 title: "回答被选为最佳答案",// @@ -747,7 +746,6 @@ export default { aname: this.userInfo.name,//当前人的姓名 status: 1 //状态,直接写1 } - console.log(event,'event'); this.$store.dispatch("userTrigger", event); this.loadAnswer(); this.getQuestionDetail(); diff --git a/src/views/qa/MyList.vue b/src/views/qa/MyList.vue index 1b502e4c..74a87fb2 100644 --- a/src/views/qa/MyList.vue +++ b/src/views/qa/MyList.vue @@ -4,7 +4,7 @@
-
我的提问
+
我的提问
diff --git a/src/views/study/Courses.vue b/src/views/study/Courses.vue index a4b9e149..2d1963b1 100644 --- a/src/views/study/Courses.vue +++ b/src/views/study/Courses.vue @@ -2,7 +2,7 @@
-
我报名的
+
我报名的
diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index 7c51d3b7..dcb505a0 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -441,7 +441,7 @@ }, legend: { top: 'center', - right: 100, + right: 60, orient: 'vertical', itemWidth: 8, itemHeight: 8,