GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b9fc536e722bdfb27e0a3ce66a0588521cb09649
Authored by
Min
2025-07-07 12:00:44 +0800
1 parent
715e1692
1.处理newrecor周围页签都变灰色得样式问题
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Tab/index.less
src/components/Tab/index.less
View file @
b9fc536
...
...
@@ -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);
...
...