|
|
@@ -194,7 +194,7 @@ function Header(props) { |
|
|
|
</Typography> |
|
|
|
<KeyboardArrowDownIcon sx={{ fontSize: '1.0rem' }} /> |
|
|
|
</Link> |
|
|
|
<ul className='dropdown'> |
|
|
|
<ul className='dropdown' style={{ width: "max-content" }}> |
|
|
|
<li> |
|
|
|
<Link className="manageOrgUser" to='setting/manageUser'> |
|
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
@@ -212,7 +212,7 @@ function Header(props) { |
|
|
|
<FormattedMessage id="setting" /> |
|
|
|
</Typography> |
|
|
|
</Link> |
|
|
|
<ul className='dropdown'> |
|
|
|
<ul className='dropdown' style={{ width: "max-content" }}> |
|
|
|
<li> |
|
|
|
<Link className="manageUser" to={'/indUser/'+getUserId()}> |
|
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
@@ -229,7 +229,7 @@ function Header(props) { |
|
|
|
<FormattedMessage id="setting" /> |
|
|
|
</Typography> |
|
|
|
</Link> |
|
|
|
<ul className='dropdown'> |
|
|
|
<ul className='dropdown' style={{ width: "max-content" }}> |
|
|
|
<li> |
|
|
|
<Link className="manageUser" to={'/orgUser/'+getUserId()}> |
|
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
@@ -279,7 +279,9 @@ function Header(props) { |
|
|
|
<Divider /> |
|
|
|
<ul id="sidebarbottom"> |
|
|
|
<li> |
|
|
|
<Link className="logout" onClick={handleLogout}>登出</Link> |
|
|
|
<Link className="logout" onClick={handleLogout}> |
|
|
|
<FormattedMessage id="logout" /> |
|
|
|
</Link> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</Stack> |
|
|
|