* Finish task #36481.

This commit is contained in:
Yagami
2021-03-09 15:22:30 +08:00
parent f0db2b971d
commit 9516eeafff
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
$(function()
{
$("#mainHeader #navbar li[data-id='system']").addClass('active');
})
+4
View File
@@ -0,0 +1,4 @@
$(function()
{
$("#mainHeader #navbar li[data-id='system']").addClass('active');
})
+2
View File
@@ -43,3 +43,5 @@ th.table-nest-title .sort-down {padding-left: 5px;}
#productTableList .icon-product:before {content: '\e98f'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px}
.main-table thead>tr>th {padding: 0px 8px; line-height: 24px;}
.icon-move {color: #16a8f8}