处理了title bar样式问题

This commit is contained in:
wanggeng 2022-06-10 01:08:54 +08:00
parent 0a1bda04fd
commit 78357f4a4e

View File

@ -54,7 +54,7 @@
</a>
<div class="system-box">
<div class="system-item-list">
<a th:href="${system.menuUrl}" class="system-item" th:title="${system.menuName}" th:each="system: ${systems}">
<a th:href="${system.menuUrl}" class="system-item" th:title="${system.menuName}" th:each="system: ${systems}" style="color: #000 !important;">
<span>
<i th:class="${system.menuIcon}"></i>
</span>