mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
fix: problem of tooltip color in collapsed menu; 🐛
修复:折叠菜单下的气泡提示窗文字颜色问题;
This commit is contained in:
parent
d593670835
commit
7bfb900e59
3
src/theme/antd/ant-menu.less
Normal file
3
src/theme/antd/ant-menu.less
Normal file
@ -0,0 +1,3 @@
|
||||
.ant-menu-inline-collapsed-tooltip a{
|
||||
color: @text-color-inverse;
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
@import "ant-time-picker";
|
||||
@import "ant-message";
|
||||
@import "ant-table";
|
||||
@import "ant-menu";
|
Loading…
x
Reference in New Issue
Block a user