

































































































































































































































































































































































































































































































































































































































































































































































/* 查询区、操作区与流转单保持相同栅格和间距，旧记录入口保留用途说明。 */
.record-filters[data-v-2c89c3a8]  .el-form-item { margin-bottom: 12px;
}
.record-filters[data-v-2c89c3a8]  .el-form-item__label { padding-bottom: 4px; line-height: 20px;
}
.record-actions[data-v-2c89c3a8] { display: flex; flex-wrap: wrap; gap: 8px;
}
.record-actions[data-v-2c89c3a8]  .el-button + .el-button { margin-left: 0;
}
.record-toolbar[data-v-2c89c3a8] { margin: 12px 0;
}
.receipt-hint[data-v-2c89c3a8] { margin: 8px 0; color: #606266; font-size: 13px; line-height: 1.6;
}
.record-context[data-v-2c89c3a8] { padding: 12px 0; border-bottom: 1px solid #ebeef5; margin-bottom: 12px;
}
.record-context-title[data-v-2c89c3a8] { font-size: 14px; font-weight: 600; color: #303133;
}
.record-context-details[data-v-2c89c3a8] { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 8px; color: #606266; font-size: 13px;
}
.record-context-details span[data-v-2c89c3a8] { overflow-wrap: anywhere;
}
.record-muted[data-v-2c89c3a8] { color: #909399;
}
.desc-ellipsis[data-v-2c89c3a8]{
    display: inline-block;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 二级表格 / 样品表：flex 布局，每列固定最小宽度，列多时横向滚动 */
.rec-title[data-v-2c89c3a8] {
    font-weight: bold;
    color: #303133;
    background: #f5f7fa;
    border-left: 3px solid #409EFF;
    padding: 8px 12px;
    margin-bottom: 4px;
}
.rec-table[data-v-2c89c3a8] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
}
.rec-row[data-v-2c89c3a8] {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
.rec-head[data-v-2c89c3a8] {
    font-weight: bold;
    color: #606266;
    background: #f5f7fa;
}
.rec-cell[data-v-2c89c3a8] {
    flex: 1 0 130px;
    padding: 0 6px;
    box-sizing: border-box;
    word-break: break-all;
}

