修改样式

This commit is contained in:
red-deng-deng 2021-11-23 15:13:30 +08:00
parent de95ecf38d
commit 4d8279db03
3 changed files with 9 additions and 6 deletions

View File

@ -142,6 +142,7 @@
} */
.zent-form-error[data-zv="9.11.0"]{
color: #ed3b3b!important;
text-align: left;
}
/* 弹出框样式 */

View File

@ -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}&emsp;
{!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>

View File

@ -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%;