新闻详情

这里有您想知道的最新资讯与动态

技术中心   /   新闻详情



Zabbix去掉头部导航菜单
  • 作者:lxz
  • 发表时间:2018-1-28 10:28
  • 来源:未知

解决办法:修改CSS样式表

替换以下样式

.table {
top: -20px;
display: table; }

.top-nav-container {
height:0px;
top: -45px;
line-height: 0px;
padding: 0 10px 0 10px;
position: relative;
background-color: #fff; }

.top-subnav-container {
top: -30px;
line-height: 30px;
background-color: #0a466a;
position: relative;