quanyawei
2023-09-28 edde2a3ea44ab5e9dfe6a69bbf933259c0e105c8
src/views/toCarryOutLegislativeReforms/delay/index.vue
@@ -6,7 +6,7 @@
        <el-table
          :data="tableData"
          border
          max-height=" 400px"
          max-height="680"
          style="width: 100%"
          :header-cell-style="{
            color: '#101111', fontSize: '16px'
@@ -89,7 +89,7 @@
            prop="address"
            label="上报单位上报人"
          >
            <template slot="header" slot-scope="scope">
            <template slot="header">
              <p>上报单位</p>
              <p>上报人</p>
            </template>
@@ -102,7 +102,7 @@
          <el-table-column
            align="center"
          >
            <template slot="header" slot-scope="scope">
            <template slot="header">
              <p>操作人</p>
              <p>操作时间</p>
            </template>
@@ -142,7 +142,7 @@
<script>
import workOrderInformation from '@/views/toCarryOutLegislativeReforms/components/workOrderInformation'
import searchBar from '@/views/toCarryOutLegislativeReforms/components/queryForm'
import searchBar from '@/views/toCarryOutLegislativeReforms/delay/componets/queryForm'
export default {
  components: {
    searchBar,
@@ -280,18 +280,36 @@
<style scoped lang="scss">
.main{
    padding: 20px;
    padding-top: 0px;
    height: 100%;
    overflow: overlay;
}
.tab {
    margin-top: 10px;
    margin-top: 0px;
   /deep/ .el-tag{
      font-size: 16px;
}
/deep/ .el-table__body-wrapper {
    overflow: scroll;
    position: relative;
    overflow-x: hidden;
    max-height: 400px;
}
// /deep/ .el-table__body-wrapper {
//     overflow: scroll;
//     position: relative;
//     overflow-x: hidden;
//     max-height: 400px;
// }
.pagina{
    margin-top: 10px;
    text-align: right;
}
/deep/ .el-table__row{
  font-size: 18px;
}
.el-pagination {
  padding: 0;
  .el-select{
    /deep/.el-input{
      margin:0;
    }
  }
}
</style>