47 lines
819 B
SCSS
47 lines
819 B
SCSS
.system-main-container{
|
|
.self-main-content{
|
|
overflow-y: auto;
|
|
}
|
|
.ant-tabs{
|
|
.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;
|
|
}
|
|
.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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bg{
|
|
background-color: #e6f7ff;
|
|
} |