Commit d247ab26 authored by afc163's avatar afc163

Fix some detail style

parent 3472590f
@import '~antd/lib/style/themes/default.less'; @import '~antd/lib/style/themes/default.less';
@pro-header-hover-bg: rgba(0, 0, 0, 0.025);
.header { .header {
height: 64px; height: 64px;
padding: 0 12px 0 0; padding: 0 12px 0 0;
...@@ -39,7 +41,7 @@ i.trigger { ...@@ -39,7 +41,7 @@ i.trigger {
transition: all 0.3s, padding 0s; transition: all 0.3s, padding 0s;
padding: 22px 24px; padding: 22px 24px;
&:hover { &:hover {
background: @primary-1; background: @pro-header-hover-bg;
} }
} }
...@@ -58,10 +60,10 @@ i.trigger { ...@@ -58,10 +60,10 @@ i.trigger {
color: @text-color; color: @text-color;
} }
&:hover { &:hover {
background: @primary-1; background: @pro-header-hover-bg;
} }
:global(&.ant-popover-open) { :global(&.ant-popover-open) {
background: @primary-1; background: @pro-header-hover-bg;
} }
} }
.search { .search {
......
...@@ -45,8 +45,7 @@ ...@@ -45,8 +45,7 @@
background-color: white; background-color: white;
.logo { .logo {
background: white; background: white;
border-bottom: 1px solid @border-color-split; box-shadow: 1px 1px 0 0 @border-color-split;
box-shadow: 1px 0 0 0 @border-color-split;
h1 { h1 {
color: @primary-color; color: @primary-color;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment