处理了title bar样式问题
This commit is contained in:
parent
0a1bda04fd
commit
78357f4a4e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user