/* ============================================
   内径参数表页 nejing_data.php 专属样式
   复用下料尺寸页风格（xl-* 前缀）
   ============================================ */

/* 工具栏、搜索框、按钮 —— 直接复用 xiaoliao 的 .xl-* 样式 */
/* 表格、空状态、弹窗、表单 —— 同上 */

/* 内径参数表特有响应式微调 */
@media (max-width: 600px) {
    .xl-toolbar { flex-direction: column; align-items: stretch; }
    .xl-search-box { max-width: none; }
    .xl-search-box input { width: 100%; }
    .xl-toolbar-right { justify-content: space-between; }
    .xl-form-grid { grid-template-columns: 1fr; padding: 16px; }
    .xl-form-group.full-width { grid-column: span 1; }
    .xl-modal { width: 95vw; }
}
