loulijun2021
2022-06-24 a271e033ffebf9e95c9ee54fac8891814583571f
src/views/jcsz/wldw.vue
@@ -46,6 +46,7 @@
        <el-table
          :data="tableData"
          border
          :height="tableHeight"
          stripe
          highlight-current-row
          :header-cell-style="this.$headerCellStyle"
@@ -161,7 +162,7 @@
    </div>
    <el-dialog
      :title="operation==='add'?'添加':'修改'"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -444,7 +445,7 @@
    // 获取页面高度
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 200
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
      })
    }
@@ -586,7 +587,7 @@
  margin: 10px auto;
}
::v-deep .el-form-item {
.body ::v-deep .el-form-item{
  margin-bottom: 0;
}
</style>