diff --git a/src/compenents/header/index.tsx b/src/compenents/header/index.tsx
index 5158461..fac927d 100644
--- a/src/compenents/header/index.tsx
+++ b/src/compenents/header/index.tsx
@@ -41,15 +41,12 @@ export const Header: React.FC = () => {
-
+
+

+
+
diff --git a/src/index.less b/src/index.less
index d1696c8..ca75570 100644
--- a/src/index.less
+++ b/src/index.less
@@ -82,10 +82,10 @@ code {
flex-direction: column;
}
-.c-default{
+.c-default {
font-size: 14px;
font-weight: 400;
- color: rgba(0,0,0,0.88);
+ color: rgba(0, 0, 0, 0.88);
line-height: 22px;
}
@@ -174,3 +174,7 @@ textarea.ant-input {
.ant-menu-item-only-child > .ant-menu-title-content {
font-weight: 400 !important;
}
+
+.ant-dropdown-menu-item:hover {
+ background-color: rgba(#ff4d4f, 0.1) !important;
+}