doway-coms 1.6.54 → 1.6.55

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.54",
3
+ "version": "1.6.55",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -80,7 +80,7 @@
80
80
  </a-tab-pane>
81
81
  </a-tabs>
82
82
  </div>
83
- <div class="list" :style="{ height: listHeight - 215 + 'px' }">
83
+ <div class="list" :style="{ height: listHeight - 215 + 'px',maxHeight:listHeight - 215 + 'px' }">
84
84
  <a-list
85
85
  v-if="remarkData.length > 0"
86
86
  item-layout="horizontal"
@@ -89,7 +89,7 @@
89
89
  >
90
90
  <a-list-item
91
91
  slot="renderItem"
92
- slot-scope="item, index"
92
+ slot-scope="item"
93
93
  :style="{
94
94
  borderBottom: item.type === 'date' ? '0' : '1px solid #ddd',
95
95
  backgroundColor: item.type === 'date' ? '#fff' : '#fff',
@@ -437,7 +437,7 @@ export default {
437
437
  background-color: #fff;
438
438
  padding: 10px 10px 0;
439
439
  min-height: 210px;
440
- max-height: 210px;
440
+ // max-height: 210px;
441
441
  }
442
442
  .msg-content {
443
443
  box-sizing: border-box;