loulijun2021
2022-06-24 a271e033ffebf9e95c9ee54fac8891814583571f
src/views/jcsz/zzjg.vue
@@ -48,6 +48,7 @@
          stripe
          :style="{width: 100+'%',height:tableHeight+'px'}"
          highlight-current-row
          :height="tableHeight"
          :header-cell-style="this.$headerCellStyle"
          :cell-style="this.$cellStyle"
          @sort-change="sortChange"
@@ -127,7 +128,7 @@
    </div>
    <el-dialog
      :title="operation==='add'?'添加':'修改'"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -138,7 +139,7 @@
        <el-form-item label="组织类型" prop="OrgType">
          <el-radio-group
            v-model="dialogForm.OrgType"
            style="display: flex; align-items: center; height: 40px;"
            @change="changeRadio"
          >
            <el-radio
@@ -400,7 +401,7 @@
    // 获取页面高度
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 200
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
      })
    }
@@ -503,7 +504,7 @@
  width: 99%;
  margin: 10px auto;
}
::v-deep .el-form-item{
.body ::v-deep .el-form-item{
  margin-bottom: 0;
}
</style>