120 lines
2.2 KiB
Plaintext
120 lines
2.2 KiB
Plaintext
.report4template {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.searchGroup {
|
|
width: 100%;
|
|
padding: 8px 20px;
|
|
|
|
.radioGroupShow{
|
|
text-align: center;
|
|
line-height: 30px;
|
|
margin-bottom: 8px;
|
|
background-color: #f4f4f4;
|
|
color: #333;
|
|
|
|
span{
|
|
padding: 3px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.radioGroupHide{
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.wea-form-item-wrapper {
|
|
padding: 0px;
|
|
& > div {
|
|
padding-left: 8px;
|
|
}
|
|
}
|
|
.displaySetting {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
& > div {
|
|
display: table-row;
|
|
border-bottom: 1px solid rgb(221, 221, 221);
|
|
width: 100%;
|
|
.tbCell {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
word-wrap: break-word;
|
|
white-space: nowrap;
|
|
padding: 8px;
|
|
&:first-child {
|
|
padding-left: 14px;
|
|
}
|
|
&:last-child {
|
|
word-break: normal;
|
|
white-space: normal;
|
|
}
|
|
.wea-select {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
&:last-child {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.dataList {
|
|
width: 100%;
|
|
padding: 0px 20px 8px 20px;
|
|
& > div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.wea-new-table .ant-table-thead tr th:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.wea-new-table .ant-table-thead tr th {
|
|
text-align: center;
|
|
border-right: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.wea-new-table .ant-table-thead tr th:last-child {
|
|
}
|
|
.ant-table-fixed td {
|
|
text-align: center;
|
|
}
|
|
|
|
.wea-new-table .ant-table-thead>tr>th>span{
|
|
white-space: normal;
|
|
text-overflow: unset;
|
|
}
|
|
}
|
|
|
|
.hrm-col-set-transfer{
|
|
padding: 25px 22px;
|
|
position: relative;
|
|
.header{
|
|
padding-left: 24px;
|
|
}
|
|
.hrm-transfer-item{
|
|
padding: 10px 0 10px 24px;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
color: #333;
|
|
position: relative;
|
|
.name{
|
|
|
|
}
|
|
.ascOrDesc{
|
|
position: absolute;
|
|
right:30px;
|
|
}
|
|
.ascOrDesc:hover{
|
|
color:#27aef3;
|
|
cursor: pointer;
|
|
}
|
|
.transfer-item-type{
|
|
padding-top:10px;
|
|
}
|
|
}
|
|
}
|