Fixiaobai
2023-09-14 7b07e33a1c719f9831fa3c5d81522b9f2da45bc4
src/components/view/technical.vue
@@ -39,7 +39,7 @@
    <div class="technical-table">
      <div class="table-box">
        <el-table
        height="500"
        height="490"
          border style="width: 100%"
          :data="technicalTable"
          >
@@ -380,7 +380,7 @@
/* 技术文件表格样式 */
.technical-table{
  margin-top: 11px;
  height: calc(100% - 140px);
  /* height: calc(100% - 140px); */
  background: #fff;
  padding: 23px 21px ;
  font-size: 14px;
@@ -393,7 +393,7 @@
} */
.technical-table .table-box {
  flex: 1;
  /* overflow-y: scroll; */
  overflow-y: scroll;
}
.technical-table .el-pagination{
  margin-top: 23px;