ant design 修改tab样式

.ant-tabs-ink-bar{
  background-color: transparent !important;
}

.ant-tabs-top .ant-tabs-ink-bar-animated:before{
  content: " ";
  background-color: red;
  width: 50px;
  height: 2px;
  position: absolute;
  margin: auto;
  margin-left: 25%;


}

 

posted @ 2019-04-08 11:08  leechg  阅读(6551)  评论(0编辑  收藏  举报