修改样式
This commit is contained in:
parent
de95ecf38d
commit
4d8279db03
|
@ -142,6 +142,7 @@
|
|||
} */
|
||||
.zent-form-error[data-zv="9.11.0"]{
|
||||
color: #ed3b3b!important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* 弹出框样式 */
|
||||
|
|
|
@ -237,7 +237,7 @@ export default class App extends Component {
|
|||
{/* 用户头像信息 */}
|
||||
<div className="userImg dflexa">
|
||||
{/* <Link to="https://youzan.com" target="_blank" className="mr15 helpcenter">帮助中心</Link> */}
|
||||
欢迎你,{this.state.userInfo.user_name}!
|
||||
欢迎你,{this.state.userInfo.user_name}! 
|
||||
{!this.state.userInfo.head? <Avatar size="large"
|
||||
src={this.state.userInfo.head}/>:
|
||||
<Avatar size="large"
|
||||
|
@ -246,7 +246,7 @@ export default class App extends Component {
|
|||
|
||||
</div>
|
||||
<Pop trigger="hover" position="bottom-right" content="点击退出本次登录">
|
||||
<span className="exitBtn" onClick={()=>{this.exitFn()}}>【退出】</span>
|
||||
<img className="exitIcon" onClick={()=>{this.exitFn()}} src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/exit.svg" alt=""/>
|
||||
</Pop>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
background: #F5F6F7;
|
||||
// overflow-y: scroll;
|
||||
}
|
||||
.exitBtn{
|
||||
margin-left: 20px;
|
||||
color: #f64b64;
|
||||
font-weight: bold;
|
||||
.exitIcon{
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin-left:15px;
|
||||
cursor: pointer;
|
||||
border-left: 1px solid #ccc;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.start .header{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue