From fa1bd95d533444d7360d1ada127b7a3279a3901f Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 26 Aug 2022 18:43:56 +0800
Subject: [PATCH] 新增图组等上传支持 新增编辑页

---
 src/components/mini/box12-comment.vue |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/components/mini/box12-comment.vue b/src/components/mini/box12-comment.vue
index 28c0ab0..c3d651a 100644
--- a/src/components/mini/box12-comment.vue
+++ b/src/components/mini/box12-comment.vue
@@ -270,6 +270,8 @@
 		justify-content: flex-end;
 	}
 
+
+
 	.commentList {
 		a {
 			color: black;
@@ -306,9 +308,14 @@
 		}
 
 		.commentGroup {
-			border-top: 1px solid #e5e9ef;
-			margin-bottom: 5px;
 			padding-bottom: 0px;
+			border-bottom: 1px solid #e5e9ef;
+		}
+
+		.commentGroup:hover {
+			background: #e5e9ef;
+			border-radius: 14px;
+			border-bottom:none
 		}
 
 		.ant-comment-content-detail {
@@ -319,5 +326,9 @@
 				margin-bottom: 0px;
 			}
 		}
+
+
+
+
 	}
 </style>

--
Gitblit v1.9.1