H+ bootstrap框架中 多窗体的菜单底部有一个白线问题

最近在使用 H+ bootstrap框架中 发现 多窗体的菜单底部有一个白线问题,多少有些不完美。

 

 解决方案:

h+/css/style.css  在这个文件中

/*CONTENTTABS*/

.content-tabs {
    position: relative;
    height: 42px;  /* 菜单的高度 */
    background: #fafafa;
    line-height: 41px; /* 菜单 线的高度 原始为 40px */
}

其中 line-height 由原始的40px  改为 41px   即可解决这个问题

 

posted @ 2021-03-03 15:54  海乐学习  阅读(203)  评论(0编辑  收藏  举报