
.page-box[data-v-5dceca81]{
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}
.green[data-v-5dceca81]{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #6AC93A;
    font-style: normal;
}
.red[data-v-5dceca81]{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FF1919;
    font-style: normal;
}


.custom-dialog .el-dialog__body{
    padding: 12px 20px;
}
.headerClass{
    background: #F5F9FE !important;
}


.page-box[data-v-c61282c6]{
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}


.custom-dialog .el-dialog__body{
    padding: 12px 20px;
}
.headerClass{
    background: #F5F9FE !important;
}


.page-box[data-v-e38cdf32]{
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}


.custom-dialog .el-dialog__body{
    padding: 12px 20px;
}
.headerClass{
    background: #F5F9FE !important;
}


.container[data-v-2629830e] {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #F0F3F8;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

/* OA积分概览区 */
.oa-summary-section[data-v-2629830e] {
    flex-shrink: 0;
    margin-bottom: 20px;
}
.summary-cards[data-v-2629830e] {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px 20px;
    border-radius: 4px;
    gap: 40px;
}
.summary-item[data-v-2629830e] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.summary-item .label[data-v-2629830e] {
    font-size: 14px;
    color: #666;
}
.summary-item .value[data-v-2629830e] {
    font-size: 24px;
    font-weight: bold;
    color: #4E81F9;
}
.oa-link[data-v-2629830e] {
    margin-left: auto;
    color: #4E81F9;
    text-decoration: none;
    font-size: 14px;
}
.oa-link[data-v-2629830e]:hover {
    text-decoration: underline;
}

/* 主要内容区 - 两列布局 */
.box[data-v-2629830e] {
    flex: 1;
    display: flex;
    gap: 16px;
    min-height: 0;
    min-width: 0;
}
.column[data-v-2629830e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    min-width: 0;
}

/* 每个模块固定高度，可滚动 */
.item[data-v-2629830e] {
    flex: 1;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.item-header[data-v-2629830e] {
    height: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 12px; */
}
.title[data-v-2629830e] {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4E81F9;
    font-style: normal;
}
.pointer[data-v-2629830e] {
    cursor: pointer;
}

/* 表格容器 - 固定高度，内部滚动 */
.table-wrapper[data-v-2629830e] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* 部门人员管理分汇总 - 黄色边框 */
.dep-summary[data-v-2629830e] {
    border: 2px solid #FFD591;
}

/* 非部门负责人时，右侧只有一个模块，给它更大空间 */
.column:has(.item:only-child) .item[data-v-2629830e] {
    flex: 1;
}

