trunk/pc4mobx/organization/style/common.less

92 lines
1.3 KiB
Plaintext

/* 公共样式 */
.hrm-loading-center-small {
position: absolute;
top: 50%;
left: 50%;
margin-left: -8px;
margin-top: -8px;
}
.hrm-dialog-form {
padding-top: 27px;
padding-right: 8%;
padding-left: 8%;
padding-bottom: 25px;
.wea-upload-list-item {
&>div {
width: 400px !important;
line-height: 30px;
}
}
}
.hrm-new-weatable-spin {
text-align: center;
margin-top: 10px;
}
.wea-left-right-layout-right {
overflow: scroll !important;
}
.wea-table-operates {
width: 70px !important;
}
//集团管理
.organization-group {
padding-left: 25%;
padding-right: 25%;
padding-top: 28px;
height: calc(100% - 47px);
overflow: auto;
}
.organization-group-loading{
text-align: center;
}
//公司、分部管理
.hrm-my-cardInfo {
padding-bottom: 20px;
background: #fff;
a {
color: #123885;
&:hover {
color: red;
}
}
.hrm-center {
.ant-col-24 .wea-form-cell {
padding-left: 25%;
}
}
}
//日志弹框样式
.logWrapper{
.ant-table-body{
max-height: 350px!important;
}
}
//编辑页面的表单项样式
.minH5{
min-height: 50px!important;
}
//dialog弹框中下拉框组件宽度的样式问题
.new-edit-wrapper{
.wea-select, .ant-select{
width: 100%;
}
}