doway-coms 1.6.78 → 1.6.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.6.78",
3
+ "version": "1.6.79",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -5,7 +5,7 @@
5
5
  </div>
6
6
  <vxe-modal
7
7
  v-model="showModal"
8
- :height="600"
8
+ :height="moduleHeight"
9
9
  :width="300"
10
10
  :zIndex="1000"
11
11
  :showHeader="false"
@@ -50,6 +50,9 @@ export default {
50
50
  props: {
51
51
  formId: {
52
52
  type: String
53
+ },
54
+ moduleHeight: {
55
+ type: Number
53
56
  }
54
57
  },
55
58
  components: {},
@@ -5,7 +5,6 @@
5
5
  </div>
6
6
  <vxe-modal
7
7
  v-model="showOdoo"
8
- :height="modalHeight"
9
8
  :zIndex="1000"
10
9
  :showHeader="false"
11
10
  :mask="false"
@@ -82,7 +81,7 @@
82
81
  </a-tab-pane>
83
82
  </a-tabs>
84
83
  </div>
85
- <div class="list" :style="{ height: listHeight - 215 + 'px' }">
84
+ <div class="list" :style="{ height: moduleHeight - 215 + 'px' }">
86
85
  <a-list
87
86
  v-if="remarkData.length > 0"
88
87
  item-layout="horizontal"
@@ -177,10 +176,7 @@ export default {
177
176
  topic: {
178
177
  type: String
179
178
  },
180
- modalHeight: {
181
- type: Number
182
- },
183
- listHeight: {
179
+ moduleHeight: {
184
180
  type: Number
185
181
  },
186
182
  limitSize: {