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