bkui-vue 0.0.1-beta.98 → 0.0.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/License.txt +14 -0
- package/dist/index.cjs.js +360 -36
- package/dist/index.esm.js +30770 -23399
- package/dist/index.umd.js +360 -36
- package/dist/locale/en.esm.js +2 -0
- package/dist/locale/en.esm.js.map +1 -0
- package/dist/locale/en.umd.js +2 -0
- package/dist/locale/en.umd.js.map +1 -0
- package/dist/locale/zh-cn.esm.js +2 -0
- package/dist/locale/zh-cn.esm.js.map +1 -0
- package/dist/locale/zh-cn.umd.js +2 -0
- package/dist/locale/zh-cn.umd.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.d.ts +2 -2
- package/lib/affix/affix.variable.css +29 -6
- package/lib/affix/index.d.ts +60 -36
- package/lib/alert/alert.css +4 -0
- package/lib/alert/alert.d.ts +11 -9
- package/lib/alert/alert.less +24 -19
- package/lib/alert/alert.variable.css +33 -6
- package/lib/alert/index.d.ts +82 -58
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +2 -2
- package/lib/animate-number/index.d.ts +58 -25
- package/lib/backtop/backtop.css +8 -0
- package/lib/backtop/backtop.d.ts +4 -4
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +37 -6
- package/lib/backtop/index.d.ts +65 -47
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +2 -5
- package/lib/badge/badge.d.ts +3 -3
- package/lib/badge/badge.less +4 -5
- package/lib/badge/badge.variable.css +31 -11
- package/lib/badge/index.d.ts +67 -64
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +5 -3
- package/lib/breadcrumb/breadcrumb.css +43 -0
- package/lib/breadcrumb/breadcrumb.d.ts +2 -2
- package/lib/breadcrumb/breadcrumb.variable.css +77 -11
- package/lib/breadcrumb/index.d.ts +65 -41
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +4 -4
- package/lib/button/button.css +21 -3
- package/lib/button/button.d.ts +46 -33
- package/lib/button/button.less +25 -5
- package/lib/button/button.variable.css +50 -9
- package/lib/button/index.d.ts +121 -96
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +45 -2
- package/lib/card/card.d.ts +2 -1
- package/lib/card/card.less +2 -2
- package/lib/card/card.variable.css +78 -12
- package/lib/card/index.d.ts +66 -64
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +60 -6
- package/lib/cascader/cascader.css +197 -11
- package/lib/cascader/cascader.d.ts +108 -25
- package/lib/cascader/cascader.less +148 -11
- package/lib/cascader/cascader.variable.css +234 -25
- package/lib/cascader/index.d.ts +378 -176
- package/lib/cascader/index.js +2 -1
- package/lib/cascader/index.js.LICENSE.txt +1 -0
- package/lib/cascader/interface.d.ts +8 -1
- package/lib/cascader/node.d.ts +9 -2
- package/lib/cascader/store.d.ts +13 -1
- package/lib/checkbox/checkbox-group.d.ts +18 -2
- package/lib/checkbox/checkbox.css +38 -11
- package/lib/checkbox/checkbox.d.ts +40 -18
- package/lib/checkbox/checkbox.less +68 -33
- package/lib/checkbox/checkbox.variable.css +67 -17
- package/lib/checkbox/common.d.ts +1 -0
- package/lib/checkbox/index.d.ts +133 -72
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.css +27 -7
- package/lib/code-diff/code-diff.d.ts +7 -7
- package/lib/code-diff/code-diff.less +42 -7
- package/lib/code-diff/code-diff.variable.css +56 -13
- package/lib/code-diff/index.d.ts +30 -43
- package/lib/code-diff/index.js +1 -1
- package/lib/collapse/collapse-panel.d.ts +104 -0
- package/lib/collapse/collapse.css +58 -19
- package/lib/collapse/collapse.d.ts +59 -42
- package/lib/collapse/collapse.less +106 -46
- package/lib/collapse/collapse.variable.css +87 -25
- package/lib/collapse/index.d.ts +271 -46
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +131 -0
- package/lib/collapse-transition/collapse-transition.css +93 -0
- package/lib/collapse-transition/collapse-transition.d.ts +15 -0
- package/lib/collapse-transition/collapse-transition.less +111 -0
- package/lib/collapse-transition/collapse-transition.variable.css +215 -0
- package/lib/collapse-transition/index.d.ts +2 -0
- package/lib/collapse-transition/index.js +1 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +397 -0
- package/lib/color-picker/components/color-input.d.ts +42 -0
- package/lib/color-picker/components/hue-slider.d.ts +41 -0
- package/lib/color-picker/components/input-container.d.ts +42 -0
- package/lib/color-picker/components/recommend-colors.d.ts +51 -0
- package/lib/color-picker/components/saturation-panel.d.ts +41 -0
- package/lib/color-picker/index.d.ts +255 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +14 -0
- package/lib/components.js +1 -1
- package/lib/config-provider/config-provider.css +0 -0
- package/lib/config-provider/config-provider.d.ts +402 -0
- package/lib/config-provider/config-provider.less +1 -0
- package/lib/config-provider/config-provider.variable.css +122 -0
- package/lib/config-provider/index.d.ts +646 -0
- package/lib/config-provider/index.js +1 -0
- package/lib/config-provider/token.d.ts +128 -0
- package/lib/config-provider/use-global-config.d.ts +5 -0
- package/lib/config-provider/use-locale.d.ts +3 -0
- package/lib/config-provider/use-prefix.d.ts +9 -0
- package/lib/container/col.d.ts +3 -3
- package/lib/container/container.css +43 -0
- package/lib/container/container.d.ts +2 -2
- package/lib/container/container.less +4 -4
- package/lib/container/container.variable.css +72 -6
- package/lib/container/index.d.ts +30 -49
- package/lib/container/index.js +1 -1
- package/lib/container/interface.d.ts +7 -0
- package/lib/container/row.d.ts +2 -2
- package/lib/date-picker/base/confirm.d.ts +74 -0
- package/lib/date-picker/base/date-table.d.ts +96 -0
- package/lib/date-picker/base/month-table.d.ts +117 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
- package/lib/date-picker/base/time-spinner.d.ts +170 -0
- package/lib/date-picker/base/year-table.d.ts +117 -0
- package/lib/date-picker/date-picker.css +30 -1
- package/lib/date-picker/date-picker.d.ts +55 -35
- package/lib/date-picker/date-picker.less +109 -74
- package/lib/date-picker/date-picker.variable.css +59 -7
- package/lib/date-picker/index.d.ts +198 -218
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +20 -10
- package/lib/date-picker/panel/date-range.d.ts +345 -0
- package/lib/date-picker/panel/date.d.ts +206 -0
- package/lib/date-picker/panel/time-range.d.ts +495 -0
- package/lib/date-picker/panel/time.d.ts +451 -0
- package/lib/date-picker/props.d.ts +48 -5
- package/lib/date-picker/time-picker.d.ts +390 -0
- package/lib/date-picker/utils.d.ts +22 -2
- package/lib/dialog/dialog.css +94 -34
- package/lib/dialog/dialog.d.ts +57 -93
- package/lib/dialog/dialog.less +85 -43
- package/lib/dialog/dialog.variable.css +216 -34
- package/lib/dialog/index.d.ts +194 -334
- package/lib/dialog/index.js +2 -1
- package/lib/dialog/index.js.LICENSE.txt +1 -0
- package/lib/dialog/props.d.ts +122 -0
- package/lib/directives/ellipsis.d.ts +7 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/index.js +1 -1
- package/lib/directives/tooltips.d.ts +2 -1
- package/lib/dist.index.js +1 -1
- package/lib/divider/divider.d.ts +17 -17
- package/lib/divider/divider.variable.css +29 -6
- package/lib/divider/index.d.ts +85 -61
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +6 -6
- package/lib/dropdown/dropdown-item.d.ts +1 -1
- package/lib/dropdown/dropdown-menu.d.ts +2 -2
- package/lib/dropdown/dropdown.css +34 -7
- package/lib/dropdown/dropdown.d.ts +46 -15
- package/lib/dropdown/dropdown.less +42 -36
- package/lib/dropdown/dropdown.variable.css +63 -13
- package/lib/dropdown/index.d.ts +136 -65
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +33 -13
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +69 -20
- package/lib/exception/index.d.ts +91 -43
- package/lib/exception/index.js +1 -1
- package/lib/exception/typings/index.d.ts +4 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +2 -2
- package/lib/fixed-navbar/fixed-navbar.variable.css +29 -6
- package/lib/fixed-navbar/index.d.ts +60 -36
- package/lib/form/compose-form-item.d.ts +4 -2
- package/lib/form/form-item.d.ts +15 -9
- package/lib/form/form.css +32 -8
- package/lib/form/form.d.ts +25 -7
- package/lib/form/form.less +85 -53
- package/lib/form/form.variable.css +61 -14
- package/lib/form/index.d.ts +109 -51
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +5 -4
- package/lib/form/utils.d.ts +2 -0
- package/lib/hooks.d.ts +1 -0
- package/lib/hooks.js +1 -0
- package/lib/icon/angle-double-down-line.js +1 -1
- package/lib/icon/angle-double-left-line.js +1 -1
- package/lib/icon/angle-double-left.js +1 -1
- package/lib/icon/angle-double-right-line.js +1 -1
- package/lib/icon/angle-double-right.js +1 -1
- package/lib/icon/angle-double-up-line.js +1 -1
- package/lib/icon/angle-down-fill.js +1 -1
- package/lib/icon/angle-down-line.js +1 -1
- package/lib/icon/angle-down.js +1 -1
- package/lib/icon/angle-left.js +1 -1
- package/lib/icon/angle-right.js +1 -1
- package/lib/icon/angle-up-fill.js +1 -1
- package/lib/icon/angle-up.js +1 -1
- package/lib/icon/archive-fill.js +1 -1
- package/lib/icon/arrows-left.js +1 -1
- package/lib/icon/arrows-right.js +1 -1
- package/lib/icon/audio-fill.js +1 -1
- package/lib/icon/bk.js +1 -1
- package/lib/icon/circle.js +1 -1
- package/lib/icon/close-line.js +1 -1
- package/lib/icon/close.js +1 -1
- package/lib/icon/code.js +1 -1
- package/lib/icon/cog-shape.js +1 -1
- package/lib/icon/collapse-left.js +1 -1
- package/lib/icon/copy-shape.d.ts +4 -0
- package/lib/icon/copy-shape.js +1 -0
- package/lib/icon/copy.js +1 -1
- package/lib/icon/data-shape.js +1 -1
- package/lib/icon/del.js +1 -1
- package/lib/icon/doc-fill.js +1 -1
- package/lib/icon/done.js +1 -1
- package/lib/icon/down-shape.js +1 -1
- package/lib/icon/down-small.js +1 -1
- package/lib/icon/edit-line.js +1 -1
- package/lib/icon/ellipsis.js +1 -1
- package/lib/icon/enlarge-line.d.ts +4 -0
- package/lib/icon/enlarge-line.js +1 -0
- package/lib/icon/error.js +1 -1
- package/lib/icon/excel-fill.js +1 -1
- package/lib/icon/exclamation-circle-shape.js +1 -1
- package/lib/icon/eye.js +1 -1
- package/lib/icon/filliscreen-line.d.ts +4 -0
- package/lib/icon/filliscreen-line.js +1 -0
- package/lib/icon/fix-line.d.ts +4 -0
- package/lib/icon/fix-line.js +1 -0
- package/lib/icon/fix-shape.d.ts +4 -0
- package/lib/icon/fix-shape.js +1 -0
- package/lib/icon/folder-open.js +1 -1
- package/lib/icon/folder-shape-open.js +1 -1
- package/lib/icon/folder-shape.js +1 -1
- package/lib/icon/folder.js +1 -0
- package/lib/icon/funnel.js +1 -1
- package/lib/icon/help-document-fill.js +1 -1
- package/lib/icon/help-fill.js +1 -1
- package/lib/icon/help.js +1 -1
- package/lib/icon/image-fill.js +1 -1
- package/lib/icon/img-error.d.ts +4 -0
- package/lib/icon/img-error.js +1 -0
- package/lib/icon/img-placehoulder.d.ts +4 -0
- package/lib/icon/img-placehoulder.js +1 -0
- package/lib/icon/index.d.ts +83 -69
- package/lib/icon/index.js +1 -1
- package/lib/icon/info-line.js +1 -1
- package/lib/icon/info.js +1 -1
- package/lib/icon/left-shape.js +1 -1
- package/lib/icon/left-turn-line.d.ts +4 -0
- package/lib/icon/left-turn-line.js +1 -0
- package/lib/icon/narrow-line.d.ts +4 -0
- package/lib/icon/narrow-line.js +1 -0
- package/lib/icon/original.d.ts +4 -0
- package/lib/icon/original.js +1 -0
- package/lib/icon/pdf-fill.js +1 -1
- package/lib/icon/play-shape.js +1 -1
- package/lib/icon/plus.js +1 -1
- package/lib/icon/ppt-fill.js +1 -1
- package/lib/icon/qq.js +1 -1
- package/lib/icon/right-shape.js +1 -1
- package/lib/icon/right-turn-line.d.ts +4 -0
- package/lib/icon/right-turn-line.js +1 -0
- package/lib/icon/search.js +1 -1
- package/lib/icon/share.js +1 -1
- package/lib/icon/spinner.js +1 -1
- package/lib/icon/success.js +1 -1
- package/lib/icon/switcher-loading.js +1 -1
- package/lib/icon/text-file.js +1 -1
- package/lib/icon/text-fill.js +1 -1
- package/lib/icon/transfer.d.ts +4 -0
- package/lib/icon/transfer.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -1
- package/lib/icon/unfull-screen.d.ts +4 -0
- package/lib/icon/unfull-screen.js +1 -0
- package/lib/icon/unvisible.js +1 -1
- package/lib/icon/up-shape.js +1 -1
- package/lib/icon/upload.js +1 -1
- package/lib/icon/video-fill.js +1 -1
- package/lib/icon/warn.js +1 -1
- package/lib/icon/weixin-pro.d.ts +4 -0
- package/lib/icon/weixin-pro.js +1 -0
- package/lib/icon/weixin.js +1 -1
- package/lib/image/image-viewer.css +142 -0
- package/lib/image/image-viewer.d.ts +73 -0
- package/lib/image/image-viewer.less +168 -0
- package/lib/image/image-viewer.variable.css +142 -0
- package/lib/image/image.css +37 -0
- package/lib/image/image.d.ts +93 -0
- package/lib/image/image.less +44 -0
- package/lib/image/image.variable.css +37 -0
- package/lib/image/index.d.ts +252 -0
- package/lib/image/index.js +1 -0
- package/lib/image/props.d.ts +71 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +1 -1
- package/lib/info-box/index.d.ts +7 -0
- package/lib/info-box/index.js +2 -0
- package/lib/info-box/index.js.LICENSE.txt +1 -0
- package/lib/info-box/info-box.css +37 -0
- package/lib/info-box/info-box.d.ts +29 -0
- package/lib/info-box/info-box.less +51 -0
- package/lib/info-box/info-box.variable.css +159 -0
- package/lib/input/index.d.ts +178 -228
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +168 -23
- package/lib/input/input.d.ts +59 -37
- package/lib/input/input.less +104 -22
- package/lib/input/input.variable.css +228 -61
- package/lib/link/index.d.ts +80 -53
- package/lib/link/index.js +1 -1
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +10 -8
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +41 -18
- package/lib/loading/directive.d.ts +14 -0
- package/lib/loading/index.d.ts +160 -56
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +72 -29
- package/lib/loading/loading.d.ts +91 -15
- package/lib/loading/loading.less +21 -19
- package/lib/loading/loading.variable.css +117 -51
- package/lib/locale/index.d.ts +3 -0
- package/lib/locale/index.js +1 -0
- package/lib/locale/lang/en.d.ts +126 -0
- package/lib/locale/lang/zh-cn.d.ts +3 -0
- package/lib/menu/index.d.ts +75 -34
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +2 -2
- package/lib/menu/menu-item.d.ts +5 -1
- package/lib/menu/menu.css +43 -0
- package/lib/menu/menu.d.ts +2 -2
- package/lib/menu/menu.variable.css +90 -24
- package/lib/menu/submenu.d.ts +5 -1
- package/lib/menu/submenu.variable.css +29 -6
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +2 -1
- package/lib/message/index.js.LICENSE.txt +6 -0
- package/lib/message/message.css +166 -2
- package/lib/message/message.less +222 -7
- package/lib/message/message.variable.css +195 -8
- package/lib/message/messageConstructor.d.ts +136 -27
- package/lib/modal/index.d.ts +201 -246
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +39 -6
- package/lib/modal/modal.d.ts +54 -61
- package/lib/modal/modal.less +8 -10
- package/lib/modal/modal.variable.css +161 -6
- package/lib/modal/props.mixin.d.ts +16 -23
- package/lib/navigation/index.d.ts +90 -68
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +6 -3
- package/lib/navigation/navigation.d.ts +12 -4
- package/lib/navigation/navigation.variable.css +29 -6
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +8 -4
- package/lib/notify/notify.less +18 -13
- package/lib/notify/notify.variable.css +37 -10
- package/lib/notify/notifyConstructor.d.ts +19 -21
- package/lib/overflow-title/components/overflow-title.d.ts +57 -0
- package/lib/overflow-title/directive/overflow-title.d.ts +3 -0
- package/lib/overflow-title/index.d.ts +195 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/overflow.css +11 -0
- package/lib/overflow-title/overflow.less +13 -0
- package/lib/overflow-title/overflow.variable.css +11 -0
- package/lib/overflow-title/props.d.ts +43 -0
- package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
- package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
- package/lib/pagination/index.d.ts +89 -90
- package/lib/pagination/index.js +1 -1
- package/lib/pagination/pagination.css +54 -28
- package/lib/pagination/pagination.d.ts +17 -6
- package/lib/pagination/pagination.less +59 -30
- package/lib/pagination/pagination.variable.css +83 -34
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +3 -1
- package/lib/pagination/use-total.d.ts +3 -1
- package/lib/plugin-popover/index.d.ts +27 -0
- package/lib/plugin-popover/index.js +1 -0
- package/lib/plugins/index.d.ts +1 -0
- package/lib/plugins/index.js +1 -0
- package/lib/pop-confirm/index.d.ts +249 -0
- package/lib/pop-confirm/index.js +1 -0
- package/lib/pop-confirm/pop-confirm.css +28 -0
- package/lib/pop-confirm/pop-confirm.d.ts +95 -0
- package/lib/pop-confirm/pop-confirm.less +34 -0
- package/lib/pop-confirm/pop-confirm.variable.css +150 -0
- package/lib/pop-confirm/props.d.ts +67 -0
- package/lib/popover/arrow.d.ts +2 -0
- package/lib/popover/const.d.ts +16 -0
- package/lib/popover/content.d.ts +43 -0
- package/lib/popover/index.d.ts +409 -173
- package/lib/popover/index.js +1 -1
- package/lib/popover/plugin-popover.d.ts +12 -0
- package/lib/popover/popover.css +10 -53
- package/lib/popover/popover.d.ts +189 -58
- package/lib/popover/popover.less +19 -68
- package/lib/popover/popover.variable.css +40 -60
- package/lib/popover/props.d.ts +90 -37
- package/lib/popover/reference.d.ts +2 -0
- package/lib/popover/root.d.ts +27 -0
- package/lib/popover/use-floating.d.ts +34 -0
- package/lib/popover/use-platform.d.ts +30 -0
- package/lib/popover/use-popover-init.d.ts +23 -0
- package/lib/popover/use-popper-id.d.ts +6 -0
- package/lib/popover/utils.d.ts +8 -0
- package/lib/popover2/index.d.ts +89 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover.d.ts +2 -0
- package/lib/preset.d.ts +264 -2
- package/lib/preset.js +1 -1
- package/lib/process/index.d.ts +69 -52
- package/lib/process/index.js +2 -1
- package/lib/process/index.js.LICENSE.txt +1 -0
- package/lib/process/process.css +22 -0
- package/lib/process/process.d.ts +5 -4
- package/lib/process/process.less +36 -8
- package/lib/process/process.variable.css +51 -6
- package/lib/progress/index.d.ts +100 -121
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +43 -0
- package/lib/progress/progress.d.ts +17 -15
- package/lib/progress/progress.less +8 -8
- package/lib/progress/progress.variable.css +76 -10
- package/lib/radio/index.d.ts +116 -58
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +12 -9
- package/lib/radio/radio-group.d.ts +36 -5
- package/lib/radio/radio.css +133 -62
- package/lib/radio/radio.d.ts +9 -5
- package/lib/radio/radio.less +262 -173
- package/lib/radio/radio.variable.css +166 -72
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.d.ts +78 -28
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +14 -3
- package/lib/rate/star.d.ts +1 -1
- package/lib/resize-layout/index.d.ts +82 -80
- package/lib/resize-layout/index.js +1 -1
- package/lib/resize-layout/resize-layout.css +6 -15
- package/lib/resize-layout/resize-layout.d.ts +10 -9
- package/lib/resize-layout/resize-layout.less +32 -41
- package/lib/resize-layout/resize-layout.variable.css +35 -21
- package/lib/search-select/index.d.ts +892 -0
- package/lib/search-select/index.js +2 -0
- package/lib/search-select/index.js.LICENSE.txt +1 -0
- package/lib/search-select/input.d.ts +101 -0
- package/lib/search-select/menu.d.ts +77 -0
- package/lib/search-select/search-select.css +427 -0
- package/lib/search-select/search-select.d.ts +361 -0
- package/lib/search-select/search-select.less +384 -0
- package/lib/search-select/search-select.variable.css +549 -0
- package/lib/search-select/selected.d.ts +155 -0
- package/lib/search-select/utils.d.ts +88 -0
- package/lib/select/common.d.ts +4 -11
- package/lib/select/index.d.ts +1471 -918
- package/lib/select/index.js +2 -1
- package/lib/select/index.js.LICENSE.txt +1 -0
- package/lib/select/option.d.ts +17 -6
- package/lib/select/optionGroup.d.ts +2 -2
- package/lib/select/select.css +211 -140
- package/lib/select/select.d.ts +654 -205
- package/lib/select/select.less +331 -189
- package/lib/select/select.variable.css +240 -146
- package/lib/select/selectTagInput.d.ts +38 -15
- package/lib/select/type.d.ts +20 -14
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/helper.d.ts +9 -0
- package/lib/shared/hooks/use-form-item.d.ts +2 -0
- package/lib/shared/hooks/use-form.d.ts +2 -0
- package/lib/shared/index.d.ts +16 -12
- package/lib/shared/index.js +1 -1
- package/lib/shared/mask-manager.d.ts +18 -5
- package/lib/shared/pop-manager.d.ts +14 -4
- package/lib/shared/popover.d.ts +2 -1
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/utils.d.ts +19 -0
- package/lib/shared/vue-types.d.ts +116 -13
- package/lib/sideslider/index.d.ts +158 -252
- package/lib/sideslider/index.js +2 -1
- package/lib/sideslider/index.js.LICENSE.txt +1 -0
- package/lib/sideslider/sideslider.css +10 -8
- package/lib/sideslider/sideslider.d.ts +46 -71
- package/lib/sideslider/sideslider.less +19 -17
- package/lib/sideslider/sideslider.variable.css +39 -14
- package/lib/slider/index.d.ts +82 -112
- package/lib/slider/index.js +2 -1
- package/lib/slider/index.js.LICENSE.txt +1 -0
- package/lib/slider/slider-button.d.ts +3 -2
- package/lib/slider/slider.d.ts +6 -6
- package/lib/slider/slider.variable.css +29 -6
- package/lib/steps/index.d.ts +105 -96
- package/lib/steps/index.js +2 -1
- package/lib/steps/index.js.LICENSE.txt +1 -0
- package/lib/steps/steps.css +1 -0
- package/lib/steps/steps.d.ts +35 -34
- package/lib/steps/steps.less +63 -62
- package/lib/steps/steps.variable.css +30 -6
- package/lib/styles/index.d.ts +6 -1
- package/lib/styles/mixins/mixins.css +43 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +43 -0
- package/lib/styles/mixins/popper.css +1 -1
- package/lib/styles/mixins/popper.less +12 -11
- package/lib/styles/mixins/popper.variable.css +123 -1
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +139 -0
- package/lib/styles/reset.css +36 -0
- package/lib/styles/reset.less +26 -2
- package/lib/styles/reset.variable.css +36 -0
- package/lib/styles/themes/themes.less +37 -6
- package/lib/swiper/index.d.ts +60 -44
- package/lib/swiper/index.js +1 -1
- package/lib/swiper/swiper.d.ts +1 -1
- package/lib/swiper/swiper.less +15 -13
- package/lib/swiper/swiper.variable.css +122 -0
- package/lib/switcher/index.d.ts +94 -87
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +44 -1
- package/lib/switcher/switcher.d.ts +17 -11
- package/lib/switcher/switcher.less +29 -52
- package/lib/switcher/switcher.variable.css +90 -24
- package/lib/tab/index.d.ts +163 -124
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +92 -43
- package/lib/tab/tab-nav.d.ts +46 -14
- package/lib/tab/tab-panel.d.ts +16 -9
- package/lib/tab/tab.css +135 -58
- package/lib/tab/tab.d.ts +42 -20
- package/lib/tab/tab.less +164 -77
- package/lib/tab/tab.variable.css +164 -64
- package/lib/table/cache.d.ts +6 -0
- package/lib/table/components/index.d.ts +3 -0
- package/lib/table/components/table-cell.d.ts +51 -0
- package/lib/table/components/table-column.d.ts +305 -0
- package/lib/table/components/table-row.d.ts +2 -0
- package/lib/table/const.d.ts +94 -6
- package/lib/table/index.d.ts +697 -169
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/body-empty.d.ts +36 -0
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/common.d.ts +6 -0
- package/lib/table/plugins/head-filter.css +30 -14
- package/lib/table/plugins/head-filter.d.ts +26 -0
- package/lib/table/plugins/head-filter.less +79 -52
- package/lib/table/plugins/head-filter.variable.css +59 -20
- package/lib/table/plugins/head-sort.css +7 -3
- package/lib/table/plugins/head-sort.d.ts +29 -0
- package/lib/table/plugins/head-sort.less +8 -4
- package/lib/table/plugins/head-sort.variable.css +36 -9
- package/lib/table/plugins/index.d.ts +5 -0
- package/lib/table/plugins/settings.css +43 -6
- package/lib/table/plugins/settings.d.ts +37 -0
- package/lib/table/plugins/settings.less +52 -7
- package/lib/table/plugins/settings.variable.css +72 -12
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +15 -0
- package/lib/table/plugins/use-fixed-column.d.ts +26 -0
- package/lib/table/plugins/use-pagination.d.ts +16 -0
- package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
- package/lib/table/props.d.ts +271 -23
- package/lib/table/render.d.ts +32 -12
- package/lib/table/table.css +964 -67
- package/lib/table/table.d.ts +170 -27
- package/lib/table/table.less +198 -66
- package/lib/table/table.variable.css +993 -73
- package/lib/table/use-column.d.ts +12 -0
- package/lib/table/use-common.d.ts +71 -29
- package/lib/table/utils.d.ts +33 -4
- package/lib/table-column/index.d.ts +797 -0
- package/lib/table-column/index.js +1 -0
- package/lib/tag/index.d.ts +89 -68
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +46 -13
- package/lib/tag/tag.d.ts +17 -12
- package/lib/tag/tag.less +58 -21
- package/lib/tag/tag.variable.css +75 -19
- package/lib/tag-input/common.d.ts +13 -1
- package/lib/tag-input/index.d.ts +570 -269
- package/lib/tag-input/index.js +1 -1
- package/lib/tag-input/list-tag-render.d.ts +2 -5
- package/lib/tag-input/tag-input.css +23 -27
- package/lib/tag-input/tag-input.d.ts +304 -45
- package/lib/tag-input/tag-input.less +103 -106
- package/lib/tag-input/tag-input.variable.css +52 -33
- package/lib/tag-input/tag-props.d.ts +142 -8
- package/lib/tag-input/tag-render.d.ts +31 -5
- package/lib/time-picker/index.d.ts +833 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +337 -0
- package/lib/timeline/index.d.ts +64 -32
- package/lib/timeline/index.js +1 -1
- package/lib/timeline/timeline.css +11 -4
- package/lib/timeline/timeline.d.ts +4 -3
- package/lib/timeline/timeline.less +48 -36
- package/lib/timeline/timeline.variable.css +40 -10
- package/lib/transfer/index.d.ts +152 -81
- package/lib/transfer/index.js +1 -1
- package/lib/transfer/props.d.ts +5 -0
- package/lib/transfer/transfer.css +121 -41
- package/lib/transfer/transfer.d.ts +35 -3
- package/lib/transfer/transfer.less +103 -46
- package/lib/transfer/transfer.variable.css +155 -52
- package/lib/tree/constant.d.ts +22 -2
- package/lib/tree/index.d.ts +236 -141
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +68 -12
- package/lib/tree/tree.css +176 -7
- package/lib/tree/tree.d.ts +91 -20
- package/lib/tree/tree.less +49 -1
- package/lib/tree/tree.variable.css +205 -13
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +3 -2
- package/lib/tree/use-node-attribute.d.ts +11 -0
- package/lib/tree/use-node-drag.d.ts +1 -1
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/util.d.ts +2 -0
- package/lib/upload/index.d.ts +508 -1
- package/lib/upload/index.js +2 -1
- package/lib/upload/index.js.LICENSE.txt +1 -0
- package/lib/upload/props.d.ts +0 -2
- package/lib/upload/upload-list.d.ts +3 -2
- package/lib/upload/upload-trigger.d.ts +1 -4
- package/lib/upload/upload.css +58 -5
- package/lib/upload/upload.d.ts +10 -16
- package/lib/upload/upload.less +19 -8
- package/lib/upload/upload.type.d.ts +12 -12
- package/lib/upload/upload.variable.css +113 -37
- package/lib/upload/use-file-handler.d.ts +2 -25
- package/lib/virtual-render/index.d.ts +100 -150
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +15 -1
- package/lib/virtual-render/virtual-render.css +17 -17
- package/lib/virtual-render/virtual-render.d.ts +39 -4
- package/lib/virtual-render/virtual-render.less +2 -23
- package/lib/virtual-render/virtual-render.variable.css +139 -17
- package/lib/volar.components.d.ts +102 -0
- package/package.json +47 -40
- package/LICENSE.txt +0 -22
@@ -19,10 +19,11 @@
|
|
19
19
|
--line-height-large: 18px;
|
20
20
|
--component-size-small: 26px;
|
21
21
|
--component-size-base: 32px;
|
22
|
-
--component-size-large:
|
22
|
+
--component-size-large: 40px;
|
23
23
|
--border-width-base: 1px;
|
24
24
|
--border-style-base: solid;
|
25
25
|
--border-radius-base: 2px;
|
26
|
+
--border-style-color: var(--light-gray);
|
26
27
|
--input-disabled-bg: #fafbfd;
|
27
28
|
--input-disabled-border: var(--disable-color);
|
28
29
|
--input-height-base: var(--component-size-base);
|
@@ -32,8 +33,9 @@
|
|
32
33
|
--input-broder-radius: 3px;
|
33
34
|
--input-shadow-color: #a3c5fd;
|
34
35
|
--input-horizontal-padding: 10px;
|
35
|
-
--input-block-color: #
|
36
|
-
--input-
|
36
|
+
--input-block-color: #f5f7fa;
|
37
|
+
--input-block-hover-color: #eaebf0;
|
38
|
+
--input-icon-size: var(--font-size-medium);
|
37
39
|
--input-maxlength-color: #979ba5;
|
38
40
|
--button-primary-hover-color: #5594fa;
|
39
41
|
--button-danger-hover-color: #ff5656;
|
@@ -44,6 +46,17 @@
|
|
44
46
|
--button-danger-active-color: #db2626;
|
45
47
|
--button-success-active-color: #1ab943;
|
46
48
|
--button-warning-active-color: #eb9000;
|
49
|
+
--button-selected-bg-color: #e1ecff;
|
50
|
+
--button-disabled-selected-bg-color: #f0f1f5;
|
51
|
+
--radio-font-color: #63656e;
|
52
|
+
--radio-active-color: #5594fa;
|
53
|
+
--radio-hover-border-color: #979ba5;
|
54
|
+
--radio-disabled-border: #dcdee5;
|
55
|
+
--radio-disabled-font-color: #c4c6cc;
|
56
|
+
--radio-disabled-checked-bg: #a3c5fd;
|
57
|
+
--radio-button-checked-bg: #e1ecff;
|
58
|
+
--radio-button-disabled-checked-bg: #fafbfd;
|
59
|
+
--checkbox-disabled-checked-bg: #a3c5fd;
|
47
60
|
--fixed-navbar-background: #fff;
|
48
61
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
49
62
|
--switch-default-color: #fff;
|
@@ -64,12 +77,16 @@
|
|
64
77
|
--message-color: var(--default-color);
|
65
78
|
--message-primary-bg-color: #f0f8ff;
|
66
79
|
--message-primary-border-color: #e1ecff;
|
80
|
+
--message-primary-shadow-color: #e1e8f4;
|
67
81
|
--message-warning-bg-color: #fff4e2;
|
68
82
|
--message-warning-border-color: #ffe8c3;
|
83
|
+
--message-warning-shadow-color: #ede6db;
|
69
84
|
--message-success-bg-color: #f2fff4;
|
70
85
|
--message-success-border-color: #dcffe2;
|
86
|
+
--message-success-shadow-color: #cef0d7;
|
71
87
|
--message-danger-bg-color: #ffeded;
|
72
88
|
--message-danger-border-color: #ffdddd;
|
89
|
+
--message-danger-shadow-color: #f6dada;
|
73
90
|
--slider-default-bg: #dcdee5;
|
74
91
|
--slider-disable-bar-bg: #979ba5;
|
75
92
|
--menu-bg-color: #182132;
|
@@ -89,19 +106,749 @@
|
|
89
106
|
--table-border-color: #dcdee5;
|
90
107
|
--table-head-bg-color: #fafbfd;
|
91
108
|
--table-head-font-color: #313238;
|
92
|
-
--table-body-font-color: #
|
109
|
+
--table-body-font-color: #63656E;
|
93
110
|
--table-row-hover-bg-color: #f5f7fa;
|
94
111
|
--table-row-active-bg-color: #f0f1f5;
|
95
112
|
--cascader-panel-border-color: #dcdee5;
|
96
|
-
--cascader-panel-hover: #
|
97
|
-
--cascader-panel-active: #
|
113
|
+
--cascader-panel-hover: #f5f7fa;
|
114
|
+
--cascader-panel-active: #e1ecff;
|
98
115
|
--cascader-panel-disabled-bg: #fff;
|
116
|
+
--search-select-focus-border-color: var(--primary-color);
|
117
|
+
--search-select-focus-color: #3c96ff;
|
118
|
+
--search-select-font-color: var(--default-color);
|
119
|
+
--search-select-placeholder-color: var(--light-gray);
|
120
|
+
--search-select-message-color: var(--danger-color);
|
121
|
+
--search-select-menu-border-color: var(--disable-color);
|
122
|
+
}
|
123
|
+
.bk-F-scroll-x {
|
124
|
+
overflow-x: auto;
|
125
|
+
scrollbar-color: #a0a0a0 transparent;
|
126
|
+
scrollbar-width: thin;
|
127
|
+
}
|
128
|
+
.bk-F-scroll-x::-webkit-scrollbar {
|
129
|
+
height: 6px;
|
130
|
+
}
|
131
|
+
.bk-F-scroll-y {
|
132
|
+
overflow-y: auto;
|
133
|
+
}
|
134
|
+
.bk-F-scroll-y::-webkit-scrollbar {
|
135
|
+
width: 4px;
|
136
|
+
}
|
137
|
+
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
138
|
+
border-radius: 4px;
|
139
|
+
}
|
140
|
+
.bk-virtual-render {
|
141
|
+
position: relative;
|
142
|
+
}
|
143
|
+
.bk-virtual-render .bk-virtual-content,
|
144
|
+
.bk-virtual-render.bk-virtual-content {
|
145
|
+
position: absolute;
|
146
|
+
top: 0;
|
147
|
+
bottom: 0;
|
148
|
+
left: 0;
|
149
|
+
width: 100%;
|
150
|
+
height: 100%;
|
151
|
+
}
|
152
|
+
.bk-virtual-render .bk-virtual-section {
|
153
|
+
width: 1px;
|
154
|
+
background: transparent;
|
155
|
+
}
|
156
|
+
.bk-checkbox-group {
|
157
|
+
display: inline-flex;
|
158
|
+
letter-spacing: normal;
|
159
|
+
}
|
160
|
+
.bk-checkbox {
|
161
|
+
display: inline-flex;
|
162
|
+
justify-self: center;
|
163
|
+
align-items: center;
|
164
|
+
font-size: 14px;
|
165
|
+
letter-spacing: normal;
|
166
|
+
color: #63656e;
|
167
|
+
cursor: pointer;
|
168
|
+
user-select: none;
|
169
|
+
}
|
170
|
+
.bk-checkbox ~ .bk-checkbox {
|
171
|
+
margin-left: 30px;
|
172
|
+
}
|
173
|
+
.bk-checkbox.is-checked .bk-checkbox-input {
|
174
|
+
background: #3a84ff;
|
175
|
+
border-color: #3a84ff;
|
176
|
+
transition: all 0.1s;
|
177
|
+
}
|
178
|
+
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
179
|
+
width: 3px;
|
180
|
+
height: 6px;
|
181
|
+
}
|
182
|
+
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
183
|
+
position: absolute;
|
184
|
+
top: 50%;
|
185
|
+
left: 50%;
|
186
|
+
width: 4px;
|
187
|
+
height: 8px;
|
188
|
+
border: 2px solid #fff;
|
189
|
+
border-top: 0;
|
190
|
+
border-left: 0;
|
191
|
+
content: '';
|
192
|
+
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
193
|
+
transform-origin: center;
|
194
|
+
}
|
195
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
196
|
+
background: #3a84ff;
|
197
|
+
border-color: #3a84ff;
|
198
|
+
transition: all 0.1s;
|
199
|
+
}
|
200
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
201
|
+
width: 6px;
|
202
|
+
height: 2px;
|
203
|
+
}
|
204
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input::after {
|
205
|
+
position: absolute;
|
206
|
+
top: 50%;
|
207
|
+
left: 50%;
|
208
|
+
width: 8px;
|
209
|
+
height: 2px;
|
210
|
+
background: #fff;
|
211
|
+
border: none;
|
212
|
+
border-radius: 2px;
|
213
|
+
content: '';
|
214
|
+
transform: translate(-50%, -50%);
|
215
|
+
}
|
216
|
+
.bk-checkbox.is-disabled {
|
217
|
+
color: #c4c6cc;
|
218
|
+
cursor: not-allowed;
|
219
|
+
}
|
220
|
+
.bk-checkbox.is-disabled .bk-checkbox-input {
|
221
|
+
background: #fafbfd;
|
222
|
+
border-color: #dcdee5;
|
223
|
+
}
|
224
|
+
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
225
|
+
background: #dcdee5;
|
226
|
+
}
|
227
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
228
|
+
background: #a3c5fd;
|
229
|
+
border-color: #a3c5fd;
|
230
|
+
}
|
231
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
232
|
+
background: #a3c5fd;
|
233
|
+
}
|
234
|
+
.bk-checkbox-input {
|
235
|
+
position: relative;
|
236
|
+
display: inline-block;
|
237
|
+
width: 16px;
|
238
|
+
height: 16px;
|
239
|
+
vertical-align: middle;
|
240
|
+
border: 1px solid #979ba5;
|
241
|
+
border-radius: 2px;
|
242
|
+
}
|
243
|
+
.bk-checkbox-input.small {
|
244
|
+
width: 14px;
|
245
|
+
height: 14px;
|
246
|
+
}
|
247
|
+
.bk-checkbox-original {
|
248
|
+
position: absolute;
|
249
|
+
top: 0;
|
250
|
+
left: 0;
|
251
|
+
z-index: -1;
|
252
|
+
width: 0;
|
253
|
+
height: 0;
|
254
|
+
}
|
255
|
+
.bk-checkbox-label {
|
256
|
+
display: inline-block;
|
257
|
+
margin-left: 6px;
|
258
|
+
vertical-align: middle;
|
259
|
+
}
|
260
|
+
.bk-button {
|
261
|
+
display: inline-flex;
|
262
|
+
height: 32px;
|
263
|
+
padding: 5px 12px;
|
264
|
+
font-size: 14px;
|
265
|
+
color: #63656e;
|
266
|
+
text-decoration: none;
|
267
|
+
white-space: nowrap;
|
268
|
+
cursor: pointer;
|
269
|
+
background-color: white;
|
270
|
+
border: 1px solid #c4c6cc;
|
271
|
+
border-radius: 2px;
|
272
|
+
outline: none;
|
273
|
+
box-sizing: border-box;
|
274
|
+
transition: background-color ease 0.3s;
|
275
|
+
appearance: none;
|
276
|
+
align-items: center;
|
277
|
+
justify-content: center;
|
278
|
+
}
|
279
|
+
.bk-button.bk-button-primary {
|
280
|
+
background-color: #3a84ff;
|
281
|
+
color: white;
|
282
|
+
border-color: #3a84ff;
|
283
|
+
}
|
284
|
+
.bk-button.bk-button-primary:hover {
|
285
|
+
background-color: #5594fa;
|
286
|
+
border-color: #5594fa;
|
287
|
+
}
|
288
|
+
.bk-button.bk-button-primary:active {
|
289
|
+
background-color: #2c77f4;
|
290
|
+
border-color: #2c77f4;
|
291
|
+
color: white;
|
292
|
+
}
|
293
|
+
.bk-button.bk-button-primary.is-outline {
|
294
|
+
color: #3a84ff;
|
295
|
+
border-color: #3a84ff;
|
296
|
+
background-color: white;
|
297
|
+
}
|
298
|
+
.bk-button.bk-button-primary.is-outline:hover {
|
299
|
+
background-color: #5594fa;
|
300
|
+
border-color: #5594fa;
|
301
|
+
color: white;
|
302
|
+
}
|
303
|
+
.bk-button.bk-button-primary.is-text {
|
304
|
+
color: #3a84ff;
|
305
|
+
background-color: transparent;
|
306
|
+
border: none;
|
307
|
+
}
|
308
|
+
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
309
|
+
color: #5594fa;
|
310
|
+
}
|
311
|
+
.bk-button.bk-button-primary.is-disabled {
|
312
|
+
color: #dcdee5;
|
313
|
+
cursor: not-allowed;
|
314
|
+
}
|
315
|
+
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
316
|
+
background-color: #dcdee5;
|
317
|
+
color: white;
|
318
|
+
border-color: #dcdee5;
|
319
|
+
}
|
320
|
+
.bk-button.bk-button-hover-primary:hover {
|
321
|
+
background-color: #5594fa;
|
322
|
+
border-color: #5594fa;
|
323
|
+
color: white;
|
324
|
+
}
|
325
|
+
.bk-button.bk-button-warning {
|
326
|
+
background-color: #ff9c01;
|
327
|
+
color: white;
|
328
|
+
border-color: #ff9c01;
|
329
|
+
}
|
330
|
+
.bk-button.bk-button-warning:hover {
|
331
|
+
background-color: #ffb848;
|
332
|
+
border-color: #ffb848;
|
333
|
+
}
|
334
|
+
.bk-button.bk-button-warning:active {
|
335
|
+
background-color: #eb9000;
|
336
|
+
border-color: #eb9000;
|
337
|
+
color: white;
|
338
|
+
}
|
339
|
+
.bk-button.bk-button-warning.is-outline {
|
340
|
+
color: #ff9c01;
|
341
|
+
border-color: #ff9c01;
|
342
|
+
background-color: white;
|
343
|
+
}
|
344
|
+
.bk-button.bk-button-warning.is-outline:hover {
|
345
|
+
background-color: #ffb848;
|
346
|
+
border-color: #ffb848;
|
347
|
+
color: white;
|
348
|
+
}
|
349
|
+
.bk-button.bk-button-warning.is-text {
|
350
|
+
color: #ff9c01;
|
351
|
+
background-color: transparent;
|
352
|
+
border: none;
|
353
|
+
}
|
354
|
+
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
355
|
+
color: #ffb848;
|
356
|
+
}
|
357
|
+
.bk-button.bk-button-warning.is-disabled {
|
358
|
+
color: #dcdee5;
|
359
|
+
cursor: not-allowed;
|
360
|
+
}
|
361
|
+
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
362
|
+
background-color: #dcdee5;
|
363
|
+
color: white;
|
364
|
+
border-color: #dcdee5;
|
365
|
+
}
|
366
|
+
.bk-button.bk-button-hover-warning:hover {
|
367
|
+
background-color: #ffb848;
|
368
|
+
border-color: #ffb848;
|
369
|
+
color: white;
|
370
|
+
}
|
371
|
+
.bk-button.bk-button-success {
|
372
|
+
background-color: #2dcb56;
|
373
|
+
color: white;
|
374
|
+
border-color: #2dcb56;
|
375
|
+
}
|
376
|
+
.bk-button.bk-button-success:hover {
|
377
|
+
background-color: #45e35f;
|
378
|
+
border-color: #45e35f;
|
379
|
+
}
|
380
|
+
.bk-button.bk-button-success:active {
|
381
|
+
background-color: #1ab943;
|
382
|
+
border-color: #1ab943;
|
383
|
+
color: white;
|
384
|
+
}
|
385
|
+
.bk-button.bk-button-success.is-outline {
|
386
|
+
color: #2dcb56;
|
387
|
+
border-color: #2dcb56;
|
388
|
+
background-color: white;
|
389
|
+
}
|
390
|
+
.bk-button.bk-button-success.is-outline:hover {
|
391
|
+
background-color: #45e35f;
|
392
|
+
border-color: #45e35f;
|
393
|
+
color: white;
|
394
|
+
}
|
395
|
+
.bk-button.bk-button-success.is-text {
|
396
|
+
color: #2dcb56;
|
397
|
+
background-color: transparent;
|
398
|
+
border: none;
|
399
|
+
}
|
400
|
+
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
401
|
+
color: #45e35f;
|
402
|
+
}
|
403
|
+
.bk-button.bk-button-success.is-disabled {
|
404
|
+
color: #dcdee5;
|
405
|
+
cursor: not-allowed;
|
406
|
+
}
|
407
|
+
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
408
|
+
background-color: #dcdee5;
|
409
|
+
color: white;
|
410
|
+
border-color: #dcdee5;
|
411
|
+
}
|
412
|
+
.bk-button.bk-button-hover-success:hover {
|
413
|
+
background-color: #45e35f;
|
414
|
+
border-color: #45e35f;
|
415
|
+
color: white;
|
416
|
+
}
|
417
|
+
.bk-button.bk-button-danger {
|
418
|
+
background-color: #ea3636;
|
419
|
+
color: white;
|
420
|
+
border-color: #ea3636;
|
421
|
+
}
|
422
|
+
.bk-button.bk-button-danger:hover {
|
423
|
+
background-color: #ff5656;
|
424
|
+
border-color: #ff5656;
|
425
|
+
}
|
426
|
+
.bk-button.bk-button-danger:active {
|
427
|
+
background-color: #db2626;
|
428
|
+
border-color: #db2626;
|
429
|
+
color: white;
|
430
|
+
}
|
431
|
+
.bk-button.bk-button-danger.is-outline {
|
432
|
+
color: #ea3636;
|
433
|
+
border-color: #ea3636;
|
434
|
+
background-color: white;
|
435
|
+
}
|
436
|
+
.bk-button.bk-button-danger.is-outline:hover {
|
437
|
+
background-color: #ff5656;
|
438
|
+
border-color: #ff5656;
|
439
|
+
color: white;
|
440
|
+
}
|
441
|
+
.bk-button.bk-button-danger.is-text {
|
442
|
+
color: #ea3636;
|
443
|
+
background-color: transparent;
|
444
|
+
border: none;
|
445
|
+
}
|
446
|
+
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
447
|
+
color: #ff5656;
|
448
|
+
}
|
449
|
+
.bk-button.bk-button-danger.is-disabled {
|
450
|
+
color: #dcdee5;
|
451
|
+
cursor: not-allowed;
|
452
|
+
}
|
453
|
+
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
454
|
+
background-color: #dcdee5;
|
455
|
+
color: white;
|
456
|
+
border-color: #dcdee5;
|
457
|
+
}
|
458
|
+
.bk-button.bk-button-hover-danger:hover {
|
459
|
+
background-color: #ff5656;
|
460
|
+
border-color: #ff5656;
|
461
|
+
color: white;
|
462
|
+
}
|
463
|
+
.bk-button.bk-button-small {
|
464
|
+
height: 26px;
|
465
|
+
padding: 3px 12px;
|
466
|
+
font-size: 12px;
|
467
|
+
}
|
468
|
+
.bk-button.bk-button-large {
|
469
|
+
height: 38px;
|
470
|
+
padding: 8px 20px;
|
471
|
+
font-size: 16px;
|
472
|
+
}
|
473
|
+
.bk-button .bk-button-text {
|
474
|
+
display: inline-flex;
|
475
|
+
align-items: center;
|
476
|
+
line-height: 1;
|
477
|
+
}
|
478
|
+
.bk-button.is-loading {
|
479
|
+
position: relative;
|
480
|
+
}
|
481
|
+
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
482
|
+
position: absolute;
|
483
|
+
}
|
484
|
+
.bk-button.is-loading .bk-button-text {
|
485
|
+
visibility: hidden;
|
486
|
+
}
|
487
|
+
.bk-button:hover {
|
488
|
+
border-color: #979ba5;
|
489
|
+
}
|
490
|
+
.bk-button:active {
|
491
|
+
color: #3a84ff;
|
492
|
+
border-color: #3a84ff;
|
493
|
+
}
|
494
|
+
.bk-button.is-text {
|
495
|
+
height: auto;
|
496
|
+
padding: 0;
|
497
|
+
font-size: inherit;
|
498
|
+
color: #63656e;
|
499
|
+
text-decoration: none;
|
500
|
+
cursor: pointer;
|
501
|
+
background-color: transparent;
|
502
|
+
border: none;
|
503
|
+
outline: none;
|
504
|
+
}
|
505
|
+
.bk-button.is-disabled {
|
506
|
+
color: #dcdee5;
|
507
|
+
cursor: not-allowed;
|
508
|
+
border-color: #dcdee5;
|
509
|
+
}
|
510
|
+
.bk-button-group {
|
511
|
+
display: inline-block;
|
512
|
+
font-size: 0;
|
513
|
+
}
|
514
|
+
.bk-button-group.bk-button-group-small .bk-button {
|
515
|
+
height: 26px;
|
516
|
+
padding: 3px 12px;
|
517
|
+
font-size: 12px;
|
518
|
+
}
|
519
|
+
.bk-button-group.bk-button-group-large .bk-button {
|
520
|
+
height: 38px;
|
521
|
+
padding: 8px 20px;
|
522
|
+
font-size: 16px;
|
523
|
+
}
|
524
|
+
.bk-button-group .bk-button {
|
525
|
+
height: 32px;
|
526
|
+
margin: 0 0 0 -1px;
|
527
|
+
border-radius: 0;
|
528
|
+
}
|
529
|
+
.bk-button-group .bk-button:not(.is-disabled) {
|
530
|
+
color: #63656e;
|
531
|
+
background-color: white;
|
532
|
+
border-color: #c4c6cc;
|
533
|
+
}
|
534
|
+
.bk-button-group .bk-button.is-disabled {
|
535
|
+
color: #c4c6cc;
|
536
|
+
}
|
537
|
+
.bk-button-group .bk-button:first-child {
|
538
|
+
border-radius: 2px 0 0 2px;
|
539
|
+
}
|
540
|
+
.bk-button-group .bk-button:last-child {
|
541
|
+
border-radius: 0 2px 2px 0;
|
542
|
+
}
|
543
|
+
.bk-button-group .bk-button:only-child {
|
544
|
+
border-radius: 2px;
|
545
|
+
}
|
546
|
+
.bk-button-group .bk-button:hover:not(.is-disabled),
|
547
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
548
|
+
position: relative;
|
549
|
+
z-index: 1;
|
550
|
+
color: #3a84ff;
|
551
|
+
background-color: white;
|
552
|
+
border-color: #3a84ff;
|
553
|
+
}
|
554
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
555
|
+
background-color: #e1ecff;
|
556
|
+
}
|
557
|
+
.bk-button-group .bk-button.is-selected.is-disabled {
|
558
|
+
background-color: #f0f1f5;
|
559
|
+
}
|
560
|
+
.bk-exception {
|
561
|
+
position: relative;
|
562
|
+
display: flex;
|
563
|
+
width: 100%;
|
564
|
+
align-items: center;
|
565
|
+
flex-direction: column;
|
566
|
+
text-align: center;
|
567
|
+
}
|
568
|
+
.bk-exception-img {
|
569
|
+
display: flex;
|
570
|
+
align-items: center;
|
571
|
+
justify-content: center;
|
572
|
+
}
|
573
|
+
.bk-exception-img .exception-image {
|
574
|
+
display: block;
|
575
|
+
height: 100%;
|
576
|
+
object-fit: contain;
|
577
|
+
}
|
578
|
+
.bk-exception-title {
|
579
|
+
color: #313238;
|
580
|
+
}
|
581
|
+
.bk-exception-description {
|
582
|
+
color: #63656e;
|
583
|
+
}
|
584
|
+
.bk-exception-page .bk-exception-img {
|
585
|
+
width: 480px;
|
586
|
+
height: 240px;
|
587
|
+
}
|
588
|
+
.bk-exception-page .bk-exception-title {
|
589
|
+
margin-top: 18px;
|
590
|
+
font-size: 24px;
|
591
|
+
line-height: 32px;
|
592
|
+
}
|
593
|
+
.bk-exception-page .bk-exception-description {
|
594
|
+
margin-top: 16px;
|
595
|
+
font-size: 14px;
|
596
|
+
line-height: 22px;
|
597
|
+
}
|
598
|
+
.bk-exception-page .bk-exception-footer {
|
599
|
+
margin-top: 24px;
|
600
|
+
}
|
601
|
+
.bk-exception-part .bk-exception-img {
|
602
|
+
width: 120px;
|
603
|
+
height: 100px;
|
604
|
+
}
|
605
|
+
.bk-exception-part .bk-exception-title {
|
606
|
+
margin-top: 8px;
|
607
|
+
font-size: 14px;
|
608
|
+
line-height: 22px;
|
609
|
+
}
|
610
|
+
.bk-exception-part .bk-exception-description {
|
611
|
+
margin-top: 8px;
|
612
|
+
font-size: 12px;
|
613
|
+
line-height: 20px;
|
614
|
+
}
|
615
|
+
.bk-exception-part .bk-exception-footer {
|
616
|
+
margin-top: 8px;
|
617
|
+
}
|
618
|
+
.bk-pagination {
|
619
|
+
display: flex;
|
620
|
+
align-items: center;
|
621
|
+
font-size: 12px;
|
622
|
+
letter-spacing: normal;
|
623
|
+
color: #63656e;
|
624
|
+
user-select: none;
|
625
|
+
}
|
626
|
+
.bk-pagination.is-disabled {
|
627
|
+
cursor: not-allowed;
|
628
|
+
}
|
629
|
+
.bk-pagination.is-align-left {
|
630
|
+
justify-content: flex-start;
|
631
|
+
}
|
632
|
+
.bk-pagination.is-align-center {
|
633
|
+
justify-content: center;
|
634
|
+
}
|
635
|
+
.bk-pagination.is-align-right {
|
636
|
+
justify-content: flex-end;
|
637
|
+
}
|
638
|
+
.bk-pagination > * {
|
639
|
+
margin: 0 6px;
|
640
|
+
}
|
641
|
+
.bk-pagination > .is-first {
|
642
|
+
margin-left: 0;
|
643
|
+
}
|
644
|
+
.bk-pagination > .is-last {
|
645
|
+
margin-right: 0;
|
646
|
+
}
|
647
|
+
.bk-pagination-total {
|
648
|
+
display: flex;
|
649
|
+
user-select: none;
|
650
|
+
}
|
651
|
+
.bk-pagination-total-num {
|
652
|
+
padding: 0 2px;
|
653
|
+
}
|
654
|
+
.bk-pagination-list {
|
655
|
+
display: flex;
|
656
|
+
}
|
657
|
+
.bk-pagination-list-pre-batch,
|
658
|
+
.bk-pagination-list-next-batch,
|
659
|
+
.bk-pagination-list-pre,
|
660
|
+
.bk-pagination-list-next,
|
661
|
+
.bk-pagination-list-item {
|
662
|
+
display: flex;
|
663
|
+
align-items: center;
|
664
|
+
justify-content: center;
|
665
|
+
height: 32px;
|
666
|
+
min-width: 32px;
|
667
|
+
padding: 0 4px;
|
668
|
+
margin-right: 2px;
|
669
|
+
margin-left: 2px;
|
670
|
+
color: #63656e;
|
671
|
+
cursor: pointer;
|
672
|
+
background: #fff;
|
673
|
+
border-radius: 2px;
|
674
|
+
user-select: none;
|
675
|
+
}
|
676
|
+
.bk-pagination-list-pre-batch.is-active,
|
677
|
+
.bk-pagination-list-next-batch.is-active,
|
678
|
+
.bk-pagination-list-pre.is-active,
|
679
|
+
.bk-pagination-list-next.is-active,
|
680
|
+
.bk-pagination-list-item.is-active {
|
681
|
+
color: #3a84ff;
|
682
|
+
background: #e1ecff;
|
683
|
+
}
|
684
|
+
.bk-pagination-list-pre-batch:hover,
|
685
|
+
.bk-pagination-list-next-batch:hover,
|
686
|
+
.bk-pagination-list-pre:hover,
|
687
|
+
.bk-pagination-list-next:hover,
|
688
|
+
.bk-pagination-list-item:hover {
|
689
|
+
background: #f0f1f5;
|
690
|
+
}
|
691
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
692
|
+
.bk-pagination-list-next-batch.is-disabled,
|
693
|
+
.bk-pagination-list-pre.is-disabled,
|
694
|
+
.bk-pagination-list-next.is-disabled,
|
695
|
+
.bk-pagination-list-item.is-disabled {
|
696
|
+
color: #c4c6cc;
|
697
|
+
cursor: not-allowed;
|
698
|
+
background-color: #fafbfd;
|
699
|
+
border-color: #dcdee5;
|
700
|
+
}
|
701
|
+
.bk-pagination-list-pre,
|
702
|
+
.bk-pagination-list-next {
|
703
|
+
font-size: 20px;
|
704
|
+
color: #979ba5;
|
705
|
+
}
|
706
|
+
.bk-pagination-list-pre.is-disabled,
|
707
|
+
.bk-pagination-list-next.is-disabled {
|
708
|
+
color: #dcdee5;
|
709
|
+
cursor: not-allowed;
|
710
|
+
background-color: transparent;
|
711
|
+
}
|
712
|
+
.bk-pagination-list-item {
|
713
|
+
margin-right: 2px;
|
714
|
+
margin-left: 2px;
|
715
|
+
}
|
716
|
+
.bk-pagination-limit {
|
717
|
+
display: flex;
|
718
|
+
align-items: center;
|
719
|
+
user-select: none;
|
720
|
+
}
|
721
|
+
.bk-pagination-limit-select {
|
722
|
+
width: 60px;
|
723
|
+
margin: 0 4px;
|
724
|
+
}
|
725
|
+
.bk-pagination-limit-select .bk-input {
|
726
|
+
border-color: #f0f1f5;
|
727
|
+
}
|
728
|
+
.bk-pagination-limit-select .bk-input--text {
|
729
|
+
background-color: #f0f1f5;
|
730
|
+
}
|
731
|
+
.bk-pagination-limit-select:hover .bk-input {
|
732
|
+
border-color: #eaebf0;
|
733
|
+
}
|
734
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
735
|
+
background-color: #eaebf0;
|
736
|
+
}
|
737
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
738
|
+
border-color: #3a84ff;
|
739
|
+
}
|
740
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
741
|
+
background-color: #fff;
|
742
|
+
}
|
743
|
+
.bk-pagination-small-list {
|
744
|
+
display: flex;
|
745
|
+
align-items: center;
|
746
|
+
}
|
747
|
+
.bk-pagination-small-list .bk-pagination-picker {
|
748
|
+
display: flex;
|
749
|
+
height: 26px;
|
750
|
+
margin: 0 4px;
|
751
|
+
cursor: pointer;
|
752
|
+
background-color: #f0f1f5;
|
753
|
+
border: 1px solid #f0f1f5;
|
754
|
+
border-radius: 2px;
|
755
|
+
align-items: center;
|
756
|
+
}
|
757
|
+
.bk-pagination-small-list .bk-pagination-picker:hover {
|
758
|
+
background-color: #eaebf0;
|
759
|
+
border-color: #eaebf0;
|
760
|
+
}
|
761
|
+
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
762
|
+
background-color: #fff;
|
763
|
+
border-color: #3a84ff;
|
764
|
+
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
765
|
+
}
|
766
|
+
.bk-pagination-editor {
|
767
|
+
height: 16px;
|
768
|
+
min-width: 23px;
|
769
|
+
padding-right: 4px;
|
770
|
+
padding-left: 8px;
|
771
|
+
line-height: 16px;
|
772
|
+
text-align: center;
|
773
|
+
background-color: transparent;
|
774
|
+
border: 0;
|
775
|
+
border-radius: 2px;
|
776
|
+
outline: none;
|
777
|
+
transition: all 0.15s;
|
778
|
+
}
|
779
|
+
.bk-pagination-small-list-total {
|
780
|
+
padding-right: 8px;
|
781
|
+
padding-left: 4px;
|
782
|
+
}
|
783
|
+
.bk-pagination-btn-pre,
|
784
|
+
.bk-pagination-btn-next {
|
785
|
+
display: flex;
|
786
|
+
width: 26px;
|
787
|
+
height: 26px;
|
788
|
+
font-size: 20px;
|
789
|
+
color: #979ba5;
|
790
|
+
cursor: pointer;
|
791
|
+
justify-content: center;
|
792
|
+
align-items: center;
|
793
|
+
}
|
794
|
+
.bk-pagination-btn-pre:hover,
|
795
|
+
.bk-pagination-btn-next:hover {
|
796
|
+
color: #3a84ff;
|
797
|
+
background: #f0f1f5;
|
798
|
+
}
|
799
|
+
.bk-pagination-btn-pre.is-disabled,
|
800
|
+
.bk-pagination-btn-next.is-disabled {
|
801
|
+
color: #dcdee5;
|
802
|
+
cursor: not-allowed;
|
803
|
+
}
|
804
|
+
.bk-pagination-picker-list {
|
805
|
+
max-height: 216px;
|
806
|
+
padding: 7px 0;
|
807
|
+
margin: -7px -14px;
|
808
|
+
overflow: auto;
|
809
|
+
}
|
810
|
+
.bk-pagination-picker-list .item {
|
811
|
+
height: 32px;
|
812
|
+
padding: 0 10px;
|
813
|
+
font-size: 12px;
|
814
|
+
line-height: 32px;
|
815
|
+
color: #63656e;
|
816
|
+
cursor: pointer;
|
817
|
+
}
|
818
|
+
.bk-pagination-picker-list .item:hover,
|
819
|
+
.bk-pagination-picker-list .item.is-actived {
|
820
|
+
color: #3a84ff;
|
821
|
+
background: #f4f6fa;
|
822
|
+
}
|
823
|
+
.bk-popover.bk-pop2-content {
|
824
|
+
position: absolute;
|
825
|
+
display: none;
|
826
|
+
padding: 7px 14px;
|
827
|
+
font-size: 12px;
|
828
|
+
color: #fff;
|
829
|
+
background: #26323d;
|
830
|
+
border-radius: 4px;
|
831
|
+
box-sizing: border-box;
|
832
|
+
}
|
833
|
+
.bk-popover.bk-pop2-content .bk-pop2-arrow {
|
834
|
+
position: absolute;
|
835
|
+
width: 8px;
|
836
|
+
height: 8px;
|
837
|
+
background: #333;
|
838
|
+
transform: rotate(45deg);
|
839
|
+
}
|
840
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] {
|
841
|
+
color: #26323d;
|
842
|
+
background-color: #fff;
|
843
|
+
box-shadow: 0 0 6px 0 #dcdee5;
|
844
|
+
}
|
845
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
|
846
|
+
background-color: #fff;
|
99
847
|
}
|
100
848
|
.bk-table-head-action {
|
101
849
|
display: flex;
|
102
|
-
width: 32px;
|
103
850
|
height: var(--row-height);
|
104
|
-
|
851
|
+
padding: 0 10px 0 6px;
|
105
852
|
font-size: 12px;
|
106
853
|
color: #c4c6cc;
|
107
854
|
cursor: pointer;
|
@@ -113,18 +860,22 @@
|
|
113
860
|
.bk-table-head-action.opened {
|
114
861
|
color: inherit;
|
115
862
|
}
|
116
|
-
.bk-table-head-filter {
|
863
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter {
|
117
864
|
padding: 5px 0 0 0;
|
118
865
|
background-color: #fff;
|
119
866
|
border-radius: 2px;
|
120
|
-
box-shadow:
|
867
|
+
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
|
121
868
|
}
|
122
|
-
.bk-table-head-filter .content-list {
|
123
|
-
|
124
|
-
|
125
|
-
|
869
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list {
|
870
|
+
display: inline-block;
|
871
|
+
max-width: 300px;
|
872
|
+
min-width: 200px;
|
126
873
|
}
|
127
|
-
.bk-table-head-filter .content-list .
|
874
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
875
|
+
max-height: 200px;
|
876
|
+
min-height: 40px;
|
877
|
+
}
|
878
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
128
879
|
width: 100%;
|
129
880
|
height: 32px;
|
130
881
|
padding: 0 10px;
|
@@ -133,10 +884,19 @@
|
|
133
884
|
color: #63656e;
|
134
885
|
text-align: left;
|
135
886
|
}
|
136
|
-
.bk-table-head-filter .content-list .list-item:hover {
|
887
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item:hover {
|
888
|
+
background: #f0f1f5;
|
889
|
+
}
|
890
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label:hover {
|
137
891
|
background: #f0f1f5;
|
138
892
|
}
|
139
|
-
.bk-table-head-filter .content-
|
893
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox-label {
|
894
|
+
white-space: nowrap;
|
895
|
+
}
|
896
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
897
|
+
margin-left: 0;
|
898
|
+
}
|
899
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer {
|
140
900
|
display: flex;
|
141
901
|
height: 42px;
|
142
902
|
padding: 0 10px;
|
@@ -144,7 +904,7 @@
|
|
144
904
|
justify-content: center;
|
145
905
|
align-items: center;
|
146
906
|
}
|
147
|
-
.bk-table-head-filter .content-footer span {
|
907
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span {
|
148
908
|
display: inline-flex;
|
149
909
|
height: 100%;
|
150
910
|
padding: 6px 12px;
|
@@ -154,27 +914,35 @@
|
|
154
914
|
cursor: pointer;
|
155
915
|
align-items: center;
|
156
916
|
}
|
157
|
-
.bk-table-head-filter .content-footer span.
|
917
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.disabled {
|
918
|
+
color: transparent;
|
919
|
+
cursor: auto;
|
920
|
+
}
|
921
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-split {
|
158
922
|
width: 1px;
|
159
923
|
height: calc(100% - 12px);
|
160
924
|
padding: 6px 0;
|
161
925
|
cursor: default;
|
162
926
|
background: #f0f1f5;
|
163
927
|
}
|
164
|
-
.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
|
928
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
|
165
929
|
color: #979ba5;
|
166
930
|
cursor: not-allowed;
|
167
931
|
}
|
168
932
|
.bk-head-cell-sort {
|
169
933
|
display: flex;
|
170
|
-
|
934
|
+
height: 100%;
|
935
|
+
padding: 0 4px;
|
171
936
|
margin-left: 4px;
|
172
937
|
font-size: 10px;
|
938
|
+
cursor: pointer;
|
939
|
+
flex-direction: column;
|
940
|
+
justify-content: center;
|
941
|
+
align-items: center;
|
173
942
|
}
|
174
943
|
.bk-head-cell-sort .sort-action {
|
175
944
|
display: flex;
|
176
|
-
|
177
|
-
height: calc(var(--row-height)/2);
|
945
|
+
height: 50%;
|
178
946
|
color: #c0c4cc;
|
179
947
|
cursor: pointer;
|
180
948
|
}
|
@@ -190,6 +958,22 @@
|
|
190
958
|
.bk-table-settings[data-bk-table-settings-theme='true'] {
|
191
959
|
padding: 0;
|
192
960
|
}
|
961
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='top'] {
|
962
|
+
border-right: solid 1px #dcdee5;
|
963
|
+
border-bottom: solid 1px #dcdee5;
|
964
|
+
}
|
965
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='bottom'] {
|
966
|
+
border-top: solid 1px #dcdee5;
|
967
|
+
border-left: solid 1px #dcdee5;
|
968
|
+
}
|
969
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='left'] {
|
970
|
+
border-top: solid 1px #dcdee5;
|
971
|
+
border-right: solid 1px #dcdee5;
|
972
|
+
}
|
973
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='right'] {
|
974
|
+
border-bottom: solid 1px #dcdee5;
|
975
|
+
border-left: solid 1px #dcdee5;
|
976
|
+
}
|
193
977
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content {
|
194
978
|
width: 515px;
|
195
979
|
border: 1px solid #dcdee5;
|
@@ -212,8 +996,18 @@
|
|
212
996
|
right: 15px;
|
213
997
|
cursor: pointer;
|
214
998
|
}
|
999
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
|
1000
|
+
display: inline-block;
|
1001
|
+
height: 26px;
|
1002
|
+
margin: 24px 0;
|
1003
|
+
font-size: 20px;
|
1004
|
+
line-height: 26px;
|
1005
|
+
color: #313238;
|
1006
|
+
}
|
215
1007
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
|
1008
|
+
max-height: 360px;
|
216
1009
|
padding: 0 24px;
|
1010
|
+
overflow-y: auto;
|
217
1011
|
}
|
218
1012
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title {
|
219
1013
|
display: flex;
|
@@ -222,6 +1016,13 @@
|
|
222
1016
|
color: #63656e;
|
223
1017
|
justify-content: space-between;
|
224
1018
|
}
|
1019
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
|
1020
|
+
height: 22px;
|
1021
|
+
font-size: 14px;
|
1022
|
+
line-height: 22px;
|
1023
|
+
color: #313238;
|
1024
|
+
text-align: left;
|
1025
|
+
}
|
225
1026
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
|
226
1027
|
color: #c4c6cc;
|
227
1028
|
}
|
@@ -234,11 +1035,13 @@
|
|
234
1035
|
max-height: 150px;
|
235
1036
|
align-items: flex-start;
|
236
1037
|
flex-wrap: wrap;
|
1038
|
+
margin-bottom: 16px;
|
237
1039
|
}
|
238
1040
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
239
1041
|
width: 150px;
|
240
|
-
height:
|
241
|
-
|
1042
|
+
height: 16px;
|
1043
|
+
margin-top: 16px;
|
1044
|
+
line-height: 16px;
|
242
1045
|
}
|
243
1046
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
|
244
1047
|
overflow: hidden;
|
@@ -277,7 +1080,7 @@
|
|
277
1080
|
border-bottom-left-radius: 2px;
|
278
1081
|
border-top-left-radius: 2px;
|
279
1082
|
}
|
280
|
-
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-
|
1083
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-medium {
|
281
1084
|
border-right: none;
|
282
1085
|
}
|
283
1086
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
|
@@ -286,14 +1089,16 @@
|
|
286
1089
|
border-top-right-radius: 2px;
|
287
1090
|
border-bottom-right-radius: 2px;
|
288
1091
|
}
|
289
|
-
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-
|
1092
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-medium {
|
290
1093
|
border-left: none;
|
291
1094
|
}
|
292
1095
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
|
293
1096
|
display: flex;
|
294
|
-
height:
|
1097
|
+
height: 50px;
|
295
1098
|
padding: 0 24px;
|
296
|
-
background
|
1099
|
+
background: #fafbfd;
|
1100
|
+
border: 1px solid #dcdee5;
|
1101
|
+
border-radius: 0px 0px 2px 2px;
|
297
1102
|
justify-content: flex-end;
|
298
1103
|
align-items: center;
|
299
1104
|
}
|
@@ -301,25 +1106,53 @@
|
|
301
1106
|
position: relative;
|
302
1107
|
height: auto;
|
303
1108
|
overflow: hidden;
|
304
|
-
border-top: 1px solid #dcdee5;
|
305
|
-
}
|
306
|
-
.bk-table.has-scroll-y {
|
307
|
-
border-bottom: 1px solid #dcdee5;
|
308
1109
|
}
|
309
|
-
.bk-table.has-scroll-y.
|
310
|
-
|
1110
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1111
|
+
padding-right: 4px;
|
311
1112
|
}
|
312
1113
|
.bk-table .bk-table-body {
|
313
1114
|
position: relative;
|
314
1115
|
overflow: auto;
|
315
1116
|
}
|
316
1117
|
.bk-table .bk-table-body::-webkit-scrollbar {
|
1118
|
+
width: 6px;
|
317
1119
|
height: 6px;
|
318
1120
|
}
|
1121
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1122
|
+
background: #dcdee5;
|
1123
|
+
border-radius: 10px;
|
1124
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1125
|
+
}
|
1126
|
+
.bk-table .bk-table-body .prepend-row {
|
1127
|
+
transform: translateX(var(--prepend-left));
|
1128
|
+
}
|
1129
|
+
.bk-table .bk-fixed-bottom-border {
|
1130
|
+
position: sticky;
|
1131
|
+
bottom: 0;
|
1132
|
+
left: 0;
|
1133
|
+
z-index: 1;
|
1134
|
+
width: 100%;
|
1135
|
+
border-top: 1px solid #dcdee5;
|
1136
|
+
transform: translateX(var(--scroll-head-left));
|
1137
|
+
}
|
1138
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1139
|
+
display: none;
|
1140
|
+
}
|
319
1141
|
.bk-table .bk-table-head,
|
320
1142
|
.bk-table .bk-table-body {
|
321
1143
|
background: white;
|
322
1144
|
}
|
1145
|
+
.bk-table .bk-table-head::-webkit-scrollbar,
|
1146
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1147
|
+
width: 4px;
|
1148
|
+
height: 4px;
|
1149
|
+
}
|
1150
|
+
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1151
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1152
|
+
background: #ddd;
|
1153
|
+
border-radius: 20px;
|
1154
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1155
|
+
}
|
323
1156
|
.bk-table .bk-table-head.__is-empty,
|
324
1157
|
.bk-table .bk-table-body.__is-empty {
|
325
1158
|
display: flex;
|
@@ -330,7 +1163,9 @@
|
|
330
1163
|
.bk-table .bk-table-head.__is-empty .bk-table-body-content,
|
331
1164
|
.bk-table .bk-table-body.__is-empty .bk-table-body-content {
|
332
1165
|
display: flex;
|
1166
|
+
width: 100%;
|
333
1167
|
height: 100%;
|
1168
|
+
padding-bottom: 20px;
|
334
1169
|
}
|
335
1170
|
.bk-table .bk-table-head table,
|
336
1171
|
.bk-table .bk-table-body table {
|
@@ -343,35 +1178,65 @@
|
|
343
1178
|
.bk-table .bk-table-body table th,
|
344
1179
|
.bk-table .bk-table-head table td,
|
345
1180
|
.bk-table .bk-table-body table td {
|
346
|
-
|
1181
|
+
height: var(--row-height);
|
1182
|
+
min-width: 30px;
|
347
1183
|
clear: both;
|
348
1184
|
}
|
1185
|
+
.bk-table .bk-table-head table th.expand-row .expand-btn-action,
|
1186
|
+
.bk-table .bk-table-body table th.expand-row .expand-btn-action,
|
1187
|
+
.bk-table .bk-table-head table td.expand-row .expand-btn-action,
|
1188
|
+
.bk-table .bk-table-body table td.expand-row .expand-btn-action {
|
1189
|
+
color: #575961;
|
1190
|
+
}
|
349
1191
|
.bk-table .bk-table-head table th .cell,
|
350
1192
|
.bk-table .bk-table-body table th .cell,
|
351
1193
|
.bk-table .bk-table-head table td .cell,
|
352
1194
|
.bk-table .bk-table-body table td .cell {
|
353
|
-
|
354
|
-
padding: 0 15px;
|
1195
|
+
padding: 0 16px;
|
355
1196
|
overflow: hidden;
|
356
|
-
|
357
|
-
color: #
|
358
|
-
text-align: left;
|
1197
|
+
font-size: 12px;
|
1198
|
+
color: #63656E;
|
359
1199
|
text-overflow: ellipsis;
|
360
1200
|
white-space: nowrap;
|
361
1201
|
}
|
1202
|
+
.bk-table .bk-table-head table th .cell.has-sort,
|
1203
|
+
.bk-table .bk-table-body table th .cell.has-sort,
|
1204
|
+
.bk-table .bk-table-head table td .cell.has-sort,
|
1205
|
+
.bk-table .bk-table-body table td .cell.has-sort {
|
1206
|
+
cursor: pointer;
|
1207
|
+
}
|
1208
|
+
.bk-table .bk-table-head table th .cell .head-text,
|
1209
|
+
.bk-table .bk-table-body table th .cell .head-text,
|
1210
|
+
.bk-table .bk-table-head table td .cell .head-text,
|
1211
|
+
.bk-table .bk-table-body table td .cell .head-text {
|
1212
|
+
overflow: hidden;
|
1213
|
+
text-overflow: ellipsis;
|
1214
|
+
white-space: nowrap;
|
1215
|
+
}
|
1216
|
+
.bk-table .bk-table-head table th .cell.selection,
|
1217
|
+
.bk-table .bk-table-body table th .cell.selection,
|
1218
|
+
.bk-table .bk-table-head table td .cell.selection,
|
1219
|
+
.bk-table .bk-table-body table td .cell.selection {
|
1220
|
+
padding: 0;
|
1221
|
+
text-align: center;
|
1222
|
+
}
|
362
1223
|
.bk-table .bk-table-head table th .cell.expand-cell,
|
363
1224
|
.bk-table .bk-table-body table th .cell.expand-cell,
|
364
1225
|
.bk-table .bk-table-head table td .cell.expand-cell,
|
365
1226
|
.bk-table .bk-table-body table td .cell.expand-cell {
|
1227
|
+
display: flex;
|
366
1228
|
padding: 0;
|
367
1229
|
text-overflow: unset;
|
1230
|
+
align-items: center;
|
1231
|
+
justify-content: center;
|
368
1232
|
}
|
369
|
-
.bk-table .bk-table-head table th .
|
370
|
-
.bk-table .bk-table-body table th .
|
371
|
-
.bk-table .bk-table-head table td .
|
372
|
-
.bk-table .bk-table-body table td .
|
1233
|
+
.bk-table .bk-table-head table th .expand-btn-action,
|
1234
|
+
.bk-table .bk-table-body table th .expand-btn-action,
|
1235
|
+
.bk-table .bk-table-head table td .expand-btn-action,
|
1236
|
+
.bk-table .bk-table-body table td .expand-btn-action {
|
373
1237
|
display: flex;
|
374
|
-
padding: 0
|
1238
|
+
padding: 0 16px;
|
1239
|
+
color: #c4c6cc;
|
375
1240
|
cursor: pointer;
|
376
1241
|
}
|
377
1242
|
.bk-table .bk-table-head table th.column_fixed,
|
@@ -379,6 +1244,7 @@
|
|
379
1244
|
.bk-table .bk-table-head table td.column_fixed,
|
380
1245
|
.bk-table .bk-table-body table td.column_fixed {
|
381
1246
|
position: sticky;
|
1247
|
+
z-index: 1;
|
382
1248
|
background: #fff;
|
383
1249
|
}
|
384
1250
|
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
@@ -399,16 +1265,44 @@
|
|
399
1265
|
.bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
|
400
1266
|
min-height: 30px;
|
401
1267
|
}
|
1268
|
+
.bk-table .bk-table-head table .left,
|
1269
|
+
.bk-table .bk-table-body table .left {
|
1270
|
+
text-align: left;
|
1271
|
+
}
|
1272
|
+
.bk-table .bk-table-head table .left .cell,
|
1273
|
+
.bk-table .bk-table-body table .left .cell {
|
1274
|
+
justify-content: start;
|
1275
|
+
}
|
1276
|
+
.bk-table .bk-table-head table .center,
|
1277
|
+
.bk-table .bk-table-body table .center {
|
1278
|
+
text-align: center;
|
1279
|
+
}
|
1280
|
+
.bk-table .bk-table-head table .center .cell,
|
1281
|
+
.bk-table .bk-table-body table .center .cell {
|
1282
|
+
justify-content: center;
|
1283
|
+
}
|
1284
|
+
.bk-table .bk-table-head table .right,
|
1285
|
+
.bk-table .bk-table-body table .right {
|
1286
|
+
text-align: right;
|
1287
|
+
}
|
1288
|
+
.bk-table .bk-table-head table .right .cell,
|
1289
|
+
.bk-table .bk-table-body table .right .cell {
|
1290
|
+
justify-content: end;
|
1291
|
+
}
|
1292
|
+
.bk-table .bk-table-head table thead,
|
1293
|
+
.bk-table .bk-table-body table thead {
|
1294
|
+
background-color: #fafbfd;
|
1295
|
+
}
|
402
1296
|
.bk-table .bk-table-head table thead th,
|
403
1297
|
.bk-table .bk-table-body table thead th {
|
404
1298
|
font-weight: 400;
|
405
|
-
color: #313238;
|
406
|
-
background-color: #fafbfd;
|
407
1299
|
}
|
408
1300
|
.bk-table .bk-table-head table thead th .cell,
|
409
1301
|
.bk-table .bk-table-body table thead th .cell {
|
410
1302
|
display: flex;
|
411
1303
|
align-items: center;
|
1304
|
+
height: calc(var(--row-height) - 1px);
|
1305
|
+
color: #313238;
|
412
1306
|
}
|
413
1307
|
.bk-table .bk-table-head table thead th.active,
|
414
1308
|
.bk-table .bk-table-body table thead th.active,
|
@@ -424,13 +1318,21 @@
|
|
424
1318
|
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
425
1319
|
padding-bottom: 30px;
|
426
1320
|
}
|
1321
|
+
.bk-table .bk-table-head table tbody tr td.is-last,
|
1322
|
+
.bk-table .bk-table-body table tbody tr td.is-last {
|
1323
|
+
border-bottom: none;
|
1324
|
+
}
|
427
1325
|
.bk-table .bk-table-head table tbody tr td .cell,
|
428
1326
|
.bk-table .bk-table-body table tbody tr td .cell {
|
429
1327
|
display: block;
|
430
1328
|
width: 100%;
|
1329
|
+
height: 100%;
|
1330
|
+
line-height: calc(var(--row-height) - 1px);
|
1331
|
+
box-sizing: border-box;
|
1332
|
+
align-items: center;
|
431
1333
|
}
|
432
|
-
.bk-table .bk-table-head table tbody tr:hover td:not(.empty-cell),
|
433
|
-
.bk-table .bk-table-body table tbody tr:hover td:not(.empty-cell) {
|
1334
|
+
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1335
|
+
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
434
1336
|
background: #f5f7fa;
|
435
1337
|
}
|
436
1338
|
.bk-table .bk-table-head {
|
@@ -438,46 +1340,60 @@
|
|
438
1340
|
transform: translateX(var(--scroll-head-left));
|
439
1341
|
}
|
440
1342
|
.bk-table .bk-table-head .table-head-settings {
|
441
|
-
display: block;
|
442
|
-
}
|
443
|
-
.bk-table .bk-table-head .table-head-settings .bk-popover-reference {
|
444
1343
|
position: absolute;
|
445
1344
|
top: 0;
|
446
1345
|
right: 1px;
|
447
|
-
bottom:
|
1346
|
+
bottom: 0;
|
1347
|
+
z-index: 2;
|
448
1348
|
display: flex;
|
449
1349
|
width: calc(var(--row-height));
|
450
|
-
font-size:
|
1350
|
+
font-size: 14px;
|
451
1351
|
cursor: pointer;
|
452
|
-
background: #
|
453
|
-
border-
|
1352
|
+
background: #fafbfd;
|
1353
|
+
border-bottom: 1px solid #dcdee5;
|
454
1354
|
border-left: 1px solid #dcdee5;
|
455
|
-
border-radius:
|
1355
|
+
border-radius: 0 2px 0 0;
|
1356
|
+
transform: translateX(var(--scroll-left));
|
456
1357
|
justify-content: center;
|
457
1358
|
align-items: center;
|
458
1359
|
}
|
1360
|
+
.bk-table .bk-table-head .table-head-settings > span {
|
1361
|
+
display: flex;
|
1362
|
+
width: 1rem;
|
1363
|
+
height: 1rem;
|
1364
|
+
}
|
459
1365
|
.bk-table .bk-table-footer {
|
460
|
-
|
461
|
-
|
462
|
-
border-bottom: 1px solid #dcdee5;
|
1366
|
+
height: var(--footer-height);
|
1367
|
+
line-height: var(--footer-height);
|
463
1368
|
}
|
464
1369
|
.bk-table .bk-table-footer.is-hidden {
|
465
1370
|
display: none;
|
466
1371
|
}
|
467
|
-
.bk-table.bordered-row td
|
468
|
-
.bk-table.bordered-row th
|
1372
|
+
.bk-table.bordered-row td,
|
1373
|
+
.bk-table.bordered-row th {
|
469
1374
|
border-bottom: 1px solid #dcdee5;
|
470
1375
|
}
|
471
|
-
.bk-table.bordered-row
|
472
|
-
border-bottom: none;
|
473
|
-
}
|
474
|
-
.bk-table.bordered-row.has-footer.has-scroll-y tr:last-child td .cell {
|
1376
|
+
.bk-table.bordered-row tr:last-child td {
|
475
1377
|
border-bottom: none;
|
476
1378
|
}
|
477
1379
|
.bk-table.bordered-outer {
|
1380
|
+
border-top: 1px solid #dcdee5;
|
478
1381
|
border-right: 1px solid #dcdee5;
|
479
1382
|
border-left: 1px solid #dcdee5;
|
480
1383
|
}
|
1384
|
+
.bk-table.bordered-outer .bk-table-footer {
|
1385
|
+
border-bottom: 1px solid #dcdee5;
|
1386
|
+
}
|
1387
|
+
.bk-table.bordered-horizontal {
|
1388
|
+
border-top: 1px solid #dcdee5;
|
1389
|
+
}
|
1390
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1391
|
+
border-bottom: 1px solid #dcdee5;
|
1392
|
+
}
|
1393
|
+
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1394
|
+
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1395
|
+
border-bottom: 1px solid #dcdee5;
|
1396
|
+
}
|
481
1397
|
.bk-table.bordered-col th,
|
482
1398
|
.bk-table.bordered-col td {
|
483
1399
|
border-right: 1px solid #dcdee5;
|
@@ -490,19 +1406,15 @@
|
|
490
1406
|
.bk-table.bordered-none td {
|
491
1407
|
border-top: none;
|
492
1408
|
border-right: none;
|
493
|
-
border-left: none;
|
494
|
-
}
|
495
|
-
.bk-table.bordered-none th .cell,
|
496
|
-
.bk-table.bordered-none td .cell {
|
497
1409
|
border-bottom: none;
|
1410
|
+
border-left: none;
|
498
1411
|
}
|
499
1412
|
.bk-table .bk-table-fixed {
|
500
1413
|
position: absolute;
|
501
1414
|
top: 0;
|
502
1415
|
right: 0;
|
503
|
-
bottom:
|
1416
|
+
bottom: var(--footer-height);
|
504
1417
|
left: 0;
|
505
|
-
width: 100%;
|
506
1418
|
pointer-events: none;
|
507
1419
|
}
|
508
1420
|
.bk-table .bk-table-fixed .column_fixed {
|
@@ -511,11 +1423,16 @@
|
|
511
1423
|
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
512
1424
|
top: 0;
|
513
1425
|
left: 0;
|
1426
|
+
}
|
1427
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
514
1428
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
515
1429
|
}
|
516
1430
|
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
517
1431
|
top: 0;
|
518
1432
|
right: 0;
|
1433
|
+
z-index: 1;
|
1434
|
+
}
|
1435
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
519
1436
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
520
1437
|
}
|
521
1438
|
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
@@ -533,3 +1450,6 @@
|
|
533
1450
|
position: relative;
|
534
1451
|
background: #f0f1f5;
|
535
1452
|
}
|
1453
|
+
.bk-table .bk-pagination .is-last {
|
1454
|
+
margin-left: auto;
|
1455
|
+
}
|