skyouc
2025-06-22 fee38f39e36bcda9924f5b26dca609dda6b331e0
construction-data/src/components/datav/digitalFlop.vue
@@ -27,8 +27,8 @@
        matnr: '物料编号',
        batch: '批号',
        waveNo: '波次',
        anfme: '总需求数量',
        workQty: '剩余需求数量',
        anfme: '总需求',
        workQty: '剩余需求',
      }
    }
  },
@@ -104,19 +104,27 @@
  @media screen and (max-width: 1280px) {
    #digital-flop{
      .digital-flop-title {
        padding: 10px;
        font-size: 14px;
      }
      .digital-flop-item {
        padding: 10px 0;
      .digital-flop {
        .cell-item {
          font-size: 12px;
          height: unset;
        .digital-flop-title {
          padding: 5px 0;
          text-align: center;
          min-width: 36px;
          font-size: 9px;
        }
        .digital-flop {
          .cell-item {
            font-size: 9px;
            height: unset;
          }
        }
      }
    }
  }