144 lines
2.2 KiB
Plaintext
144 lines
2.2 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%;
|
|
}
|
|
}
|
|
|
|
//表格列省略样式
|
|
.wea-table-indent {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
//列定制
|
|
// .trasfer-header{
|
|
// .wea-input-focus {
|
|
// width: 105px;
|
|
// float: right;
|
|
// margin-top: 5px;
|
|
// margin-left: 10px;
|
|
// }
|
|
// .wea-select{
|
|
// margin-top: -1px;
|
|
// width: 85px;
|
|
// float: right;
|
|
// }
|
|
// }
|
|
|
|
|
|
// SelectTag
|
|
.list-select-tag {
|
|
display: inline-block;
|
|
margin-bottom: 2px;
|
|
width: 55px;
|
|
height: 30px;
|
|
}
|
|
|
|
.select-value {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
color: #fff;
|
|
border-color: transparent;
|
|
padding: 0 9px;
|
|
border-radius: 4px;
|
|
font-weight: 400;
|
|
margin-top: 1px;
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 200px;
|
|
}
|
|
|
|
|