bkui-vue 0.0.1-beta.197 → 0.0.1-beta.198

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.
@@ -112,6 +112,8 @@
112
112
  height: 30px;
113
113
  }
114
114
  .bk-select .bk-select-trigger .bk-select-tag:not(.collapse-tag) {
115
+ position: relative;
116
+ z-index: 1;
115
117
  height: auto;
116
118
  min-height: 32px;
117
119
  flex-wrap: wrap;
@@ -168,6 +168,8 @@
168
168
  }
169
169
 
170
170
  &:not(.collapse-tag) {
171
+ position: relative;
172
+ z-index: 1;
171
173
  height: auto;
172
174
  min-height: 32px;
173
175
  flex-wrap: wrap;
@@ -225,6 +225,8 @@
225
225
  height: 30px;
226
226
  }
227
227
  .bk-select .bk-select-trigger .bk-select-tag:not(.collapse-tag) {
228
+ position: relative;
229
+ z-index: 1;
228
230
  height: auto;
229
231
  min-height: 32px;
230
232
  flex-wrap: wrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.197",
3
+ "version": "0.0.1-beta.198",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",