loulijun2021
2022-06-24 a271e033ffebf9e95c9ee54fac8891814583571f
src/views/jcsz/jsqd.vue
@@ -48,6 +48,7 @@
          :data="tableData"
          border
          stripe
          :height="tableHeight"
          :style="{width: 100+'%',height:tableHeight+'px'}"
          highlight-current-row
          :header-cell-style="this.$headerCellStyle"
@@ -143,7 +144,7 @@
    <!--    新增修改对话框-->
    <el-dialog
      :title="operation==='add'?'添加':'修改'"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -777,7 +778,7 @@
    // 获取页面高度
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 200
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
      })
    },
@@ -1477,7 +1478,7 @@
  width: 99%;
  margin: 10px auto;
}
::v-deep .el-form-item{
.body ::v-deep .el-form-item{
  margin-bottom: 0;
}
</style>