新增table选中背景色

修复普通用户打开菜单管理内容为空(缺少字段)
This commit is contained in:
cain
2019-07-19 12:38:57 +08:00
parent adbf5b05ec
commit 05331eb99d
2 changed files with 81 additions and 76 deletions

View File

@ -7065,4 +7065,9 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
top: 0px;
z-index: 9998;
margin: 0;
}
.selected{
background-color: #E8F7FD;
color: #1890ff;
}