diff --git a/src/components/Article/shareItems.vue b/src/components/Article/shareItems.vue index 3c9395df..19e694fb 100644 --- a/src/components/Article/shareItems.vue +++ b/src/components/Article/shareItems.vue @@ -134,14 +134,15 @@ export default { .readed{ font-size: 18px; color: #3e7fff; - margin-bottom: 6px; + // margin-bottom: 6px; } .noRead{ font-size: 18px; color:#FF3E3E; - margin-bottom: 6px; + // margin-bottom: 6px; } .title{ + line-height: 25px; margin-left: 10px; font-size: 18px; flex-shrink: 10000; diff --git a/src/components/Course/catalogCourseware.vue b/src/components/Course/catalogCourseware.vue index 1f734835..306a0902 100644 --- a/src/components/Course/catalogCourseware.vue +++ b/src/components/Course/catalogCourseware.vue @@ -353,6 +353,7 @@ // inject: [ "informationDetails" ], data(){ return { + converStatus:0, fileBaseUrl:process.env.VUE_APP_FILE_BASE_URL, curPdfPath:'', comTypes:[ @@ -496,6 +497,7 @@ }else{ apiCourseFile.detail(this.content.contentRefId).then(rs=>{ if(rs.status==200){ + this.converStatus = rs.result.converStatus; if(rs.result.previewFilePath){ this.curPdfPath=rs.result.previewFilePath; }else{ diff --git a/src/components/Qa/shareList.vue b/src/components/Qa/shareList.vue index bf68bc30..19693a1e 100644 --- a/src/components/Qa/shareList.vue +++ b/src/components/Qa/shareList.vue @@ -158,7 +158,7 @@ export default { justify-content: flex-start; align-items: center; span:first-of-type{ - margin-top: -2px; + // margin-top: -2px; } .title{ margin-left: 8px; diff --git a/src/views/article/MyList.vue b/src/views/article/MyList.vue index df0e673e..80dbafc9 100644 --- a/src/views/article/MyList.vue +++ b/src/views/article/MyList.vue @@ -24,7 +24,7 @@
-
搜索
+
搜索
重置
@@ -35,7 +35,7 @@
-
+
+
+
没有查询到相关内容
+
暂无数据
+
+
+
@@ -67,6 +74,7 @@ export default { }, data() { return { + isSearh:false, pageData: { pageIndex: 1, pageSize: 10, @@ -81,7 +89,10 @@ export default { this.getArticleList(); }, methods: { - + search(){ + this.isSearh = true; + this.getArticleList() + }, saveSuccess(data){ this.diagSync=false; this.articleList.pageIndex = 1; @@ -116,9 +127,11 @@ export default { }, reset(){ + this.pageData.keyword = '', this.pageData.status = '' - this.getArticleList() + this.getArticleList(); + this.isSearh = false; }, getQaUserData(list){ let ids=list.map((item,index)=>{ diff --git a/src/views/share/ToList.vue b/src/views/share/ToList.vue index 205a6706..6878033f 100644 --- a/src/views/share/ToList.vue +++ b/src/views/share/ToList.vue @@ -44,7 +44,7 @@
-
+
-
+
没有查询到相关内容
暂无数据