trunk/pc4mobx/organization/style/common.less

92 lines
1.3 KiB
Plaintext
Raw Normal View History

/* 公共样式 */
2022-05-13 16:56:52 +08:00
.hrm-loading-center-small {
position: absolute;
top: 50%;
left: 50%;
margin-left: -8px;
margin-top: -8px;
}
2022-10-26 16:05:39 +08:00
2022-05-13 16:56:52 +08:00
.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;
}
}
2022-05-24 19:00:33 +08:00
}
.hrm-new-weatable-spin {
text-align: center;
margin-top: 10px;
2022-05-13 16:56:52 +08:00
}
2022-05-26 17:28:18 +08:00
.wea-left-right-layout-right {
overflow: scroll !important;
}
2022-05-13 16:56:52 +08:00
2022-05-30 09:49:02 +08:00
.wea-table-operates {
width: 70px !important;
}
2022-05-13 16:56:52 +08:00
//集团管理
.organization-group {
padding-left: 25%;
padding-right: 25%;
padding-top: 28px;
height: calc(100% - 47px);
overflow: auto;
2022-05-17 14:47:54 +08:00
}
2022-08-23 17:53:21 +08:00
.organization-group-loading{
text-align: center;
}
2022-05-17 14:47:54 +08:00
//公司、分部管理
.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%;
}
}
2022-05-24 19:00:33 +08:00
}
//日志弹框样式
.logWrapper{
.ant-table-body{
max-height: 350px!important;
}
}
2022-09-06 20:09:24 +08:00
//编辑页面的表单项样式
.minH5{
min-height: 50px!important;
}
2022-09-08 17:50:03 +08:00
//dialog弹框中下拉框组件宽度的样式问题
2022-10-21 17:51:28 +08:00
.new-edit-wrapper{
.wea-select, .ant-select{
width: 100%;
}
2022-09-08 17:50:03 +08:00
}
2022-09-20 14:15:13 +08:00