spring-ai-alibaba-jmanus/src/main/resources/static/css/chat.css [46:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* AI消息分节 */
.ai-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0; /* 分隔线 */
}

/* 分节标题 */
.section-header {
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1f1f1f;
}

.section-header.checked .icon {
    color: #34a853; /* 绿色勾选标记 */
    margin-right: 6px;
}

.section-header .toggle-arrow {
    margin-left: auto;
    color: #888;
}

/* 分节内容 */
.section-content {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
    padding-left: 22px; /* 在图标下方缩进内容 */
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-ai-alibaba-jmanus/src/main/resources/static/plan-template/css/chat-area.css [91:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* AI消息分节 */
.ai-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0; /* 分隔线 */
}

/* 分节标题 */
.section-header {
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1f1f1f;
}

.section-header.checked .icon {
    color: #34a853; /* 绿色勾选标记 */
    margin-right: 6px;
}

.section-header .toggle-arrow {
    margin-left: auto;
    color: #888;
}

/* 分节内容 */
.section-content {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
    padding-left: 22px; /* 在图标下方缩进内容 */
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



