a标签#更换为javascript:;

This commit is contained in:
RuoYi
2023-09-27 18:01:45 +08:00
parent e4e2faa93b
commit ff6845f5ce
47 changed files with 324 additions and 324 deletions

View File

@ -29,7 +29,7 @@
<li th:if="${tasks != null}" th:each="item : ${tasks}" class="warning-element">
[[${item.name}]]
<div class="agile-detail">
<a href="#" class="pull-right btn btn-xs btn-white">[[${item.type}]]</a>
<a href="javascript:;" class="pull-right btn btn-xs btn-white">[[${item.type}]]</a>
<i class="fa fa-clock-o"></i>
[[${item.date}]]
</div>