diff --git a/lib/pages/video/detail/introduction/view.dart b/lib/pages/video/detail/introduction/view.dart index aac1d657..17116b8a 100644 --- a/lib/pages/video/detail/introduction/view.dart +++ b/lib/pages/video/detail/introduction/view.dart @@ -276,7 +276,7 @@ class _VideoInfoState extends State with TickerProviderStateMixin { WidgetSpan( child: Visibility( visible: widget.videoDetail!.copyright == 2, - child: const PBadge(text: '转载', type: 'color'), + child: const PBadge(text: '转载', type: 'color', stack: 'relative'), ), ), const TextSpan(text: ' '),