bi-eleme 2.4.4 → 2.4.5

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.
@@ -128,7 +128,7 @@
128
128
 
129
129
  @include e(prefix) {
130
130
  position: absolute;
131
- left: 10px;
131
+ left: 5px;
132
132
  }
133
133
 
134
134
  @include e(postfix) {
@@ -162,6 +162,14 @@
162
162
  margin-right: 10px;
163
163
  }
164
164
  }
165
+ @include e(suggestion-item-all) {
166
+ font-weight: bold;
167
+ list-style: none;
168
+ border-bottom: 1px solid $--collapse-border-color;
169
+ &.is-checked {
170
+ color: $--cascader-menu-selected-font-color;
171
+ }
172
+ }
165
173
 
166
174
  @include e(empty-text) {
167
175
  margin: 10px 0;
package/src/index.js CHANGED
@@ -212,7 +212,7 @@ if (typeof window !== 'undefined' && window.Vue) {
212
212
  }
213
213
 
214
214
  export default {
215
- version: '2.4.4',
215
+ version: '2.4.5',
216
216
  locale: locale.use,
217
217
  i18n: locale.i18n,
218
218
  install,