src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
@@ -189,9 +189,8 @@
          {
            title: '班次',
            align: 'center',
            width: 100,
            width: 300,
            dataIndex: 'shift',
            ellipsis: true
          },
          {
            title: '每班小时',
@@ -595,4 +594,11 @@
    }
  }
  /deep/ .ant-table-row-cell-break-word{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: initial;
  }
</style>