Commit 5f63adb9 authored by TZW's avatar TZW

dropdown

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