trunk/pc4mobx/organization/style/common.less

150 lines
2.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;
2024-05-08 16:35:18 +08:00
z-index: 999;
2022-05-13 16:56:52 +08:00
}
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
}
2023-01-17 09:52:53 +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
2022-11-09 10:07:18 +08:00
//表格列省略样式
.wea-table-indent {
overflow: hidden;
text-overflow: ellipsis;
2023-01-17 09:52:53 +08:00
white-space: nowrap;
2022-11-09 10:07:18 +08:00
}
2023-01-06 18:01:46 +08:00
//列定制
// .trasfer-header{
// .wea-input-focus {
// width: 105px;
// float: right;
// margin-top: 5px;
// margin-left: 10px;
// }
// .wea-select{
// margin-top: -1px;
// width: 85px;
// float: right;
// }
2023-01-17 09:52:53 +08:00
// }
2023-09-06 09:52:31 +08:00
// 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;
}
2023-01-17 09:52:53 +08:00
2024-05-08 16:35:18 +08:00
//weaLeftTree
.wea-left-tree-antd.ant-tree .wea-tree-wrap>span.ant-tree-switcher {
width: 13px !important;
}
2023-01-17 09:52:53 +08:00