Browse Source

fix:修改检测样式问题

feature/dev_point_manage
123456 3 years ago
parent
commit
173c09b0d8
  1. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue
  2. 4
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  3. 2
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

2
src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue

@ -1,5 +1,5 @@
<template>
<div style="height: 600px; overflow: auto; padding: 20px" class="form-class">
<div style="overflow: auto; padding: 20px;max-height: 82vh;" class="form-class">
<el-form
:model="dataForm"
:rules="dataRule"

4
src/views/modules/plugins/point/icpointnucleicmonitoring.vue

@ -6,7 +6,7 @@
:model="dataForm"
@keyup.enter.native="loadTable()"
>
<el-form-item label="所属组织名称" prop="orgName" label-width="130px">
<el-form-item label="所属组织名称" prop="orgName">
<el-cascader
ref="org"
v-model="orgIds"
@ -114,7 +114,7 @@
border
:row-key="row => { return row.id.toString() }"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
style="width: 100%; height: 564px"
style="width: 100%; height: 564px;overflow: auto;"
><el-table-column
label="序号"
header-align="center"

2
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

@ -1,5 +1,5 @@
<template>
<div style="height: 600px; overflow: auto; padding: 20px" class="form-class">
<div style="max-height: 82vh; overflow: auto; padding: 20px" class="form-class">
<el-form
:model="dataForm"
:rules="dataRule"

Loading…
Cancel
Save