Fixiaobai
2023-09-09 34a7e21b3508ac0f5f011d958210fdb7176d726b
src/views/experiment/nonConformingFeedback/index.vue
@@ -14,7 +14,7 @@
        <el-form-item>
          <el-button type="primary" size="small" @click="getData()">查询</el-button>
          <el-button type="primary" size="small" plain @click="resetData()">重置</el-button>
          <el-dropdown style="margin-left: 7px;">
          <!-- <el-dropdown style="margin-left: 7px;">
            <span class="el-dropdown-link">
              高级搜索<i class="el-icon-arrow-down el-icon--right"></i>
            </span>
@@ -25,7 +25,7 @@
              <el-dropdown-item disabled>双皮奶</el-dropdown-item>
              <el-dropdown-item divided>蚵仔煎</el-dropdown-item>
            </el-dropdown-menu>
          </el-dropdown>
          </el-dropdown> -->
        </el-form-item>
      </el-form>
      <el-form style="margin-top: 10px;">
@@ -34,7 +34,7 @@
    </div>
    <div class="library-table">
      <div class="table-box">
        <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'left' }"
        <el-table ref="tableData" :max-height="700" :cell-style="{ textAlign: 'left' }"
          :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'left' }"
          :data="tableData" style="width: 100%">
          <el-table-column type="selection" label="" min-width="5%" />
@@ -59,7 +59,7 @@
          </el-table-column>
          <el-table-column label="操作" min-width="8%">
            <template slot-scope="scope">
              <el-button type="text" size="small">操作</el-button>
              <el-button type="text" size="small">推送</el-button>
              <el-button type="text" size="small">作废</el-button>
            </template>
          </el-table-column>
@@ -155,6 +155,7 @@
    }
  }
  .library-table {
    height:80vh;
    background-color: #fff;
    flex: 1;
    margin: 0px -15px;