/* V87 商品库列宽校准：在桌面端限制商品资料列，让经营字段保持可读。 */
@media (min-width: 1181px) {
  .view-root[data-view="productCatalog"] .erp-master-table table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }

  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(1),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(1) { width: 2.2% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(2),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(2) { width: 5.2% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(3),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(3) { width: 7.2% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(4),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(4) { width: 24% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(5),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(5) { width: 8% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(6),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(6) { width: 8.5% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(7),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(7) { width: 6.5% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(8),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(8) { width: 12.5% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(9),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(9) { width: 15% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(10),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(10) { width: 5% !important; }
  .view-root[data-view="productCatalog"] .erp-master-table th:nth-child(11),
  .view-root[data-view="productCatalog"] .erp-master-table td:nth-child(11) { width: 5.7% !important; }

  .view-root[data-view="productCatalog"] .catalog-product-summary,
  .view-root[data-view="productCatalog"] .catalog-product-summary > strong,
  .view-root[data-view="productCatalog"] .catalog-product-summary > span,
  .view-root[data-view="productCatalog"] .catalog-product-summary > small {
    min-width: 0;
    max-width: 100%;
  }
}
