From 0dfa5ba7abbf0f50859f3fcd146db9d0ff2b9686 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 31 May 2022 15:33:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/article/MyList.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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)=>{ From 9c3f596d5172314806206f0d4eef84604d9d58d8 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 31 May 2022 18:57:03 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=95=99=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/weikeContent.vue | 2196 ++++++++++++------------ 1 file changed, 1104 insertions(+), 1092 deletions(-) diff --git a/src/components/Course/weikeContent.vue b/src/components/Course/weikeContent.vue index 387c19ae..c437edf0 100644 --- a/src/components/Course/weikeContent.vue +++ b/src/components/Course/weikeContent.vue @@ -1,1092 +1,1104 @@ - - - - + + + + From f3d5577f588f4fb668c45dfc05b4650637c1a4cb Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 31 May 2022 19:07:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Article/shareItems.vue | 5 +++-- src/components/Qa/shareList.vue | 2 +- src/views/share/ToList.vue | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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/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/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 @@
-
+
-
+
没有查询到相关内容
暂无数据