bkui-vue 0.0.1-beta.461 → 0.0.1-beta.462
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/dist/index.cjs.js +13 -13
- package/dist/index.esm.js +274 -266
- package/dist/index.umd.js +13 -13
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/date-picker/date-picker.css +3 -0
- package/lib/date-picker/date-picker.less +6 -2
- package/lib/date-picker/date-picker.variable.css +3 -0
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/panel/date-range.d.ts +14 -0
- package/lib/select/select.css +3 -3
- package/lib/select/select.less +4 -4
- package/lib/select/select.variable.css +3 -3
- package/package.json +1 -1
@@ -403,9 +403,8 @@
|
|
403
403
|
padding: 4px 0;
|
404
404
|
}
|
405
405
|
.bk-popover.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option {
|
406
|
-
display: flex;
|
407
|
-
align-items: center;
|
408
406
|
position: relative;
|
407
|
+
display: flex;
|
409
408
|
height: 32px;
|
410
409
|
padding: 0 12px;
|
411
410
|
line-height: 32px;
|
@@ -413,14 +412,15 @@
|
|
413
412
|
text-align: left;
|
414
413
|
cursor: pointer;
|
415
414
|
user-select: none;
|
415
|
+
align-items: center;
|
416
416
|
overflow: hidden;
|
417
417
|
text-overflow: ellipsis;
|
418
418
|
white-space: nowrap;
|
419
419
|
}
|
420
420
|
.bk-popover.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option .bk-select-selected-icon {
|
421
421
|
position: absolute;
|
422
|
-
right: 10px;
|
423
422
|
top: 5px;
|
423
|
+
right: 10px;
|
424
424
|
}
|
425
425
|
.bk-popover.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option .bk-select-checkbox {
|
426
426
|
margin-right: 6px;
|