bkui-vue 2.0.1-beta.2 → 2.0.1-beta.3

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.
@@ -330,9 +330,8 @@
330
330
  .bk-popover.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option {
331
331
  position: relative;
332
332
  display: flex;
333
- height: 32px;
333
+ min-height: 32px;
334
334
  padding: 0 12px;
335
- line-height: 32px;
336
335
  color: #63656e;
337
336
  text-align: left;
338
337
  cursor: pointer;
@@ -380,9 +380,8 @@
380
380
  .@{bk-prefix}-select-option {
381
381
  position: relative;
382
382
  display: flex;
383
- height: 32px;
383
+ min-height: 32px;
384
384
  padding: 0 12px;
385
- line-height: 32px;
386
385
  color: #63656e;
387
386
  text-align: left;
388
387
  cursor: pointer;
@@ -459,9 +459,8 @@
459
459
  .bk-popover.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option {
460
460
  position: relative;
461
461
  display: flex;
462
- height: 32px;
462
+ min-height: 32px;
463
463
  padding: 0 12px;
464
- line-height: 32px;
465
464
  color: #63656e;
466
465
  text-align: left;
467
466
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.2",
3
+ "version": "2.0.1-beta.3",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",