From 093609612165e869392f0fefb3b3af25cfc6e00b Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 14 Jun 2022 18:46:47 +0800 Subject: [PATCH] =?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/App.vue | 7 ++++++- src/views/Index.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 253a2d0a..1b3fb6aa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,5 +31,10 @@ .u-page{ padding: 10px; } - +.text-tooltip{ + background: #efeff1 !important; + border: 1px solid #e7e7e7 !important; + box-shadow: 0px 1px 5px 1px rgba(92,98,111,.3); +} + diff --git a/src/views/Index.vue b/src/views/Index.vue index abb9298e..4ea8e1b9 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -460,7 +460,7 @@ export default { orderField: 'id' }; if (this.caseList.orderType == 2) { - params.orderField = 'praises'; + params.orderField = 'comments'; } apiCase.indexList(params).then(res => { if (res.status == 200) {