doway-coms 1.6.78 → 1.6.80

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.80",
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,7 @@
5
5
  </div>
6
6
  <vxe-modal
7
7
  v-model="showOdoo"
8
- :height="modalHeight"
8
+ :height="moduleHeight"
9
9
  :zIndex="1000"
10
10
  :showHeader="false"
11
11
  :mask="false"
@@ -82,7 +82,7 @@
82
82
  </a-tab-pane>
83
83
  </a-tabs>
84
84
  </div>
85
- <div class="list" :style="{ height: listHeight - 215 + 'px' }">
85
+ <div class="list" :style="{ height: moduleHeight - 215 + 'px' }">
86
86
  <a-list
87
87
  v-if="remarkData.length > 0"
88
88
  item-layout="horizontal"
@@ -177,10 +177,7 @@ export default {
177
177
  topic: {
178
178
  type: String
179
179
  },
180
- modalHeight: {
181
- type: Number
182
- },
183
- listHeight: {
180
+ moduleHeight: {
184
181
  type: Number
185
182
  },
186
183
  limitSize: {