Your Name 4 年之前
父節點
當前提交
cc0d438bd6
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. 1
    0
      src/components/GlobalHeader/RightContent.jsx
  2. 1
    1
      src/components/GlobalHeader/index.less

+ 1
- 0
src/components/GlobalHeader/RightContent.jsx 查看文件

@@ -14,6 +14,7 @@ const GlobalHeaderRight = (props) => {
14 14
   return (
15 15
     <div className={className}>
16 16
       <Avatar />
17
+      <div style={{ width: '1em', display: 'inline-block' }} />
17 18
     </div>
18 19
   );
19 20
 };

+ 1
- 1
src/components/GlobalHeader/index.less 查看文件

@@ -7,7 +7,7 @@
7 7
     margin-right: 8px;
8 8
   }
9 9
   :global(.ant-dropdown-menu-item) {
10
-    min-width: 160px;
10
+    min-width: 120px;
11 11
   }
12 12
 }
13 13