导航菜单-收起首页文字提示tooltip样式

This commit is contained in:
刘彦泽
2023-02-13 15:36:54 +08:00
parent ab418398b2
commit 88e1414de1
+13
View File
@@ -193,4 +193,17 @@
padding-top: 12px!important;
padding-bottom: 12px!important;
}
.ant-tooltip-inner {
color: #333;
background-color: #fff !important;
}
.ant-tooltip-arrow::before {
background-color: #fff !important;
}
.ant-menu-inline-collapsed-tooltip a {
color: #333 !important;
}
</style>