2024-10-11 17:06:54 +08:00
|
|
|
.custom_browser_dialog {
|
|
|
|
|
.wea-hr-muti-dialog-title {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
2024-12-04 10:46:25 +08:00
|
|
|
|
|
|
|
|
.wea-select, .ant-select-selection, .ant-select {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-select {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-select-selection {
|
|
|
|
|
height: 30px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
2024-10-11 17:06:54 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-hr-muti-input-table {
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
2024-12-04 15:42:49 +08:00
|
|
|
.table_opts {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background: #FFF;
|
|
|
|
|
|
|
|
|
|
.wea-button-icon {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-11 17:06:54 +08:00
|
|
|
.wea-new-table {
|
|
|
|
|
background: #FFF;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-hr-muti-dialog {
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
|
|
|
|
|
.wea-hr-muti-input-left, .wea-hr-muti-input-right {
|
|
|
|
|
background: #FFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-transfer-list {
|
|
|
|
|
background: #FFF;
|
|
|
|
|
border: 1px solid #e9e9e9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-input-focus {
|
|
|
|
|
height: 35px !important;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-transfer-list-wrapper {
|
|
|
|
|
border: none !important;
|
|
|
|
|
|
|
|
|
|
.transfer-tree {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
|
|
|
|
|
& > li {
|
|
|
|
|
margin: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 6px 0 6px 20px !important;
|
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
color: #333;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
.ant-tree-switcher {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-title {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|