个人设置,自定义列显示、排序

This commit is contained in:
liweijin
2018-11-09 17:58:45 +08:00
parent c6ea0b8ef9
commit b4cfe1108b
9 changed files with 792 additions and 10 deletions
@@ -0,0 +1,43 @@
.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;
}