From a23166e4fac771238a90ae5ddc5b1e53a1c7afb8 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 25 Aug 2022 18:10:21 +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