mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
fix(tags): 修复开启标签颜色时侧边标签颜色展示错误问题
This commit is contained in:
parent
61492ad105
commit
5e0d301095
@ -15,6 +15,6 @@
|
|||||||
th:each="tag : ${tags}"
|
th:each="tag : ${tags}"
|
||||||
th:href="@{${tag.status.permalink}}"
|
th:href="@{${tag.status.permalink}}"
|
||||||
th:text="${tag.spec.displayName}"
|
th:text="${tag.spec.displayName}"
|
||||||
th:style="${enableTagsColor? 'color: ' + tag.spec.color +'; border-color: ' + tag.spec.color +'20;' : ''}"></a>
|
th:style="${enableTagsColor? 'color: ' + tag.spec.color +'; border-color: ' + tag.spec.color +'; background: ' + tag.spec.color +'20;' : ''}"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user