46 lines
737 B
SCSS
46 lines
737 B
SCSS
@import "../../../main.scss";
|
|
.system-main-container{
|
|
padding-top: 10px;
|
|
}
|
|
.user-modify-box{
|
|
position: relative;
|
|
overflow-y:auto;
|
|
.user-footer{
|
|
text-align: center;
|
|
margin-top: -20px;
|
|
|
|
}
|
|
}
|
|
.ztree{
|
|
padding-bottom: 40px;
|
|
padding-right: 16px;
|
|
}
|
|
.relative{
|
|
position: relative;
|
|
width: 120px;
|
|
height: 40px;
|
|
}
|
|
.user-table{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-bottom: 30px;
|
|
}
|
|
.drawer-footer{
|
|
display: inline-block;
|
|
position: relative;
|
|
left: 50%;
|
|
transform: translate(-50%)
|
|
}
|
|
.users-box{
|
|
padding-bottom: 30px;
|
|
}
|
|
.tree-box{
|
|
margin-bottom: 40px;
|
|
}
|
|
//火狐浏览器单独设置样式 解决在火狐浏览器下 底部padding-bottom无效问题
|
|
@-moz-document url-prefix(){
|
|
.user-footer{
|
|
padding-bottom: 20px;
|
|
}
|
|
}
|
|
|