-
+
推荐问答
最热
@@ -545,7 +548,7 @@
},
getAnkingData() { // 文章排行榜
- apiIndex.articleViews(7).then(res => {
+ apiIndex.articleViews(10).then(res => {
if (res.status == 200) {
this.ankingList = res.result;
}
@@ -1227,13 +1230,19 @@
.case-inter {
position: absolute;
- // left: 30px;
- // bottom: 30px;
- display: flex;
- // ::v-deep .el-avatar--small{
- // width: 32px;
- // height: 32px;
- // }
+ width: 100%;
+ .case-inter-box{
+ display: flex;
+ margin-right: 35px;
+
+ .case-inter-left{
+ flex: 1;
+ }
+ .interact-bar-index{
+ margin-left: auto;
+ }
+ }
+
}
.case-top {
From d80acb4ca55ac994f01be049fc3f67eb7170a635 Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 13 Oct 2022 17:27:02 +0800
Subject: [PATCH 2/4] =?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/views/portal/article/Index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/portal/article/Index.vue b/src/views/portal/article/Index.vue
index 109e490b..55121590 100644
--- a/src/views/portal/article/Index.vue
+++ b/src/views/portal/article/Index.vue
@@ -48,7 +48,7 @@
-
+
From fe59f104a5a1f6cea9a7a3dcda6bdaff97458d8a Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 13 Oct 2022 18:30:34 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E8=B0=83=E6=95=B4@=E6=88=91=E7=9A=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/article/contactMine.vue | 105 +++++++++++++++++++-----------
1 file changed, 68 insertions(+), 37 deletions(-)
diff --git a/src/views/article/contactMine.vue b/src/views/article/contactMine.vue
index 65e14973..66cac92d 100644
--- a/src/views/article/contactMine.vue
+++ b/src/views/article/contactMine.vue
@@ -5,57 +5,63 @@
假如我回复了难道不该显示回复内容吗?
-
-
+
+
-
-
-
+
搜索
重置
-
-
-
+
+
+
+ {{item.sysCreateBy}}@我
+
+
+ {{item.sysCreateTime}}
+
+
-
+
+
+
+
【{{ filterObjType(item.objType) }}】
{{ item.title }}
+
+

+
回复
+
-
-
- {{item.sysCreateBy}}@我
-
-
+
- {{item.sysCreateTime}}
-
-
- 回复
+
+
@@ -342,6 +348,29 @@ export default {