salary-management-front/pc4mobx/hrmSalary/style/index.less

32 lines
366 B
Plaintext

/* 公共样式 */
// loading 效果
.wea-demo-loading {
position: relative;
height: 100%;
text-align: center;
>div {
position: absolute;
top: 50%;
margin-top: -10px;
}
}
// 表单
.formItem {
margin-bottom: 10px;
}
.formRow {
line-height: 40px;
}
.formTitle {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}