Fixiaobai
2023-09-09 34a7e21b3508ac0f5f011d958210fdb7176d726b
src/views/experiment/nonConformingFeedback/index.vue
@@ -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%" />
@@ -155,6 +155,7 @@
    }
  }
  .library-table {
    height:80vh;
    background-color: #fff;
    flex: 1;
    margin: 0px -15px;