Commit b9fc536e722bdfb27e0a3ce66a0588521cb09649

Authored by Min
1 parent 715e1692

1.处理newrecor周围页签都变灰色得样式问题

Showing 1 changed file with 3 additions and 0 deletions
src/components/Tab/index.less
... ... @@ -68,6 +68,9 @@
68 68 color: #fff;
69 69 }
70 70 }
  71 + .ant-tabs-tab-disabled{
  72 + color: rgba(0, 0, 0, 0.25)!important;
  73 + }
71 74 .ant-tabs-ink-bar{
72 75 visibility: visible;
73 76 background: var(--xly-skin-active-color, @active_color);
... ...