diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 5c87787..ad01042 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/styles/antd.less b/src/styles/antd.less index 2da5faa..59b2896 100644 --- a/src/styles/antd.less +++ b/src/styles/antd.less @@ -16,6 +16,9 @@ .ant-menu-inline { border-right: 1px solid transparent !important; } +.ant-menu-inline-collapsed { + border-right: 1px solid transparent !important; +} .ant-menu-inline > .ant-menu-item { color: #fff; } @@ -31,3 +34,24 @@ .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { background-image: linear-gradient(to right, rgba(247, 249, 251, 1), rgba(247, 249, 251, 1)) !important; } +.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title { + color: #fff !important; +} +.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .anticon { + color: #1990fe !important; +} +.ant-menu-inline-collapsed > .ant-menu-item { + color: #fff !important; +} +.ant-menu-inline-collapsed > .ant-menu-item .anticon { + color: #fff !important; +} +.ant-menu-inline-collapsed > .ant-menu-submenu-selected { + color: #1990fe !important; +} +.ant-menu-vertical > .ant-menu-item { + color: #fff !important; +} +.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { + color: #1990fe !important; +} diff --git a/src/views/Layout/index.vue b/src/views/Layout/index.vue index ee53600..3b56b5d 100644 --- a/src/views/Layout/index.vue +++ b/src/views/Layout/index.vue @@ -1,7 +1,7 @@