Commit 5f63adb9 authored by TZW's avatar TZW

dropdown

parent 07e6443e
...@@ -210,7 +210,7 @@ const AvatarDropdown = ({ menu }) => { ...@@ -210,7 +210,7 @@ const AvatarDropdown = ({ menu }) => {
</Avatar> </Avatar>
<span className={`${styles.name} anticon`} style={{ margin: '0 12px' }}> <span className={`${styles.name} anticon`} style={{ margin: '0 12px' }}>
{currentUser.username} {currentUser.fullName}
</span> </span>
</span> </span>
</HeaderDropdown> </HeaderDropdown>
......
...@@ -120,7 +120,7 @@ ol { ...@@ -120,7 +120,7 @@ ol {
font-size: 16px !important; font-size: 16px !important;
.ant-tabs-tab-btn { .ant-tabs-tab-btn {
color: @primary-color !important; color: @primary-color !important;
} }
} }
...@@ -512,4 +512,8 @@ ol { ...@@ -512,4 +512,8 @@ ol {
.ant-form-item-label { .ant-form-item-label {
pointer-events: none; pointer-events: none;
}
.container___gD5n4 {
z-index: 9999 !important;
} }
\ No newline at end of file
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