修复隐藏退出登录等,登录不上问题

master
孙亮 7 months ago
parent 7c4b1fac11
commit ca0284f2df

@ -168,7 +168,6 @@ const RightInfo = () => {
<div className={styles.luna_right_info} onMouseEnter={() => {
setShowFuncs(true)
}}>
<div style={{marginLeft: 8, whiteSpace: "nowrap"}}><span id='MSGNUM' style={{fontSize:'16PX',color:'rgb(225 70 70)'}}>{`您有${msgnum}条待办`}</span></div>
{/* <Popover open={showFuncs} placement={"bottomRight"} content={
<div style={{width: "114px"}} onMouseLeave={() => {
@ -223,7 +222,7 @@ const RightInfo = () => {
<span style={{color: "#333", marginLeft: 8}}>退</span>
</a>
</div>
}>
}> */}
<Dropdown overlay={
<Menu items={[
{key: "changePassword", icon: <KeyOutlined style={{color: "var(--daye-primary-color)"}} />, label: <span style={{color: "var(--daye-primary-color)"}}></span>, onClick: () => {
@ -268,11 +267,11 @@ const RightInfo = () => {
}},
]}></Menu>
}>
<div className={styles.info_content} onClick={() => {
{/* <div className={styles.info_content} onClick={() => {
}}>
<img src="/statics/home/ustb-logo.jpg" width={128} height={32} className="ibk-menu-img" style={{marginTop: 4, borderLeft: "2px solid #ccc", paddingLeft: 4}} />
</div>
</div> */}
<div className={styles.info_content} style={{}}>
<span><UserOutlined /></span>
@ -280,12 +279,12 @@ const RightInfo = () => {
</div>
</Dropdown>
</Popover>
{/* </Popover> */}
<UserEditor visible={showEditor} userData={userInfo} callback={(ret: any) => {
setShowEditor(false)
setShowFuncs(false)
}} /> */}
}} />
</div>
)
}

Loading…
Cancel
Save