feat: dashboard

This commit is contained in:
jialin
2024-05-22 09:29:30 +08:00
parent a416bc7eab
commit 46a9e6a931
21 changed files with 1522 additions and 53 deletions
+7 -1
View File
@@ -207,8 +207,14 @@ body {
.ant-pro-layout {
.ant-pro-sider {
.ant-menu {
.ant-menu-item:not(.ant-menu-item-selected) {
color: var(--ant-color-text);
}
.ant-menu-item:hover {
color: inherit;
color: var(--ant-color-text);
}
.ant-menu-item.ant-menu-item-selected:hover {
color: var(--ant-color-primary);
}
}
}