Commit 4eb06991 authored by JoeyKo's avatar JoeyKo Committed by 陈帅

fix: hover effect (#3027)

change `width` to `min-width` in order to be compatible with the width of the globalheader's account is more than 160px
parent edb21516
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
margin-right: 8px; margin-right: 8px;
} }
:global(.ant-dropdown-menu-item) { :global(.ant-dropdown-menu-item) {
width: 160px; min-width: 160px;
} }
} }
......
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