bk-magic-vue 2.5.9-beta.43 → 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.
@@ -9005,6 +9005,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9005
9005
  font-size:var(--font-size);
9006
9006
  }
9007
9007
  .bk-select-tag-container{
9008
+ white-space:normal;
9008
9009
  height:auto;
9009
9010
  min-height:30px;
9010
9011
  padding:0 30px 0 10px;
@@ -9126,8 +9127,11 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
9126
9127
  margin:4px 5px 4px 0;
9127
9128
  overflow:hidden;
9128
9129
  border:none;
9129
- outline:none;
9130
+ outline:none
9130
9131
  }
9132
+ .bk-select-tag-input::-webkit-input-placeholder{
9133
+ color:#c3cdd7;
9134
+ }
9131
9135
  .bk-sideslider-show{
9132
9136
  overflow-y:hidden !important;
9133
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
  },