From 75bdab36bff74bf075297d815d819f5cc0c240d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 13 Mar 2026 10:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E8=B5=9E=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/plugins.css | 23 ++++++++++++++++++- .../plugins/video/components/comment-info.vue | 4 ++-- .../plugins/video/components/comment-more.vue | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/common/css/plugins.css b/common/css/plugins.css index a0f17923..6e225cf7 100644 --- a/common/css/plugins.css +++ b/common/css/plugins.css @@ -272,4 +272,25 @@ transform: translateX(-50%) !important; } } -/* #endif */ \ No newline at end of file +/* #endif */ + +/** + * 扩大可点击区域 + */ +.overlay-content { + position: relative; + /* #ifdef APP-NVUE */ + padding: 4rpx 20rpx; + /* #endif */ +} +/* #ifdef APP-NVUE */ +.overlay-content::before { + content: ''; + position: absolute; + top: -20rpx; + left: -20rpx; + right: -20rpx; + bottom: -20rpx; + z-index: 1; +} + /* #endif */ diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue index 508faa24..fea7848b 100644 --- a/pages/plugins/video/components/comment-info.vue +++ b/pages/plugins/video/components/comment-info.vue @@ -6,7 +6,7 @@ {{ propComment.user.user_name_view }} - + @@ -34,7 +34,7 @@ {{ propComment.add_time }} {{ propReplyContent || $t('common.reply') }}({{ propComment.comments_count }}) - + {{ propComment.give_thumbs_count || 0 }} diff --git a/pages/plugins/video/components/comment-more.vue b/pages/plugins/video/components/comment-more.vue index fd0f5dea..c7720cb6 100644 --- a/pages/plugins/video/components/comment-more.vue +++ b/pages/plugins/video/components/comment-more.vue @@ -1,5 +1,5 @@