haoxuan
2024-05-07 91039aa769d33b6c588fd9bb2cae994abd8aa954
src/views/productManage/silkRegisterForm/addPage.vue
@@ -255,7 +255,7 @@
              :header-cell-style="{ background: '#f1f3f8',color: '#000009', 'font-size': '12px', 'font-family': 'PingFangSC' }"
              border
            >
              <el-table-column label="车号" prop="ID" width="100">
              <el-table-column label="车号" prop="position" width="90">
              </el-table-column>
              <el-table-column
                label="下差纤度"
@@ -1134,16 +1134,20 @@
    .form-box-t {
      width: 100%;
      height: 60px;
      overflow: hidden;
      overflow-x: auto;
      .form-item {
        width: calc(16% - 5px);
        max-width: calc(16% - 5px);
        min-width:210px;
        margin-right: 10px;
        float: left;
        &:nth-of-type(6n) {
          margin-right: 0;
        }
        &:last-child{
          float:right;
        }
      }
    }