loulijun2021
2022-06-24 a271e033ffebf9e95c9ee54fac8891814583571f
src/views/jcsz/yhqd.vue
@@ -63,6 +63,7 @@
          :data="tableData"
          border
          stripe
          :height="tableHeight"
          highlight-current-row
          :style="{width: 100+'%',height:tableHeight+'px'}"
          :header-cell-style="this.$headerCellStyle"
@@ -175,7 +176,7 @@
    <!--    用户清单新增、修改-->
    <el-dialog
      :title="operation==='add'?'添加':'修改'"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -581,7 +582,7 @@
    // 获取页面高度
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 200
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
      })
    },
@@ -1055,7 +1056,7 @@
  width: 99%;
  margin: 10px auto;
}
::v-deep .el-form-item{
.body ::v-deep .el-form-item{
  margin-bottom: 0;
}
</style>