Files
airport-chengdu-web/src/app/pages/system-management/personal-settings/personal-settings.component.scss
T

43 lines
730 B
SCSS
Raw Normal View History

2018-11-09 17:58:45 +08:00
.main-container{
padding: 30px 20px;
width: 100%;
height: 100%;
background-color: #fff;
.self-row-box{
display: inline-block;
.self-row-footer{
display: inline-block;
position: relative;
margin-left: 46%;
margin-top: 40px;
transform:translate(-50%,0);
button:first-child {
margin-right: 20px;
}
}
.self-row-content{
.ant-transfer-list{
width: 300px;
height: 500px;
.self-row-tips{
text-align: center;
position: relative;
top: 190px;
}
}
.move-btn-box{
display: inline-block;
margin: 0 10px;
position: relative;
top: 60px;
.move-btn{
display: block;
margin-bottom: 8px
}
}
}
}
}
.bg{
background-color: #e6f7ff;
}