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 @@
-
-