From 490e4cebe938607b95a87a4f1d1c8924c0324e5a Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 8 Jun 2022 17:27:12 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 0b4aec5d..eb937c1e 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -82,7 +82,7 @@
-
+
@@ -816,10 +816,11 @@ export default { } .case-list { - margin: 8px 0; + border-bottom: 1px solid #dfdfdf; + margin: 8px 0px; padding-bottom: 15px; - padding-left: 10px; - padding-right: 10px; + padding-left: 5px; + padding-right: 5px; } .case-image { width: 230px; @@ -827,10 +828,11 @@ export default { float: left; border: 1px solid #eee; } + .case-info { - - .case-info { - border-bottom: 1px solid #dfdfdf; + + .case-info-cont { + .case-info-title { font-size: 15px; color: #333; @@ -878,6 +880,7 @@ export default { } } } + } } .search-div { From 260f06fdf32dcd791dae2f8763dc44cb7189d270 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 8 Jun 2022 17:57:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=8F=AA=E7=9C=8B=E6=A1=88=E4=B8=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/comments.vue | 1 - src/views/portal/case/Index.vue | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index cdfcdc6c..31092a0e 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -320,7 +320,6 @@ this.loadData(); }, inputValue(val,oldVal) { - console.log("333333"); let fu = val.substr(-1); if(fu == '@'&&!oldVal) { this.toUserId = ''; diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index eb937c1e..a38b8126 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -71,7 +71,7 @@ - + 最热 @@ -112,7 +112,7 @@ {{displayAll(item)}} - + {{item.isAll?'收起':'展开'}}
@@ -134,7 +134,7 @@
- +
@@ -368,8 +368,8 @@ export default { }, //展示全部 displayAll(item) { - if (!item.isAll && item.summary && item.summary.length > 190) { - return item.summary.slice(0, 190) + "..."; + if (!item.isAll && item.summary && item.summary.length > 180) { + return item.summary.slice(0, 180) + "..."; } return item.summary; }, @@ -830,9 +830,9 @@ export default { } .case-info { - + .case-info-cont { - + .case-info-title { font-size: 15px; color: #333; @@ -880,7 +880,7 @@ export default { } } } - + } } .search-div { From 4fa421517901fc196805c22aa28e1af7ceafb72b Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 8 Jun 2022 18:19:39 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E8=AF=8D=E6=94=B9=E6=88=90=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 91424e95..e236872f 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -26,7 +26,7 @@
- + From c96fe73d913c966df4be7848672f43ec23666a36 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 8 Jun 2022 18:29:28 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index a38b8126..eba4c178 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -65,13 +65,8 @@
- - - - - 最热 @@ -118,7 +113,7 @@
-
+