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.
package/lib/select/select.css
CHANGED
@@ -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;
|
package/lib/select/select.less
CHANGED
@@ -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;
|