From 1963214d14f3d413bbb1e74dc0a4fc5d5e9faec1 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Sun, 9 Jul 2023 10:55:48 +0800 Subject: [PATCH] =?UTF-8?q?AddFeature=EF=BC=9A=E6=B7=BB=E5=8A=A0Tooltip?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8F=8B=E9=93=BE=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在链接处添加 data-tooltip-target 添加内容 Signed-off-by: XiaoLFeng --- resources/views/function/link.blade.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/views/function/link.blade.php b/resources/views/function/link.blade.php index f163147..5bc93c4 100644 --- a/resources/views/function/link.blade.php +++ b/resources/views/function/link.blade.php @@ -30,7 +30,12 @@ class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translat
@foreach($blogLink as $valueLink) @if($valueLink->blogLocation == $valueSort->id) - + +