diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 0c15192c..9249734d 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -451,7 +451,7 @@ width: 260px; } .case-inter-orgin{ - width: 56%; + // width: 56%; } .btn-user{ width: 70px; @@ -714,7 +714,7 @@ } @media screen and (max-width: 1680px) and (min-width:1367px){ .case-inter-orgin{ - width: 47%; + // width: 47%; } .portal-index-title{ font-size: 16px; diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index e0db020e..0ffa22c6 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -50,7 +50,7 @@
- + {{ formatNum(data.views)}}
diff --git a/src/views/Index.vue b/src/views/Index.vue index c927e315..09af0469 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1167,7 +1167,7 @@ .case-inter-orgin{ // width: 45%; - float: left; + // float: left; margin-left: 5px; line-height: 30px; font-size: 14px; @@ -1583,7 +1583,7 @@ width: 100%; .case-inter-box{ display: flex; - margin-right: 35px; + margin-right: 46px; .case-inter-left{ flex: 1; @@ -1591,6 +1591,9 @@ } .interact-bar-index{ margin-left: auto; + ::v-deep .svg-icon{ + padding-top: 6px; + } } } diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index e2bf1578..06f9974f 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -104,8 +104,7 @@

好评榜

人气榜

diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 81b3f74c..d156e4de 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -78,9 +78,11 @@ +
- +
+
{{ orgDomainTranslate(item.orgDomain) }}
{{ orgDomainTranslate(item.orgDomainParent) }}
@@ -91,7 +93,7 @@
{{ item.keyword4 }}
{{ item.keyword5 }}
-
+
{{ item.summary }} @@ -112,11 +114,11 @@
加载更多 数据加载中 - - + +
暂无案例,请优先学习其它案例吧~
- 没有查询到相关内容 +
diff --git a/src/views/study/Courses.vue b/src/views/study/Courses.vue index 2d1963b1..00d46855 100644 --- a/src/views/study/Courses.vue +++ b/src/views/study/Courses.vue @@ -316,11 +316,11 @@ computed: { // this.$router.push({path:'/course/micro',query:{id:item.courseId}}) // } // if(item.courseType==20){ - if(item.progress>0 && item.progress<100) { + // if(item.progress>0 && item.progress<100) { this.$router.push({path:'/course/studyindex',query:{id:item.courseId}}) - } else { - this.$router.push({path:'/course/detail',query:{id:item.courseId}}) - } + // } else { + // this.$router.push({path:'/course/detail',query:{id:item.courseId}}) + // } // } }