bk-magic-vue 2.5.9-beta.44 → 2.5.9-beta.45

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.
@@ -9127,8 +9127,11 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9127
9127
  margin:4px 5px 4px 0;
9128
9128
  overflow:hidden;
9129
9129
  border:none;
9130
- outline:none;
9130
+ outline:none
9131
9131
  }
9132
+ .bk-select-tag-input::-webkit-input-placeholder{
9133
+ color:#c3cdd7;
9134
+ }
9132
9135
  .bk-sideslider-show{
9133
9136
  overflow-y:hidden !important;
9134
9137
  }
@@ -33254,6 +33254,9 @@
33254
33254
  }],
33255
33255
  ref: "inputRef",
33256
33256
  staticClass: "bk-select-tag-input",
33257
+ attrs: {
33258
+ "placeholder": _vm.select.selectedOptions.length ? '' : _vm.select.localPlaceholder
33259
+ },
33257
33260
  domProps: {
33258
33261
  "value": _vm.newOptionName
33259
33262
  },