update. 优化图片链接新窗口打开

This commit is contained in:
2026-04-03 13:56:14 +08:00
parent 2595294116
commit 36e468f41c
+1 -1
View File
@@ -57,7 +57,7 @@
col-lg-3: 电脑端一行4个 (25%)
-->
<div class="col-6 col-md-4 col-lg-3">
<a href="{{ link.url }}" class="d-block">
<a href="{{ link.url }}" class="d-block" target="_blank">
<!-- img-fluid 让图片宽度 100% 自适应父容器 -->
<img class="img-fluid" src="{{ link.picture.url }}" alt="{{ link.name }}">
</a>