bkui-vue 2.0.1-beta.50 → 2.0.1-beta.50.select.1
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/README.md +0 -15
- package/dist/index.cjs.js +162 -162
- package/dist/index.esm.js +29944 -31126
- package/dist/index.umd.js +162 -162
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +0 -130
- package/lib/affix/affix.variable.css +1 -262
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.css +3 -133
- package/lib/alert/alert.d.ts +12 -5
- package/lib/alert/alert.variable.css +1 -262
- package/lib/alert/index.d.ts +26 -11
- package/lib/alert/index.js +1 -0
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +4 -395
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -262
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.css +5 -135
- package/lib/breadcrumb/breadcrumb.variable.css +6 -397
- package/lib/button/button.css +143 -273
- package/lib/button/button.d.ts +7 -7
- package/lib/button/button.variable.css +1 -262
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +7 -6
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -396
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +26 -156
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +27 -418
- package/lib/cascader/index.js +37 -36
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +16 -0
- package/lib/checkbox/checkbox.css +9 -139
- package/lib/checkbox/checkbox.d.ts +7 -7
- package/lib/checkbox/checkbox.variable.css +1 -262
- package/lib/checkbox/index.d.ts +22 -11
- package/lib/checkbox/index.js +6 -14
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -262
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/collapse.css +1 -142
- package/lib/collapse/collapse.d.ts +0 -11
- package/lib/collapse/collapse.less +1 -15
- package/lib/collapse/collapse.variable.css +1 -273
- package/lib/collapse/index.d.ts +0 -23
- package/lib/collapse/index.js +3 -11
- package/lib/collapse/props.d.ts +0 -8
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.css +0 -130
- package/lib/collapse-transition/collapse-transition.variable.css +1 -262
- package/lib/color-picker/color-picker.css +3 -133
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +4 -265
- package/lib/color-picker/index.js +45 -45
- package/lib/components.d.ts +31 -32
- package/lib/components.js +30 -31
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -262
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -392
- package/lib/container/index.js +7 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.d.ts +10 -0
- package/lib/date-picker/date-picker.variable.css +1 -262
- package/lib/date-picker/index.d.ts +22 -0
- package/lib/date-picker/index.js +223 -320
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +68 -6
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +10 -1
- package/lib/date-picker/panel/time.d.ts +10 -1
- package/lib/date-picker/props.d.ts +5 -1
- package/lib/date-picker/time-picker.d.ts +9 -0
- package/lib/date-picker/utils.d.ts +1 -5
- package/lib/dialog/dialog.css +88 -269
- package/lib/dialog/dialog.d.ts +146 -68
- package/lib/dialog/dialog.less +76 -9
- package/lib/dialog/dialog.variable.css +89 -531
- package/lib/dialog/index.d.ts +340 -159
- package/lib/dialog/index.js +221 -197
- package/lib/dialog/props.d.ts +52 -22
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +168 -170
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +4 -2
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +1 -262
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown-item.d.ts +1 -1
- package/lib/dropdown/dropdown-menu.d.ts +1 -1
- package/lib/dropdown/dropdown.css +0 -130
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/dropdown.variable.css +1 -392
- package/lib/dropdown/index.d.ts +13 -13
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +1 -262
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -262
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form-item.d.ts +16 -0
- package/lib/form/form.css +0 -130
- package/lib/form/form.d.ts +2 -2
- package/lib/form/form.variable.css +1 -262
- package/lib/form/index.d.ts +11 -0
- package/lib/form/index.js +16 -14
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/image/image-viewer.css +0 -130
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +1 -262
- package/lib/image/image.css +0 -130
- package/lib/image/image.variable.css +1 -392
- package/lib/image/index.js +21 -20
- package/lib/index.d.ts +3 -9
- package/lib/index.js +29 -5
- package/lib/info-box/index.d.ts +2 -2
- package/lib/info-box/index.js +173 -326
- package/lib/info-box/info-box.css +7 -193
- package/lib/info-box/info-box.d.ts +23 -25
- package/lib/info-box/info-box.less +14 -76
- package/lib/info-box/info-box.variable.css +8 -325
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +23 -26
- package/lib/input/input.css +72 -202
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.variable.css +73 -464
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.css +16 -146
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +1 -262
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.d.ts +6 -6
- package/lib/loading/loading.variable.css +17 -408
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu.css +18 -148
- package/lib/menu/menu.variable.css +19 -410
- package/lib/menu/submenu.css +0 -130
- package/lib/menu/submenu.variable.css +1 -262
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/message.css +21 -151
- package/lib/message/message.variable.css +1 -262
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/hooks.d.ts +1 -1
- package/lib/modal/index.d.ts +343 -68
- package/lib/modal/index.js +701 -237
- package/lib/modal/modal.css +32 -261
- package/lib/modal/modal.d.ts +131 -26
- package/lib/modal/modal.less +29 -83
- package/lib/modal/modal.variable.css +33 -523
- package/lib/modal/props.mixin.d.ts +51 -10
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +1 -262
- package/lib/notify/index.js +4 -4
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -262
- package/lib/overflow-title/components/overflow-title.d.ts +16 -9
- package/lib/overflow-title/index.d.ts +34 -19
- package/lib/overflow-title/index.js +64 -107
- package/lib/overflow-title/props.d.ts +21 -18
- package/lib/pagination/index.d.ts +19 -0
- package/lib/pagination/index.js +23 -44
- package/lib/pagination/pagination.css +9 -139
- package/lib/pagination/pagination.d.ts +13 -0
- package/lib/pagination/pagination.less +13 -14
- package/lib/pagination/pagination.variable.css +9 -270
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.js +20 -18
- package/lib/pop-confirm/index.d.ts +43 -11
- package/lib/pop-confirm/index.js +28 -27
- package/lib/pop-confirm/pop-confirm.css +1 -133
- package/lib/pop-confirm/pop-confirm.d.ts +19 -5
- package/lib/pop-confirm/pop-confirm.less +1 -3
- package/lib/pop-confirm/pop-confirm.variable.css +2 -265
- package/lib/pop-confirm/props.d.ts +11 -5
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +20 -18
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/popover.variable.css +1 -262
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +1 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.js +3 -3
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -262
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +11 -10
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.d.ts +7 -7
- package/lib/progress/progress.variable.css +5 -396
- package/lib/radio/index.d.ts +0 -29
- package/lib/radio/index.js +26 -55
- package/lib/radio/radio-button.d.ts +0 -10
- package/lib/radio/radio-group.d.ts +0 -10
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.d.ts +0 -10
- package/lib/radio/radio.variable.css +1 -262
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +0 -157
- package/lib/rate/rate.less +0 -33
- package/lib/rate/rate.variable.css +1 -289
- package/lib/rate/star.css +27 -0
- package/lib/rate/star.less +34 -0
- package/lib/{styles/themes/themes.variable.css → rate/star.variable.css} +28 -2
- package/lib/resize-layout/index.d.ts +11 -34
- package/lib/resize-layout/index.js +14 -29
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.d.ts +5 -16
- package/lib/resize-layout/resize-layout.variable.css +1 -262
- package/lib/search-select/index.d.ts +72 -40
- package/lib/search-select/index.js +130 -148
- package/lib/search-select/input.d.ts +4 -5
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/search-select.css +33 -163
- package/lib/search-select/search-select.d.ts +39 -15
- package/lib/search-select/search-select.variable.css +34 -425
- package/lib/search-select/selected.d.ts +10 -12
- package/lib/search-select/utils.d.ts +6 -6
- package/lib/select/common.d.ts +4 -4
- package/lib/select/index.d.ts +93 -101
- package/lib/select/index.js +192 -235
- package/lib/select/option.d.ts +6 -5
- package/lib/select/select.css +45 -176
- package/lib/select/select.d.ts +36 -38
- package/lib/select/select.less +6 -8
- package/lib/select/select.variable.css +46 -438
- package/lib/select/selectTagInput.d.ts +6 -6
- package/lib/select/type.d.ts +11 -10
- package/lib/shared/index.d.ts +2 -2
- package/lib/shared/index.js +89 -108
- package/lib/shared/mask.d.ts +11 -0
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +46 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +217 -75
- package/lib/sideslider/index.js +42 -68
- package/lib/sideslider/sideslider.css +92 -152
- package/lib/sideslider/sideslider.d.ts +103 -35
- package/lib/sideslider/sideslider.less +112 -31
- package/lib/sideslider/sideslider.variable.css +92 -283
- package/lib/slider/index.d.ts +0 -19
- package/lib/slider/index.js +26 -64
- package/lib/slider/slider.css +4 -148
- package/lib/slider/slider.d.ts +0 -9
- package/lib/slider/slider.less +0 -15
- package/lib/slider/slider.variable.css +1 -276
- package/lib/steps/index.d.ts +29 -14
- package/lib/steps/index.js +4 -3
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.d.ts +18 -8
- package/lib/steps/steps.variable.css +1 -262
- package/lib/styles/index.d.ts +1 -1
- package/lib/styles/mixins/animate.css +0 -130
- package/lib/styles/mixins/animate.variable.css +1 -262
- package/lib/styles/mixins/mixins.css +0 -130
- package/lib/styles/mixins/mixins.variable.css +0 -130
- package/lib/styles/mixins/popper.css +0 -130
- package/lib/styles/mixins/popper.variable.css +1 -262
- package/lib/styles/mixins/scroll.css +0 -130
- package/lib/styles/mixins/scroll.variable.css +1 -262
- package/lib/styles/reset.css +0 -130
- package/lib/styles/reset.variable.css +1 -262
- package/lib/styles/themes/themes.less +129 -299
- package/lib/swiper/index.js +5 -5
- package/lib/swiper/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -262
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/switcher/switcher.variable.css +18 -409
- package/lib/tab/index.d.ts +114 -22
- package/lib/tab/index.js +29 -16
- package/lib/tab/props.d.ts +50 -15
- package/lib/tab/tab-nav.d.ts +55 -12
- package/lib/tab/tab.css +17 -147
- package/lib/tab/tab.d.ts +54 -10
- package/lib/tab/tab.variable.css +1 -262
- package/lib/table/components/table-cell.d.ts +2 -25
- package/lib/table/components/table-column.d.ts +239 -20
- package/lib/table/const.d.ts +13 -25
- package/lib/table/events.d.ts +112 -16
- package/lib/table/index.d.ts +738 -135
- package/lib/table/index.js +6037 -23581
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/head-filter.css +4 -138
- package/lib/table/plugins/head-filter.d.ts +1 -2
- package/lib/table/plugins/head-filter.less +3 -6
- package/lib/table/plugins/head-filter.variable.css +5 -270
- package/lib/table/plugins/head-sort.css +0 -130
- package/lib/table/plugins/head-sort.variable.css +1 -262
- package/lib/table/plugins/settings.css +0 -131
- package/lib/table/plugins/settings.d.ts +16 -0
- package/lib/table/plugins/settings.less +0 -1
- package/lib/table/plugins/settings.variable.css +1 -263
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +35 -0
- package/lib/table/{hooks → plugins}/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +27 -0
- package/lib/table/plugins/use-head-cell.d.ts +7 -0
- package/lib/table/plugins/use-pagination.d.ts +21 -0
- package/lib/table/props.d.ts +64 -131
- package/lib/table/table.css +302 -562
- package/lib/table/table.d.ts +185 -62
- package/lib/table/table.less +148 -187
- package/lib/table/table.variable.css +303 -824
- package/lib/table/use-attributes.d.ts +61 -0
- package/lib/table/use-column.d.ts +276 -0
- package/lib/table/use-common.d.ts +1679 -0
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +21 -47
- package/lib/table-column/index.d.ts +579 -30
- package/lib/table-column/index.js +320 -17373
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +3 -2
- package/lib/tag/tag.css +6 -136
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.less +1 -1
- package/lib/tag/tag.variable.css +2 -263
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +8 -8
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.css +18 -148
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-input.variable.css +1 -262
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/time-picker/index.d.ts +19 -0
- package/lib/time-picker/time-picker.css +0 -130
- package/lib/time-picker/time-picker.variable.css +1 -262
- package/lib/timeline/index.js +2 -2
- package/lib/timeline/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -262
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +28 -158
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +10 -271
- package/lib/tree/constant.d.ts +20 -24
- package/lib/tree/index.d.ts +24 -82
- package/lib/tree/index.js +90 -17657
- package/lib/tree/props.d.ts +10 -35
- package/lib/tree/tree.css +18 -248
- package/lib/tree/tree.d.ts +8 -34
- package/lib/tree/tree.less +1 -1
- package/lib/tree/tree.variable.css +19 -510
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +9 -10
- package/lib/tree/use-node-async.d.ts +1 -2
- package/lib/tree/use-node-attribute.d.ts +30 -47
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/use-tree-init.d.ts +5 -8
- package/lib/tree/util.d.ts +21 -21
- package/lib/upload/index.d.ts +0 -23
- package/lib/upload/index.js +41 -71
- package/lib/upload/props.d.ts +1 -6
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.d.ts +0 -11
- package/lib/upload/upload.type.d.ts +6 -12
- package/lib/upload/upload.variable.css +28 -419
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +46 -39
- package/lib/virtual-render/index.js +117 -17585
- package/lib/virtual-render/props.d.ts +9 -18
- package/lib/virtual-render/use-fix-top.d.ts +8 -3
- package/lib/virtual-render/v-virtual-render.d.ts +2 -7
- package/lib/virtual-render/virtual-render.css +9 -239
- package/lib/virtual-render/virtual-render.d.ts +22 -19
- package/lib/virtual-render/virtual-render.less +10 -1
- package/lib/virtual-render/virtual-render.variable.css +10 -501
- package/lib/volar.components.d.ts +0 -2
- package/package.json +55 -17
- package/lib/info-box/render-component.d.ts +0 -4
- package/lib/modal/mask.d.ts +0 -6
- package/lib/scrollbar/css/scrollbar.css +0 -239
- package/lib/scrollbar/css/scrollbar.less +0 -139
- package/lib/scrollbar/css/scrollbar.variable.css +0 -499
- package/lib/scrollbar/handlers/click-rail.d.ts +0 -2
- package/lib/scrollbar/handlers/drag-thumb.d.ts +0 -1
- package/lib/scrollbar/handlers/keyboard.d.ts +0 -2
- package/lib/scrollbar/handlers/mouse-wheel.d.ts +0 -2
- package/lib/scrollbar/handlers/touch.d.ts +0 -4
- package/lib/scrollbar/helper/class-names.d.ts +0 -21
- package/lib/scrollbar/helper/css.d.ts +0 -3
- package/lib/scrollbar/helper/dom.d.ts +0 -4
- package/lib/scrollbar/helper/event-manager.d.ts +0 -20
- package/lib/scrollbar/helper/util.d.ts +0 -11
- package/lib/scrollbar/index.d.ts +0 -135
- package/lib/scrollbar/index.js +0 -1657
- package/lib/scrollbar/process-scroll-diff.d.ts +0 -1
- package/lib/scrollbar/update-geometry.d.ts +0 -8
- package/lib/shared/frame-throttle.d.ts +0 -15
- package/lib/styles/themes/themes.css +0 -130
- package/lib/table/components/ghost-body.d.ts +0 -2
- package/lib/table/hooks/use-cell.d.ts +0 -20
- package/lib/table/hooks/use-column-resize.d.ts +0 -7
- package/lib/table/hooks/use-column-template.d.ts +0 -5
- package/lib/table/hooks/use-columns.d.ts +0 -69
- package/lib/table/hooks/use-fixed-column.d.ts +0 -10
- package/lib/table/hooks/use-head.d.ts +0 -16
- package/lib/table/hooks/use-layout.d.ts +0 -24
- package/lib/table/hooks/use-pagination.d.ts +0 -16
- package/lib/table/hooks/use-render.d.ts +0 -23
- package/lib/table/hooks/use-rows.d.ts +0 -27
- package/lib/table/hooks/use-settings.d.ts +0 -130
- package/lib/table/hooks/use-shift-key.d.ts +0 -15
- package/lib/tree/use-intersection-observer.d.ts +0 -27
- package/lib/virtual-render/use-scrollbar.d.ts +0 -10
- /package/lib/table/{components → plugins}/body-empty.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-observer-resize.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-scroll-loading.d.ts +0 -0
package/lib/table/table.css
CHANGED
@@ -1,133 +1,3 @@
|
|
1
|
-
:root {
|
2
|
-
--bk-prefix: bk;
|
3
|
-
--popover-max-height: 216px;
|
4
|
-
--primary-color: #3a84ff;
|
5
|
-
--success-color: #2dcb56;
|
6
|
-
--warning-color: #ff9c01;
|
7
|
-
--danger-color: #ea3636;
|
8
|
-
--default-color: #63656e;
|
9
|
-
--gray-color: #979ba5;
|
10
|
-
--light-gray: #c4c6cc;
|
11
|
-
--white-color: white;
|
12
|
-
--whitesmoke-color: #fafbfd;
|
13
|
-
--disable-color: #dcdee5;
|
14
|
-
--disable-bg-color: #f9fafd;
|
15
|
-
--border-color: #dcdee5;
|
16
|
-
--font-size-base: 12px;
|
17
|
-
--font-size-medium: 14px;
|
18
|
-
--font-size-large: 16px;
|
19
|
-
--line-height-base: 16px;
|
20
|
-
--line-height-medium: 16px;
|
21
|
-
--line-height-large: 18px;
|
22
|
-
--component-size-small: 26px;
|
23
|
-
--component-size-base: 32px;
|
24
|
-
--component-size-large: 40px;
|
25
|
-
--component-size-small-padding: 0 12px;
|
26
|
-
--component-size-base-padding: 0 14px;
|
27
|
-
--component-size-large-padding: 0 16px;
|
28
|
-
--border-width-base: 1px;
|
29
|
-
--border-style-base: solid;
|
30
|
-
--border-radius-base: 2px;
|
31
|
-
--border-style-color: var(--light-gray);
|
32
|
-
--input-disabled-bg: #fafbfd;
|
33
|
-
--input-disabled-border: var(--disable-color);
|
34
|
-
--input-height-base: var(--component-size-base);
|
35
|
-
--input-color: var(--default-color);
|
36
|
-
--input-bg: white;
|
37
|
-
--input-border-color: var(--light-gray);
|
38
|
-
--input-broder-radius: 3px;
|
39
|
-
--input-shadow-color: #a3c5fd;
|
40
|
-
--input-horizontal-padding: 8px;
|
41
|
-
--input-block-color: #f5f7fa;
|
42
|
-
--input-block-hover-color: #eaebf0;
|
43
|
-
--input-icon-size: var(--font-size-medium);
|
44
|
-
--input-maxlength-color: #979ba5;
|
45
|
-
--button-primary-hover-color: #5594fa;
|
46
|
-
--button-danger-hover-color: #ff5656;
|
47
|
-
--button-success-hover-color: #45e35f;
|
48
|
-
--button-warning-hover-color: #ffb848;
|
49
|
-
--button-default-hover-border-color: #979ba5;
|
50
|
-
--button-primary-active-color: #2c77f4;
|
51
|
-
--button-danger-active-color: #db2626;
|
52
|
-
--button-success-active-color: #1ab943;
|
53
|
-
--button-warning-active-color: #eb9000;
|
54
|
-
--button-selected-bg-color: #e1ecff;
|
55
|
-
--button-disabled-selected-bg-color: #f0f1f5;
|
56
|
-
--radio-font-color: #63656e;
|
57
|
-
--radio-active-color: #3a84ff;
|
58
|
-
--radio-hover-border-color: #979ba5;
|
59
|
-
--radio-disabled-border: #dcdee5;
|
60
|
-
--radio-disabled-font-color: #c4c6cc;
|
61
|
-
--radio-disabled-checked-bg: #a3c5fd;
|
62
|
-
--radio-button-checked-bg: #e1ecff;
|
63
|
-
--radio-button-disabled-checked-bg: #fafbfd;
|
64
|
-
--checkbox-disabled-checked-bg: #a3c5fd;
|
65
|
-
--fixed-navbar-background: #fff;
|
66
|
-
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
67
|
-
--switch-default-color: #fff;
|
68
|
-
--switch-grey-color: #c4c6cc;
|
69
|
-
--breadcrumb-black-color: #979ba5;
|
70
|
-
--breadcrumb-primary-hover-color: #0082ff;
|
71
|
-
--breadcrumb-fn-main-color: #63656e;
|
72
|
-
--link-default-hover-color: #979ba5;
|
73
|
-
--link-primary-hover-color: #699df4;
|
74
|
-
--link-success-hover-color: #45e35f;
|
75
|
-
--link-warning-hover-color: #ffb848;
|
76
|
-
--link-danger-hover-color: #ff5656;
|
77
|
-
--link-default-disabled-color: #dcdee5;
|
78
|
-
--link-primary-disabled-color: #a3c5fd;
|
79
|
-
--link-success-disabled-color: #94f5a4;
|
80
|
-
--link-warning-disabled-color: #ffd695;
|
81
|
-
--link-danger-disabled-color: #fd9c9c;
|
82
|
-
--message-color: var(--default-color);
|
83
|
-
--message-primary-bg-color: #f0f8ff;
|
84
|
-
--message-primary-border-color: #e1ecff;
|
85
|
-
--message-primary-shadow-color: #e1e8f4;
|
86
|
-
--message-warning-bg-color: #fff4e2;
|
87
|
-
--message-warning-border-color: #ffe8c3;
|
88
|
-
--message-warning-shadow-color: #ede6db;
|
89
|
-
--message-success-bg-color: #f2fff4;
|
90
|
-
--message-success-border-color: #dcffe2;
|
91
|
-
--message-success-shadow-color: #cef0d7;
|
92
|
-
--message-danger-bg-color: #ffeded;
|
93
|
-
--message-danger-border-color: #ffdddd;
|
94
|
-
--message-danger-shadow-color: #f6dada;
|
95
|
-
--slider-default-bg: #dcdee5;
|
96
|
-
--slider-disable-bar-bg: #979ba5;
|
97
|
-
--menu-bg-color: #182132;
|
98
|
-
--submenu-bg-color: #151d2c;
|
99
|
-
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
100
|
-
--menu-color: #96a2b9;
|
101
|
-
--menu-group-color: var(--default-color);
|
102
|
-
--menu-width: 260px;
|
103
|
-
--menu-collapse-width: 60px;
|
104
|
-
--menu-active-color: white;
|
105
|
-
--nav-header-bg-color: #182132;
|
106
|
-
--nav-bg-color: #182132;
|
107
|
-
--date-picker-disabled-bg: #fafbfd;
|
108
|
-
--date-picker-dropdown-mb: 4px;
|
109
|
-
--date-picker-dropdown-bg: #fff;
|
110
|
-
--table-bg-color: var(--white-color);
|
111
|
-
--table-border-color: #dcdee5;
|
112
|
-
--table-strip-color: #fafbfd;
|
113
|
-
--table-head-bg-color: #fafbfd;
|
114
|
-
--table-head-font-color: #313238;
|
115
|
-
--table-body-font-color: #63656e;
|
116
|
-
--table-row-hover-bg-color: #f5f7fa;
|
117
|
-
--table-row-active-bg-color: #f0f1f5;
|
118
|
-
--cascader-panel-border-color: #dcdee5;
|
119
|
-
--cascader-panel-hover: #f5f7fa;
|
120
|
-
--cascader-panel-active: #e1ecff;
|
121
|
-
--cascader-panel-disabled-bg: #fff;
|
122
|
-
--search-select-focus-border-color: var(--primary-color);
|
123
|
-
--search-select-focus-color: #3c96ff;
|
124
|
-
--search-select-font-color: var(--default-color);
|
125
|
-
--search-select-placeholder-color: var(--light-gray);
|
126
|
-
--search-select-message-color: var(--danger-color);
|
127
|
-
--search-select-menu-border-color: var(--disable-color);
|
128
|
-
--select-active-color: #e1ecff;
|
129
|
-
--select-hover-color: #f5f7fa;
|
130
|
-
}
|
131
1
|
.bk-F-scroll-x {
|
132
2
|
overflow-x: auto;
|
133
3
|
scrollbar-color: #a0a0a0 transparent;
|
@@ -145,118 +15,18 @@
|
|
145
15
|
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
146
16
|
border-radius: 4px;
|
147
17
|
}
|
148
|
-
.bk-scrollbar {
|
149
|
-
overflow: hidden !important;
|
150
|
-
overflow-anchor: none;
|
151
|
-
touch-action: auto;
|
152
|
-
/*
|
153
|
-
* Scrollbar rail styles
|
154
|
-
*/
|
155
|
-
/*
|
156
|
-
* Scrollbar thumb styles
|
157
|
-
*/
|
158
|
-
}
|
159
|
-
.bk-scrollbar.bk--active-x > .bk__rail-x,
|
160
|
-
.bk-scrollbar.bk--active-y > .bk__rail-y {
|
161
|
-
display: block;
|
162
|
-
}
|
163
|
-
.bk-scrollbar .bk__rail-x:hover,
|
164
|
-
.bk-scrollbar .bk__rail-y:hover,
|
165
|
-
.bk-scrollbar .bk__rail-x:focus,
|
166
|
-
.bk-scrollbar .bk__rail-y:focus,
|
167
|
-
.bk-scrollbar .bk__rail-x.bk--clicking,
|
168
|
-
.bk-scrollbar .bk__rail-y.bk--clicking {
|
169
|
-
background-color: #f0f1f5;
|
170
|
-
}
|
171
|
-
.bk-scrollbar .bk__rail-x {
|
172
|
-
display: none;
|
173
|
-
opacity: 0;
|
174
|
-
transition: background-color 0.2s linear, opacity 0.2s linear;
|
175
|
-
height: 10px;
|
176
|
-
bottom: 0px;
|
177
|
-
position: absolute;
|
178
|
-
}
|
179
|
-
.bk-scrollbar .bk__rail-x.bk-size-small {
|
180
|
-
height: 8px;
|
181
|
-
}
|
182
|
-
.bk-scrollbar .bk__rail-x.bk-size-small .bk__thumb-x {
|
183
|
-
height: 6px;
|
184
|
-
}
|
185
|
-
.bk-scrollbar .bk__rail-y {
|
186
|
-
display: none;
|
187
|
-
opacity: 0;
|
188
|
-
transition: background-color 0.2s linear, opacity 0.2s linear;
|
189
|
-
width: 10px;
|
190
|
-
right: 0px;
|
191
|
-
position: absolute;
|
192
|
-
margin-right: 2px;
|
193
|
-
}
|
194
|
-
.bk-scrollbar .bk__rail-y.bk-size-small {
|
195
|
-
width: 8px;
|
196
|
-
}
|
197
|
-
.bk-scrollbar .bk__rail-y.bk-size-small .bk__thumb-y {
|
198
|
-
width: 6px;
|
199
|
-
}
|
200
|
-
.bk-scrollbar:hover > .bk__rail-x,
|
201
|
-
.bk-scrollbar:hover > .bk__rail-y,
|
202
|
-
.bk-scrollbar.bk--focus > .bk__rail-x,
|
203
|
-
.bk-scrollbar.bk--focus > .bk__rail-y,
|
204
|
-
.bk-scrollbar.bk--scrolling-x > .bk__rail-x,
|
205
|
-
.bk-scrollbar.bk--scrolling-y > .bk__rail-y {
|
206
|
-
opacity: 0.9;
|
207
|
-
}
|
208
|
-
.bk-scrollbar .bk__thumb-x {
|
209
|
-
background-color: #dcdee5;
|
210
|
-
border-radius: 8px;
|
211
|
-
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
212
|
-
height: 8px;
|
213
|
-
bottom: 0px;
|
214
|
-
position: absolute;
|
215
|
-
}
|
216
|
-
.bk-scrollbar .bk__thumb-y {
|
217
|
-
background-color: #dcdee5;
|
218
|
-
border-radius: 8px;
|
219
|
-
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
220
|
-
width: 8px;
|
221
|
-
right: 0px;
|
222
|
-
position: absolute;
|
223
|
-
}
|
224
|
-
.bk-scrollbar .bk__rail-x:hover > .bk__thumb-x,
|
225
|
-
.bk-scrollbar .bk__rail-x:focus > .bk__thumb-x,
|
226
|
-
.bk-scrollbar .bk__rail-x.bk--clicking .bk__thumb-x {
|
227
|
-
background-color: #979ba5;
|
228
|
-
height: 10px;
|
229
|
-
}
|
230
|
-
.bk-scrollbar .bk__rail-y:hover > .bk__thumb-y,
|
231
|
-
.bk-scrollbar .bk__rail-y:focus > .bk__thumb-y,
|
232
|
-
.bk-scrollbar .bk__rail-y.bk--clicking .bk__thumb-y {
|
233
|
-
background-color: #979ba5;
|
234
|
-
width: 10px;
|
235
|
-
}
|
236
|
-
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
237
|
-
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
238
|
-
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-x {
|
239
|
-
height: 8px;
|
240
|
-
}
|
241
|
-
.bk-scrollbar .bk-size-small:hover > .bk__thumb-y,
|
242
|
-
.bk-scrollbar .bk-size-small:focus > .bk__thumb-y,
|
243
|
-
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-y {
|
244
|
-
width: 8px;
|
245
|
-
}
|
246
|
-
/* MS supports */
|
247
|
-
@supports (-ms-overflow-style: none) {
|
248
|
-
.bk-scrollbar {
|
249
|
-
overflow: auto !important;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
253
|
-
.bk-scrollbar {
|
254
|
-
overflow: auto !important;
|
255
|
-
}
|
256
|
-
}
|
257
18
|
.bk-virtual-render {
|
258
19
|
position: relative;
|
259
20
|
}
|
21
|
+
.bk-virtual-render .bk-virtual-content,
|
22
|
+
.bk-virtual-render.bk-virtual-content {
|
23
|
+
position: absolute;
|
24
|
+
top: 0;
|
25
|
+
bottom: 0;
|
26
|
+
left: 0;
|
27
|
+
width: 100%;
|
28
|
+
height: 100%;
|
29
|
+
}
|
260
30
|
.bk-virtual-render .bk-virtual-section {
|
261
31
|
width: 1px;
|
262
32
|
background: transparent;
|
@@ -279,8 +49,8 @@
|
|
279
49
|
margin-left: 24px;
|
280
50
|
}
|
281
51
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
282
|
-
background:
|
283
|
-
border-color:
|
52
|
+
background: #3a84ff;
|
53
|
+
border-color: #3a84ff;
|
284
54
|
transition: all 0.1s;
|
285
55
|
}
|
286
56
|
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
@@ -301,8 +71,8 @@
|
|
301
71
|
transform-origin: center;
|
302
72
|
}
|
303
73
|
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
304
|
-
background:
|
305
|
-
border-color:
|
74
|
+
background: #3a84ff;
|
75
|
+
border-color: #3a84ff;
|
306
76
|
transition: all 0.1s;
|
307
77
|
}
|
308
78
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
@@ -327,17 +97,17 @@
|
|
327
97
|
}
|
328
98
|
.bk-checkbox.is-disabled .bk-checkbox-input {
|
329
99
|
background: #fafbfd;
|
330
|
-
border-color:
|
100
|
+
border-color: #dcdee5;
|
331
101
|
}
|
332
102
|
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
333
|
-
background:
|
103
|
+
background: #dcdee5;
|
334
104
|
}
|
335
105
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
336
|
-
background:
|
337
|
-
border-color:
|
106
|
+
background: #a3c5fd;
|
107
|
+
border-color: #a3c5fd;
|
338
108
|
}
|
339
109
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
340
|
-
background:
|
110
|
+
background: #a3c5fd;
|
341
111
|
}
|
342
112
|
.bk-checkbox.is-prechecking {
|
343
113
|
position: relative;
|
@@ -379,16 +149,16 @@
|
|
379
149
|
}
|
380
150
|
.bk-button {
|
381
151
|
display: inline-flex;
|
382
|
-
height:
|
383
|
-
padding:
|
384
|
-
font-size:
|
385
|
-
color:
|
152
|
+
height: 32px;
|
153
|
+
padding: 0 14px;
|
154
|
+
font-size: 14px;
|
155
|
+
color: #63656e;
|
386
156
|
text-decoration: none;
|
387
157
|
white-space: nowrap;
|
388
158
|
cursor: pointer;
|
389
|
-
background-color:
|
390
|
-
border: 1px solid
|
391
|
-
border-radius:
|
159
|
+
background-color: white;
|
160
|
+
border: 1px solid #c4c6cc;
|
161
|
+
border-radius: 2px;
|
392
162
|
outline: none;
|
393
163
|
box-sizing: border-box;
|
394
164
|
transition: background-color ease 0.3s;
|
@@ -397,218 +167,218 @@
|
|
397
167
|
justify-content: center;
|
398
168
|
}
|
399
169
|
.bk-button.bk-button-primary {
|
400
|
-
background-color:
|
401
|
-
color:
|
402
|
-
border-color:
|
170
|
+
background-color: #3a84ff;
|
171
|
+
color: white;
|
172
|
+
border-color: #3a84ff;
|
403
173
|
}
|
404
174
|
.bk-button.bk-button-primary:hover {
|
405
|
-
background-color:
|
406
|
-
border-color:
|
175
|
+
background-color: #5594fa;
|
176
|
+
border-color: #5594fa;
|
407
177
|
}
|
408
178
|
.bk-button.bk-button-primary:active {
|
409
|
-
background-color:
|
410
|
-
border-color:
|
411
|
-
color:
|
179
|
+
background-color: #2c77f4;
|
180
|
+
border-color: #2c77f4;
|
181
|
+
color: white;
|
412
182
|
}
|
413
183
|
.bk-button.bk-button-primary.is-outline {
|
414
|
-
color:
|
415
|
-
border-color:
|
416
|
-
background-color:
|
184
|
+
color: #3a84ff;
|
185
|
+
border-color: #3a84ff;
|
186
|
+
background-color: white;
|
417
187
|
}
|
418
188
|
.bk-button.bk-button-primary.is-outline:hover {
|
419
|
-
background-color:
|
420
|
-
border-color:
|
421
|
-
color:
|
189
|
+
background-color: #5594fa;
|
190
|
+
border-color: #5594fa;
|
191
|
+
color: white;
|
422
192
|
}
|
423
193
|
.bk-button.bk-button-primary.is-outline:active {
|
424
|
-
background-color:
|
425
|
-
border-color:
|
426
|
-
color:
|
194
|
+
background-color: #2c77f4;
|
195
|
+
border-color: #2c77f4;
|
196
|
+
color: white;
|
427
197
|
}
|
428
198
|
.bk-button.bk-button-primary.is-text {
|
429
|
-
color:
|
199
|
+
color: #3a84ff;
|
430
200
|
background-color: transparent;
|
431
201
|
border: none;
|
432
202
|
}
|
433
203
|
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
434
|
-
color:
|
204
|
+
color: #5594fa;
|
435
205
|
}
|
436
206
|
.bk-button.bk-button-primary.is-disabled {
|
437
|
-
color:
|
207
|
+
color: #dcdee5;
|
438
208
|
cursor: not-allowed;
|
439
209
|
}
|
440
210
|
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
441
|
-
background-color:
|
442
|
-
color:
|
443
|
-
border-color:
|
211
|
+
background-color: #dcdee5;
|
212
|
+
color: white;
|
213
|
+
border-color: #dcdee5;
|
444
214
|
}
|
445
215
|
.bk-button.bk-button-hover-primary:hover {
|
446
|
-
background-color:
|
447
|
-
border-color:
|
448
|
-
color:
|
216
|
+
background-color: #5594fa;
|
217
|
+
border-color: #5594fa;
|
218
|
+
color: white;
|
449
219
|
}
|
450
220
|
.bk-button.bk-button-warning {
|
451
|
-
background-color:
|
452
|
-
color:
|
453
|
-
border-color:
|
221
|
+
background-color: #ff9c01;
|
222
|
+
color: white;
|
223
|
+
border-color: #ff9c01;
|
454
224
|
}
|
455
225
|
.bk-button.bk-button-warning:hover {
|
456
|
-
background-color:
|
457
|
-
border-color:
|
226
|
+
background-color: #ffb848;
|
227
|
+
border-color: #ffb848;
|
458
228
|
}
|
459
229
|
.bk-button.bk-button-warning:active {
|
460
|
-
background-color:
|
461
|
-
border-color:
|
462
|
-
color:
|
230
|
+
background-color: #eb9000;
|
231
|
+
border-color: #eb9000;
|
232
|
+
color: white;
|
463
233
|
}
|
464
234
|
.bk-button.bk-button-warning.is-outline {
|
465
|
-
color:
|
466
|
-
border-color:
|
467
|
-
background-color:
|
235
|
+
color: #ff9c01;
|
236
|
+
border-color: #ff9c01;
|
237
|
+
background-color: white;
|
468
238
|
}
|
469
239
|
.bk-button.bk-button-warning.is-outline:hover {
|
470
|
-
background-color:
|
471
|
-
border-color:
|
472
|
-
color:
|
240
|
+
background-color: #ffb848;
|
241
|
+
border-color: #ffb848;
|
242
|
+
color: white;
|
473
243
|
}
|
474
244
|
.bk-button.bk-button-warning.is-outline:active {
|
475
|
-
background-color:
|
476
|
-
border-color:
|
477
|
-
color:
|
245
|
+
background-color: #eb9000;
|
246
|
+
border-color: #eb9000;
|
247
|
+
color: white;
|
478
248
|
}
|
479
249
|
.bk-button.bk-button-warning.is-text {
|
480
|
-
color:
|
250
|
+
color: #ff9c01;
|
481
251
|
background-color: transparent;
|
482
252
|
border: none;
|
483
253
|
}
|
484
254
|
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
485
|
-
color:
|
255
|
+
color: #ffb848;
|
486
256
|
}
|
487
257
|
.bk-button.bk-button-warning.is-disabled {
|
488
|
-
color:
|
258
|
+
color: #dcdee5;
|
489
259
|
cursor: not-allowed;
|
490
260
|
}
|
491
261
|
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
492
|
-
background-color:
|
493
|
-
color:
|
494
|
-
border-color:
|
262
|
+
background-color: #dcdee5;
|
263
|
+
color: white;
|
264
|
+
border-color: #dcdee5;
|
495
265
|
}
|
496
266
|
.bk-button.bk-button-hover-warning:hover {
|
497
|
-
background-color:
|
498
|
-
border-color:
|
499
|
-
color:
|
267
|
+
background-color: #ffb848;
|
268
|
+
border-color: #ffb848;
|
269
|
+
color: white;
|
500
270
|
}
|
501
271
|
.bk-button.bk-button-success {
|
502
|
-
background-color:
|
503
|
-
color:
|
504
|
-
border-color:
|
272
|
+
background-color: #2dcb56;
|
273
|
+
color: white;
|
274
|
+
border-color: #2dcb56;
|
505
275
|
}
|
506
276
|
.bk-button.bk-button-success:hover {
|
507
|
-
background-color:
|
508
|
-
border-color:
|
277
|
+
background-color: #45e35f;
|
278
|
+
border-color: #45e35f;
|
509
279
|
}
|
510
280
|
.bk-button.bk-button-success:active {
|
511
|
-
background-color:
|
512
|
-
border-color:
|
513
|
-
color:
|
281
|
+
background-color: #1ab943;
|
282
|
+
border-color: #1ab943;
|
283
|
+
color: white;
|
514
284
|
}
|
515
285
|
.bk-button.bk-button-success.is-outline {
|
516
|
-
color:
|
517
|
-
border-color:
|
518
|
-
background-color:
|
286
|
+
color: #2dcb56;
|
287
|
+
border-color: #2dcb56;
|
288
|
+
background-color: white;
|
519
289
|
}
|
520
290
|
.bk-button.bk-button-success.is-outline:hover {
|
521
|
-
background-color:
|
522
|
-
border-color:
|
523
|
-
color:
|
291
|
+
background-color: #45e35f;
|
292
|
+
border-color: #45e35f;
|
293
|
+
color: white;
|
524
294
|
}
|
525
295
|
.bk-button.bk-button-success.is-outline:active {
|
526
|
-
background-color:
|
527
|
-
border-color:
|
528
|
-
color:
|
296
|
+
background-color: #1ab943;
|
297
|
+
border-color: #1ab943;
|
298
|
+
color: white;
|
529
299
|
}
|
530
300
|
.bk-button.bk-button-success.is-text {
|
531
|
-
color:
|
301
|
+
color: #2dcb56;
|
532
302
|
background-color: transparent;
|
533
303
|
border: none;
|
534
304
|
}
|
535
305
|
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
536
|
-
color:
|
306
|
+
color: #45e35f;
|
537
307
|
}
|
538
308
|
.bk-button.bk-button-success.is-disabled {
|
539
|
-
color:
|
309
|
+
color: #dcdee5;
|
540
310
|
cursor: not-allowed;
|
541
311
|
}
|
542
312
|
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
543
|
-
background-color:
|
544
|
-
color:
|
545
|
-
border-color:
|
313
|
+
background-color: #dcdee5;
|
314
|
+
color: white;
|
315
|
+
border-color: #dcdee5;
|
546
316
|
}
|
547
317
|
.bk-button.bk-button-hover-success:hover {
|
548
|
-
background-color:
|
549
|
-
border-color:
|
550
|
-
color:
|
318
|
+
background-color: #45e35f;
|
319
|
+
border-color: #45e35f;
|
320
|
+
color: white;
|
551
321
|
}
|
552
322
|
.bk-button.bk-button-danger {
|
553
|
-
background-color:
|
554
|
-
color:
|
555
|
-
border-color:
|
323
|
+
background-color: #ea3636;
|
324
|
+
color: white;
|
325
|
+
border-color: #ea3636;
|
556
326
|
}
|
557
327
|
.bk-button.bk-button-danger:hover {
|
558
|
-
background-color:
|
559
|
-
border-color:
|
328
|
+
background-color: #ff5656;
|
329
|
+
border-color: #ff5656;
|
560
330
|
}
|
561
331
|
.bk-button.bk-button-danger:active {
|
562
|
-
background-color:
|
563
|
-
border-color:
|
564
|
-
color:
|
332
|
+
background-color: #db2626;
|
333
|
+
border-color: #db2626;
|
334
|
+
color: white;
|
565
335
|
}
|
566
336
|
.bk-button.bk-button-danger.is-outline {
|
567
|
-
color:
|
568
|
-
border-color:
|
569
|
-
background-color:
|
337
|
+
color: #ea3636;
|
338
|
+
border-color: #ea3636;
|
339
|
+
background-color: white;
|
570
340
|
}
|
571
341
|
.bk-button.bk-button-danger.is-outline:hover {
|
572
|
-
background-color:
|
573
|
-
border-color:
|
574
|
-
color:
|
342
|
+
background-color: #ff5656;
|
343
|
+
border-color: #ff5656;
|
344
|
+
color: white;
|
575
345
|
}
|
576
346
|
.bk-button.bk-button-danger.is-outline:active {
|
577
|
-
background-color:
|
578
|
-
border-color:
|
579
|
-
color:
|
347
|
+
background-color: #db2626;
|
348
|
+
border-color: #db2626;
|
349
|
+
color: white;
|
580
350
|
}
|
581
351
|
.bk-button.bk-button-danger.is-text {
|
582
|
-
color:
|
352
|
+
color: #ea3636;
|
583
353
|
background-color: transparent;
|
584
354
|
border: none;
|
585
355
|
}
|
586
356
|
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
587
|
-
color:
|
357
|
+
color: #ff5656;
|
588
358
|
}
|
589
359
|
.bk-button.bk-button-danger.is-disabled {
|
590
|
-
color:
|
360
|
+
color: #dcdee5;
|
591
361
|
cursor: not-allowed;
|
592
362
|
}
|
593
363
|
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
594
|
-
background-color:
|
595
|
-
color:
|
596
|
-
border-color:
|
364
|
+
background-color: #dcdee5;
|
365
|
+
color: white;
|
366
|
+
border-color: #dcdee5;
|
597
367
|
}
|
598
368
|
.bk-button.bk-button-hover-danger:hover {
|
599
|
-
background-color:
|
600
|
-
border-color:
|
601
|
-
color:
|
369
|
+
background-color: #ff5656;
|
370
|
+
border-color: #ff5656;
|
371
|
+
color: white;
|
602
372
|
}
|
603
373
|
.bk-button.bk-button-small {
|
604
|
-
height:
|
605
|
-
padding:
|
606
|
-
font-size:
|
374
|
+
height: 26px;
|
375
|
+
padding: 0 12px;
|
376
|
+
font-size: 12px;
|
607
377
|
}
|
608
378
|
.bk-button.bk-button-large {
|
609
|
-
height:
|
610
|
-
padding:
|
611
|
-
font-size:
|
379
|
+
height: 40px;
|
380
|
+
padding: 0 16px;
|
381
|
+
font-size: 16px;
|
612
382
|
}
|
613
383
|
.bk-button .bk-button-text {
|
614
384
|
display: inline-flex;
|
@@ -625,17 +395,17 @@
|
|
625
395
|
visibility: hidden;
|
626
396
|
}
|
627
397
|
.bk-button:hover {
|
628
|
-
border-color:
|
398
|
+
border-color: #979ba5;
|
629
399
|
}
|
630
400
|
.bk-button:active {
|
631
|
-
color:
|
632
|
-
border-color:
|
401
|
+
color: #3a84ff;
|
402
|
+
border-color: #3a84ff;
|
633
403
|
}
|
634
404
|
.bk-button.is-text {
|
635
405
|
height: auto;
|
636
406
|
padding: 0;
|
637
407
|
font-size: inherit;
|
638
|
-
color:
|
408
|
+
color: #63656e;
|
639
409
|
text-decoration: none;
|
640
410
|
cursor: pointer;
|
641
411
|
background-color: transparent;
|
@@ -643,62 +413,62 @@
|
|
643
413
|
outline: none;
|
644
414
|
}
|
645
415
|
.bk-button.is-disabled {
|
646
|
-
color:
|
416
|
+
color: #dcdee5;
|
647
417
|
cursor: not-allowed;
|
648
|
-
border-color:
|
418
|
+
border-color: #dcdee5;
|
649
419
|
}
|
650
420
|
.bk-button.is-disabled:not(.is-text) {
|
651
|
-
background-color:
|
421
|
+
background-color: #f9fafd;
|
652
422
|
}
|
653
423
|
.bk-button-group {
|
654
424
|
display: inline-block;
|
655
425
|
font-size: 0;
|
656
426
|
}
|
657
427
|
.bk-button-group.bk-button-group-small .bk-button {
|
658
|
-
height:
|
659
|
-
padding:
|
660
|
-
font-size:
|
428
|
+
height: 26px;
|
429
|
+
padding: 0 12px;
|
430
|
+
font-size: 12px;
|
661
431
|
}
|
662
432
|
.bk-button-group.bk-button-group-large .bk-button {
|
663
|
-
height:
|
664
|
-
padding:
|
665
|
-
font-size:
|
433
|
+
height: 40px;
|
434
|
+
padding: 0 16px;
|
435
|
+
font-size: 16px;
|
666
436
|
}
|
667
437
|
.bk-button-group .bk-button {
|
668
|
-
height:
|
438
|
+
height: 32px;
|
669
439
|
margin: 0 0 0 -1px;
|
670
440
|
border-radius: 0;
|
671
441
|
}
|
672
442
|
.bk-button-group .bk-button:not(.is-disabled) {
|
673
|
-
color:
|
674
|
-
background-color:
|
675
|
-
border-color:
|
443
|
+
color: #63656e;
|
444
|
+
background-color: white;
|
445
|
+
border-color: #c4c6cc;
|
676
446
|
}
|
677
447
|
.bk-button-group .bk-button.is-disabled {
|
678
|
-
color:
|
448
|
+
color: #c4c6cc;
|
679
449
|
}
|
680
450
|
.bk-button-group .bk-button:first-child {
|
681
|
-
border-radius:
|
451
|
+
border-radius: 2px 0 0 2px;
|
682
452
|
}
|
683
453
|
.bk-button-group .bk-button:last-child {
|
684
|
-
border-radius: 0
|
454
|
+
border-radius: 0 2px 2px 0;
|
685
455
|
}
|
686
456
|
.bk-button-group .bk-button:only-child {
|
687
|
-
border-radius:
|
457
|
+
border-radius: 2px;
|
688
458
|
}
|
689
459
|
.bk-button-group .bk-button:hover:not(.is-disabled),
|
690
460
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
691
461
|
position: relative;
|
692
462
|
z-index: 1;
|
693
|
-
color:
|
694
|
-
background-color:
|
695
|
-
border-color:
|
463
|
+
color: #3a84ff;
|
464
|
+
background-color: white;
|
465
|
+
border-color: #3a84ff;
|
696
466
|
}
|
697
467
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
698
|
-
background-color:
|
468
|
+
background-color: #e1ecff;
|
699
469
|
}
|
700
470
|
.bk-button-group .bk-button.is-selected.is-disabled {
|
701
|
-
background-color:
|
471
|
+
background-color: #f0f1f5;
|
702
472
|
}
|
703
473
|
.bk-exception {
|
704
474
|
position: relative;
|
@@ -762,11 +532,11 @@
|
|
762
532
|
display: flex;
|
763
533
|
align-items: center;
|
764
534
|
font-size: 12px;
|
765
|
-
color: #63656e;
|
766
535
|
letter-spacing: normal;
|
536
|
+
color: #63656e;
|
767
537
|
user-select: none;
|
768
538
|
}
|
769
|
-
.bk-pagination.is-disabled
|
539
|
+
.bk-pagination.is-disabled {
|
770
540
|
cursor: not-allowed;
|
771
541
|
}
|
772
542
|
.bk-pagination.is-align-left {
|
@@ -806,16 +576,16 @@
|
|
806
576
|
display: flex;
|
807
577
|
align-items: center;
|
808
578
|
justify-content: center;
|
809
|
-
min-width: 32px;
|
810
579
|
height: 32px;
|
580
|
+
min-width: 32px;
|
811
581
|
padding: 0 4px;
|
812
582
|
margin-right: 2px;
|
813
583
|
margin-left: 2px;
|
814
584
|
color: #63656e;
|
815
585
|
cursor: pointer;
|
816
|
-
user-select: none;
|
817
586
|
background: #fff;
|
818
587
|
border-radius: 2px;
|
588
|
+
user-select: none;
|
819
589
|
}
|
820
590
|
.bk-pagination-list-pre-batch.is-active,
|
821
591
|
.bk-pagination-list-next-batch.is-active,
|
@@ -890,13 +660,13 @@
|
|
890
660
|
}
|
891
661
|
.bk-pagination-small-list .bk-pagination-picker {
|
892
662
|
display: flex;
|
893
|
-
align-items: center;
|
894
663
|
height: 26px;
|
895
664
|
margin: 0 4px;
|
896
665
|
cursor: pointer;
|
897
666
|
background-color: #f0f1f5;
|
898
667
|
border: 1px solid #f0f1f5;
|
899
668
|
border-radius: 2px;
|
669
|
+
align-items: center;
|
900
670
|
}
|
901
671
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
902
672
|
background-color: #eaebf0;
|
@@ -908,8 +678,8 @@
|
|
908
678
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
909
679
|
}
|
910
680
|
.bk-pagination-editor {
|
911
|
-
min-width: 23px;
|
912
681
|
height: 16px;
|
682
|
+
min-width: 23px;
|
913
683
|
padding-right: 4px;
|
914
684
|
padding-left: 8px;
|
915
685
|
line-height: 16px;
|
@@ -927,13 +697,13 @@
|
|
927
697
|
.bk-pagination-btn-pre,
|
928
698
|
.bk-pagination-btn-next {
|
929
699
|
display: flex;
|
930
|
-
align-items: center;
|
931
|
-
justify-content: center;
|
932
700
|
width: 26px;
|
933
701
|
height: 26px;
|
934
702
|
font-size: 20px;
|
935
703
|
color: #979ba5;
|
936
704
|
cursor: pointer;
|
705
|
+
justify-content: center;
|
706
|
+
align-items: center;
|
937
707
|
}
|
938
708
|
.bk-pagination-btn-pre:hover,
|
939
709
|
.bk-pagination-btn-next:hover {
|
@@ -946,7 +716,7 @@
|
|
946
716
|
cursor: not-allowed;
|
947
717
|
}
|
948
718
|
.bk-pagination-picker-list {
|
949
|
-
max-height:
|
719
|
+
max-height: 216px;
|
950
720
|
padding: 7px 0;
|
951
721
|
margin: -7px -14px;
|
952
722
|
overflow: auto;
|
@@ -1021,6 +791,10 @@
|
|
1021
791
|
max-width: 300px;
|
1022
792
|
min-width: 200px;
|
1023
793
|
}
|
794
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
795
|
+
max-height: 200px;
|
796
|
+
min-height: 40px;
|
797
|
+
}
|
1024
798
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
1025
799
|
width: 100%;
|
1026
800
|
height: 32px;
|
@@ -1033,19 +807,11 @@
|
|
1033
807
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item:hover {
|
1034
808
|
background: #f0f1f5;
|
1035
809
|
}
|
1036
|
-
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label {
|
1037
|
-
text-overflow: ellipsis;
|
1038
|
-
white-space: nowrap;
|
1039
|
-
overflow: hidden;
|
1040
|
-
width: 100%;
|
1041
|
-
}
|
1042
810
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label:hover {
|
1043
811
|
background: #f0f1f5;
|
1044
812
|
}
|
1045
813
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox-label {
|
1046
814
|
white-space: nowrap;
|
1047
|
-
text-overflow: ellipsis;
|
1048
|
-
overflow: hidden;
|
1049
815
|
}
|
1050
816
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
1051
817
|
margin-left: 0;
|
@@ -1163,7 +929,6 @@
|
|
1163
929
|
align-items: flex-start;
|
1164
930
|
flex-wrap: wrap;
|
1165
931
|
margin-bottom: 16px;
|
1166
|
-
overflow: auto;
|
1167
932
|
}
|
1168
933
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
1169
934
|
width: 150px;
|
@@ -1232,54 +997,74 @@
|
|
1232
997
|
}
|
1233
998
|
.bk-table {
|
1234
999
|
position: relative;
|
1235
|
-
|
1236
|
-
height: 100%;
|
1000
|
+
height: auto;
|
1237
1001
|
overflow: hidden;
|
1238
|
-
|
1002
|
+
width: 100%;
|
1003
|
+
}
|
1004
|
+
.bk-table-flex {
|
1239
1005
|
display: flex;
|
1240
1006
|
flex-direction: column;
|
1241
1007
|
max-height: fit-content;
|
1242
1008
|
}
|
1009
|
+
.bk-table-flex .bk-table-body {
|
1010
|
+
flex: 1;
|
1011
|
+
overflow: auto;
|
1012
|
+
}
|
1013
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1014
|
+
padding-right: 4px;
|
1015
|
+
}
|
1243
1016
|
.bk-table .bk-table-body {
|
1244
1017
|
position: relative;
|
1245
1018
|
overflow: auto;
|
1246
|
-
|
1019
|
+
scrollbar-gutter: stable;
|
1020
|
+
border-bottom: 1px solid #dcdee5;
|
1247
1021
|
}
|
1248
1022
|
.bk-table .bk-table-body::-webkit-scrollbar {
|
1249
|
-
width:
|
1250
|
-
height:
|
1023
|
+
width: 5px;
|
1024
|
+
height: 6px;
|
1251
1025
|
}
|
1252
1026
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1253
|
-
background: #
|
1254
|
-
border-radius:
|
1027
|
+
background: #dcdee5;
|
1028
|
+
border-radius: 10px;
|
1255
1029
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1256
1030
|
}
|
1257
|
-
.bk-table .bk-table-body.is-bk-scrollbar {
|
1258
|
-
overflow: hidden;
|
1259
|
-
}
|
1260
1031
|
.bk-table .bk-table-body .prepend-row {
|
1261
|
-
transform:
|
1262
|
-
}
|
1263
|
-
.bk-table .bk-table-body .resize-column {
|
1264
|
-
position: absolute;
|
1265
|
-
top: 0;
|
1266
|
-
bottom: 0;
|
1267
|
-
left: 0;
|
1268
|
-
width: 1px;
|
1269
|
-
background-color: #3785ff;
|
1270
|
-
transform: translate(var(--drag-offset-x), var(--translate-y));
|
1032
|
+
transform: translateX(var(--prepend-left));
|
1271
1033
|
}
|
1272
1034
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1273
|
-
background-color:
|
1035
|
+
background-color: #fafbfd;
|
1274
1036
|
}
|
1275
1037
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1276
1038
|
border-bottom: none;
|
1277
1039
|
}
|
1040
|
+
.bk-table .bk-fixed-bottom-border {
|
1041
|
+
position: sticky;
|
1042
|
+
bottom: 0;
|
1043
|
+
left: 0;
|
1044
|
+
z-index: 1;
|
1045
|
+
width: 100%;
|
1046
|
+
border-top: 1px solid #dcdee5;
|
1047
|
+
transform: translateX(var(--scroll-head-left));
|
1048
|
+
}
|
1049
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1050
|
+
display: none;
|
1051
|
+
}
|
1278
1052
|
.bk-table .bk-table-head,
|
1279
1053
|
.bk-table .bk-table-body {
|
1280
|
-
background:
|
1054
|
+
background: white;
|
1281
1055
|
transform: translateZ(0);
|
1282
1056
|
}
|
1057
|
+
.bk-table .bk-table-head::-webkit-scrollbar,
|
1058
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1059
|
+
width: 5px;
|
1060
|
+
height: 5px;
|
1061
|
+
}
|
1062
|
+
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1063
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1064
|
+
background: #ddd;
|
1065
|
+
border-radius: 20px;
|
1066
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1067
|
+
}
|
1283
1068
|
.bk-table .bk-table-head.__is-empty,
|
1284
1069
|
.bk-table .bk-table-body.__is-empty {
|
1285
1070
|
display: flex;
|
@@ -1298,15 +1083,11 @@
|
|
1298
1083
|
.bk-table .bk-table-head table,
|
1299
1084
|
.bk-table .bk-table-body table {
|
1300
1085
|
width: 100%;
|
1301
|
-
border-collapse:
|
1086
|
+
border-collapse: collapse;
|
1302
1087
|
transform: translateZ(0);
|
1303
1088
|
table-layout: fixed;
|
1304
1089
|
align-self: flex-start;
|
1305
1090
|
}
|
1306
|
-
.bk-table .bk-table-head table.bk-table-col-resizing th,
|
1307
|
-
.bk-table .bk-table-body table.bk-table-col-resizing th {
|
1308
|
-
cursor: col-resize !important;
|
1309
|
-
}
|
1310
1091
|
.bk-table .bk-table-head table th,
|
1311
1092
|
.bk-table .bk-table-body table th,
|
1312
1093
|
.bk-table .bk-table-head table td,
|
@@ -1328,7 +1109,7 @@
|
|
1328
1109
|
padding: 0 16px;
|
1329
1110
|
overflow: hidden;
|
1330
1111
|
font-size: 12px;
|
1331
|
-
color:
|
1112
|
+
color: #63656E;
|
1332
1113
|
text-overflow: ellipsis;
|
1333
1114
|
white-space: nowrap;
|
1334
1115
|
}
|
@@ -1336,8 +1117,8 @@
|
|
1336
1117
|
.bk-table .bk-table-body table th .cell .drag-cell,
|
1337
1118
|
.bk-table .bk-table-head table td .cell .drag-cell,
|
1338
1119
|
.bk-table .bk-table-body table td .cell .drag-cell {
|
1339
|
-
height: 100%;
|
1340
1120
|
font-size: 14px;
|
1121
|
+
height: 100%;
|
1341
1122
|
}
|
1342
1123
|
.bk-table .bk-table-head table th .cell.has-sort,
|
1343
1124
|
.bk-table .bk-table-body table th .cell.has-sort,
|
@@ -1366,10 +1147,6 @@
|
|
1366
1147
|
.bk-table .bk-table-body table td .cell.selection {
|
1367
1148
|
padding: 0;
|
1368
1149
|
text-align: center;
|
1369
|
-
display: flex;
|
1370
|
-
align-items: center;
|
1371
|
-
justify-content: center;
|
1372
|
-
height: 100%;
|
1373
1150
|
}
|
1374
1151
|
.bk-table .bk-table-head table th .cell.expand-cell,
|
1375
1152
|
.bk-table .bk-table-body table th .cell.expand-cell,
|
@@ -1397,6 +1174,18 @@
|
|
1397
1174
|
position: sticky;
|
1398
1175
|
z-index: 1;
|
1399
1176
|
}
|
1177
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1178
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1179
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1180
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1181
|
+
left: 0;
|
1182
|
+
}
|
1183
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1184
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1185
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1186
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1187
|
+
right: 0;
|
1188
|
+
}
|
1400
1189
|
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1401
1190
|
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1402
1191
|
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
@@ -1410,7 +1199,6 @@
|
|
1410
1199
|
.bk-table .bk-table-head table .left .cell,
|
1411
1200
|
.bk-table .bk-table-body table .left .cell {
|
1412
1201
|
justify-content: start;
|
1413
|
-
text-align: left;
|
1414
1202
|
}
|
1415
1203
|
.bk-table .bk-table-head table .center,
|
1416
1204
|
.bk-table .bk-table-body table .center {
|
@@ -1419,7 +1207,6 @@
|
|
1419
1207
|
.bk-table .bk-table-head table .center .cell,
|
1420
1208
|
.bk-table .bk-table-body table .center .cell {
|
1421
1209
|
justify-content: center;
|
1422
|
-
text-align: center;
|
1423
1210
|
}
|
1424
1211
|
.bk-table .bk-table-head table .right,
|
1425
1212
|
.bk-table .bk-table-body table .right {
|
@@ -1428,11 +1215,10 @@
|
|
1428
1215
|
.bk-table .bk-table-head table .right .cell,
|
1429
1216
|
.bk-table .bk-table-body table .right .cell {
|
1430
1217
|
justify-content: end;
|
1431
|
-
text-align: right;
|
1432
1218
|
}
|
1433
1219
|
.bk-table .bk-table-head table thead,
|
1434
1220
|
.bk-table .bk-table-body table thead {
|
1435
|
-
background-color:
|
1221
|
+
background-color: #fafbfd;
|
1436
1222
|
}
|
1437
1223
|
.bk-table .bk-table-head table thead th,
|
1438
1224
|
.bk-table .bk-table-body table thead th {
|
@@ -1440,80 +1226,66 @@
|
|
1440
1226
|
font-weight: 400;
|
1441
1227
|
background-color: var(--background-color);
|
1442
1228
|
}
|
1443
|
-
.bk-table .bk-table-head table thead th.col-
|
1444
|
-
.bk-table .bk-table-body table thead th.col-
|
1445
|
-
content: '';
|
1229
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1230
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1446
1231
|
position: absolute;
|
1447
1232
|
top: 0;
|
1448
|
-
bottom: 0;
|
1449
1233
|
right: 0;
|
1450
|
-
width: 3px;
|
1451
|
-
background-color: #3785ff;
|
1452
|
-
transform: translateX(1px);
|
1453
|
-
pointer-events: none;
|
1454
|
-
}
|
1455
|
-
.bk-table .bk-table-head table thead th.col-pointer-hover.poiner-left::after,
|
1456
|
-
.bk-table .bk-table-body table thead th.col-pointer-hover.poiner-left::after {
|
1457
|
-
content: '';
|
1458
|
-
position: absolute;
|
1459
|
-
top: 0;
|
1460
1234
|
bottom: 0;
|
1461
|
-
|
1462
|
-
width:
|
1463
|
-
transform: translateX(-1px);
|
1464
|
-
background-color: #3785ff;
|
1235
|
+
z-index: 1;
|
1236
|
+
width: 6px;
|
1465
1237
|
pointer-events: none;
|
1238
|
+
background-color: #3785ff;
|
1239
|
+
content: '';
|
1240
|
+
transform: translateX(50%);
|
1466
1241
|
}
|
1467
1242
|
.bk-table .bk-table-head table thead th .cell,
|
1468
1243
|
.bk-table .bk-table-body table thead th .cell {
|
1469
1244
|
display: flex;
|
1470
1245
|
align-items: center;
|
1471
|
-
height: calc(var(--row-height) -
|
1472
|
-
color:
|
1246
|
+
height: calc(var(--row-height) - 1px);
|
1247
|
+
color: #313238;
|
1473
1248
|
}
|
1474
|
-
.bk-table .bk-table-head table thead th
|
1475
|
-
.bk-table .bk-table-body table thead th
|
1476
|
-
|
1249
|
+
.bk-table .bk-table-head table thead th.active,
|
1250
|
+
.bk-table .bk-table-body table thead th.active,
|
1251
|
+
.bk-table .bk-table-head table thead th:hover,
|
1252
|
+
.bk-table .bk-table-body table thead th:hover {
|
1253
|
+
cursor: pointer;
|
1254
|
+
background: #f0f1f5;
|
1477
1255
|
}
|
1478
1256
|
.bk-table .bk-table-head table thead th.column_fixed,
|
1479
1257
|
.bk-table .bk-table-body table thead th.column_fixed {
|
1480
|
-
transform: translateX(var(--
|
1481
|
-
}
|
1482
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th.active,
|
1483
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th.active,
|
1484
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
|
1485
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
|
1486
|
-
cursor: pointer;
|
1487
|
-
background: var(--table-row-active-bg-color);
|
1258
|
+
transform: translateX(var(--scroll-left));
|
1488
1259
|
}
|
1489
1260
|
.bk-table .bk-table-head table tbody tr td,
|
1490
1261
|
.bk-table .bk-table-body table tbody tr td {
|
1491
1262
|
background-color: #fff;
|
1492
|
-
border-top: 1px solid var(--table-bg-color);
|
1493
|
-
border-bottom: 1px solid var(--table-bg-color);
|
1494
|
-
border-right: 1px solid var(--table-bg-color);
|
1495
|
-
box-sizing: border-box;
|
1496
1263
|
}
|
1497
1264
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
1498
1265
|
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
1499
1266
|
padding-bottom: 30px;
|
1500
1267
|
}
|
1268
|
+
.bk-table .bk-table-head table tbody tr td.is-last,
|
1269
|
+
.bk-table .bk-table-body table tbody tr td.is-last {
|
1270
|
+
border-bottom: none;
|
1271
|
+
}
|
1501
1272
|
.bk-table .bk-table-head table tbody tr td .cell,
|
1502
1273
|
.bk-table .bk-table-body table tbody tr td .cell {
|
1503
1274
|
display: block;
|
1504
1275
|
width: 100%;
|
1505
|
-
|
1276
|
+
height: 100%;
|
1277
|
+
line-height: calc(var(--row-height) - 1px);
|
1506
1278
|
box-sizing: border-box;
|
1279
|
+
align-items: center;
|
1507
1280
|
}
|
1508
1281
|
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
1509
1282
|
.bk-table .bk-table-body table tbody tr td .cell.drag {
|
1510
|
-
text-align: center;
|
1511
1283
|
cursor: move;
|
1284
|
+
text-align: center;
|
1512
1285
|
}
|
1513
1286
|
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1514
1287
|
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1515
|
-
background:
|
1516
|
-
border-right-color: var(--table-row-hover-bg-color);
|
1288
|
+
background: #f5f7fa;
|
1517
1289
|
}
|
1518
1290
|
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1519
1291
|
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
@@ -1522,36 +1294,22 @@
|
|
1522
1294
|
.bk-table .bk-table-head {
|
1523
1295
|
position: relative;
|
1524
1296
|
z-index: 2;
|
1297
|
+
scrollbar-gutter: stable;
|
1525
1298
|
overflow: hidden;
|
1526
1299
|
background-color: var(--background-color);
|
1527
|
-
height: var(--row-height);
|
1528
|
-
min-height: var(--row-height);
|
1529
|
-
}
|
1530
|
-
.bk-table .bk-table-head.has-group .is-head-group {
|
1531
|
-
border-bottom: 1px solid var(--table-border-color);
|
1532
|
-
}
|
1533
|
-
.bk-table .bk-table-head.has-group th {
|
1534
|
-
border-right: 1px solid var(--table-border-color);
|
1535
|
-
}
|
1536
|
-
.bk-table .bk-table-head.has-group th.is-last-child {
|
1537
|
-
border-right: none;
|
1538
1300
|
}
|
1539
1301
|
.bk-table .bk-table-head .col-resize-drag {
|
1540
1302
|
position: absolute;
|
1541
1303
|
top: 0;
|
1542
|
-
|
1304
|
+
right: 0;
|
1543
1305
|
bottom: 0;
|
1544
1306
|
z-index: 1;
|
1545
1307
|
width: 6px;
|
1546
1308
|
background-color: #3785ff;
|
1547
|
-
transform:
|
1548
|
-
pointer-events: none;
|
1549
|
-
}
|
1550
|
-
.bk-table .bk-table-head .bk-table-fixed {
|
1551
|
-
transform: translate(0, 0);
|
1309
|
+
transform: translateX(-50%);
|
1552
1310
|
}
|
1553
1311
|
.bk-table .bk-table-head thead {
|
1554
|
-
transform:
|
1312
|
+
transform: translateX(var(--scroll-head-left));
|
1555
1313
|
}
|
1556
1314
|
.bk-table .bk-table-head .table-head-settings {
|
1557
1315
|
position: absolute;
|
@@ -1563,8 +1321,8 @@
|
|
1563
1321
|
width: calc(var(--row-height));
|
1564
1322
|
font-size: 14px;
|
1565
1323
|
cursor: pointer;
|
1566
|
-
background:
|
1567
|
-
border-left: 1px solid
|
1324
|
+
background: #fafbfd;
|
1325
|
+
border-left: 1px solid #dcdee5;
|
1568
1326
|
border-radius: 0 2px 0 0;
|
1569
1327
|
justify-content: center;
|
1570
1328
|
align-items: center;
|
@@ -1578,67 +1336,54 @@
|
|
1578
1336
|
display: flex;
|
1579
1337
|
width: 100%;
|
1580
1338
|
height: var(--footer-height);
|
1581
|
-
min-height: var(--footer-height);
|
1582
1339
|
align-items: center;
|
1583
|
-
padding: 0 16px 0 22px;
|
1584
1340
|
}
|
1585
1341
|
.bk-table .bk-table-footer.is-hidden {
|
1586
1342
|
display: none;
|
1587
1343
|
}
|
1588
1344
|
.bk-table.bordered-row .bk-table-head {
|
1589
|
-
border-bottom: 1px solid
|
1345
|
+
border-bottom: 1px solid #dcdee5;
|
1590
1346
|
}
|
1591
|
-
.bk-table.bordered-row
|
1592
|
-
border-bottom
|
1347
|
+
.bk-table.bordered-row td {
|
1348
|
+
border-bottom: 1px solid #dcdee5;
|
1349
|
+
}
|
1350
|
+
.bk-table.bordered-row tr:last-child td {
|
1351
|
+
border-bottom: none;
|
1593
1352
|
}
|
1594
1353
|
.bk-table.bordered-outer {
|
1595
|
-
border-top: 1px solid
|
1596
|
-
border-right: 1px solid
|
1597
|
-
border-left: 1px solid
|
1354
|
+
border-top: 1px solid #dcdee5;
|
1355
|
+
border-right: 1px solid #dcdee5;
|
1356
|
+
border-left: 1px solid #dcdee5;
|
1598
1357
|
}
|
1599
1358
|
.bk-table.bordered-outer .bk-table-footer {
|
1600
|
-
border-bottom: 1px solid
|
1359
|
+
border-bottom: 1px solid #dcdee5;
|
1601
1360
|
}
|
1602
1361
|
.bk-table.bordered-horizontal {
|
1603
|
-
border-top: 1px solid
|
1604
|
-
|
1362
|
+
border-top: 1px solid #dcdee5;
|
1363
|
+
}
|
1364
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1365
|
+
border-bottom: 1px solid #dcdee5;
|
1605
1366
|
}
|
1606
1367
|
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1607
1368
|
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1608
|
-
border-bottom: 1px solid
|
1609
|
-
}
|
1610
|
-
.bk-table.bordered-col .bk-table-head {
|
1611
|
-
border-right: 1px solid var(--table-border-color);
|
1369
|
+
border-bottom: 1px solid #dcdee5;
|
1612
1370
|
}
|
1613
|
-
.bk-table.bordered-col
|
1614
|
-
|
1371
|
+
.bk-table.bordered-col th,
|
1372
|
+
.bk-table.bordered-col td {
|
1373
|
+
border-right: 1px solid #dcdee5;
|
1615
1374
|
}
|
1616
|
-
.bk-table.bordered-col th
|
1617
|
-
|
1618
|
-
}
|
1619
|
-
.bk-table.bordered-col th:last-child {
|
1375
|
+
.bk-table.bordered-col th:last-child,
|
1376
|
+
.bk-table.bordered-col td:last-child {
|
1620
1377
|
border-right: none;
|
1621
1378
|
}
|
1622
|
-
.bk-table.bordered-col .bk-table-body {
|
1623
|
-
border-right: 1px solid var(--table-border-color);
|
1624
|
-
}
|
1625
|
-
.bk-table.bordered-col .bk-table-body tbody tr td {
|
1626
|
-
border-right-color: var(--table-border-color);
|
1627
|
-
}
|
1628
|
-
.bk-table.bordered-col .bk-table-body tbody tr td:last-child {
|
1629
|
-
border-right: none;
|
1630
|
-
}
|
1631
|
-
.bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1632
|
-
border-right-color: var(--table-border-color);
|
1633
|
-
}
|
1634
1379
|
.bk-table th,
|
1635
1380
|
.bk-table td {
|
1636
|
-
border-right: 1px solid
|
1381
|
+
border-right: 1px solid transparent;
|
1637
1382
|
}
|
1638
1383
|
.bk-table.bordered-none th,
|
1639
1384
|
.bk-table.bordered-none td {
|
1640
1385
|
border-top: none;
|
1641
|
-
border-right: 1px solid
|
1386
|
+
border-right: 1px solid transparent;
|
1642
1387
|
border-bottom: none;
|
1643
1388
|
border-left: none;
|
1644
1389
|
}
|
@@ -1646,25 +1391,27 @@
|
|
1646
1391
|
position: absolute;
|
1647
1392
|
top: 0;
|
1648
1393
|
right: 0;
|
1649
|
-
bottom:
|
1394
|
+
bottom: var(--footer-height);
|
1650
1395
|
left: 0;
|
1651
1396
|
pointer-events: none;
|
1652
|
-
transform: translate(var(--translate-x), var(--translate-y));
|
1653
|
-
}
|
1654
|
-
.bk-table .bk-table-fixed.has-virtual-scroll {
|
1655
|
-
transform: translate(var(--translate-x), 0);
|
1656
|
-
}
|
1657
|
-
.bk-table .bk-table-fixed .column_fixed_right {
|
1658
|
-
box-shadow: var(--shadow-right);
|
1659
|
-
}
|
1660
|
-
.bk-table .bk-table-fixed .column_fixed_left {
|
1661
|
-
box-shadow: var(--shadow-left);
|
1662
1397
|
}
|
1663
1398
|
.bk-table .bk-table-fixed .column_fixed {
|
1664
1399
|
position: absolute;
|
1665
1400
|
z-index: 2;
|
1666
|
-
|
1401
|
+
}
|
1402
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1667
1403
|
top: 0;
|
1404
|
+
left: 0;
|
1405
|
+
}
|
1406
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
1407
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1408
|
+
}
|
1409
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1410
|
+
top: 0;
|
1411
|
+
right: 0;
|
1412
|
+
}
|
1413
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1414
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1668
1415
|
}
|
1669
1416
|
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1670
1417
|
position: absolute;
|
@@ -1674,19 +1421,12 @@
|
|
1674
1421
|
display: flex;
|
1675
1422
|
justify-content: center;
|
1676
1423
|
}
|
1677
|
-
.bk-table .bk-table-fixed-bottom {
|
1678
|
-
position: absolute;
|
1679
|
-
right: 0;
|
1680
|
-
bottom: 0;
|
1681
|
-
left: 0;
|
1682
|
-
text-align: center;
|
1683
|
-
}
|
1684
1424
|
.bk-table colgroup col {
|
1685
|
-
background:
|
1425
|
+
background: white;
|
1686
1426
|
}
|
1687
1427
|
.bk-table colgroup col.active {
|
1688
1428
|
position: relative;
|
1689
|
-
background:
|
1429
|
+
background: #f0f1f5;
|
1690
1430
|
}
|
1691
1431
|
.bk-table .bk-pagination .is-last {
|
1692
1432
|
margin-left: auto;
|