bri-components 1.3.98 → 1.4.0

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.
@@ -48,7 +48,7 @@
48
48
  class="list"
49
49
  >
50
50
  <DropdownItem
51
- v-for="dropdownItem in showList"
51
+ v-for="(dropdownItem, dropdownIndex) in showList"
52
52
  :key="dropdownItem._id || dropdownItem._key || dropdownItem.type"
53
53
  :class="{
54
54
  'list-item': true,
@@ -63,6 +63,7 @@
63
63
  <slot
64
64
  name="dropdownItem"
65
65
  :dropdownItem="dropdownItem"
66
+ :dropdownIndex="dropdownIndex"
66
67
  >
67
68
  <dsh-icons
68
69
  v-if="dropdownItem.icon || dropdownItem.customIcon"
@@ -224,8 +224,9 @@
224
224
  display: none!important;
225
225
  }
226
226
 
227
- &-tree,
228
227
  &-merge {
228
+ background-color: #fbfbfb!important;
229
+
229
230
  textarea.ivu-input {
230
231
  min-height: 18px;
231
232
  padding: 0px;