/* 第一处定义 - 用于历史记录中的详情展开区域 */
.detail-section {
    display: none;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 10px;
}

/* 第二处定义 - 用于详情弹窗中的各个部分 */
.detail-section {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
