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

44 lines
775 B
SCSS
Raw Normal View History

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