bkui-vue 2.0.1-beta.60 → 2.0.1-beta.60.fix.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 +59 -59
- package/dist/index.esm.js +18048 -18492
- package/dist/index.umd.js +60 -60
- 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/alert/alert.css +3 -133
- package/lib/alert/alert.d.ts +7 -0
- package/lib/alert/alert.variable.css +1 -262
- package/lib/alert/index.d.ts +15 -0
- package/lib/alert/index.js +6 -6
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.variable.css +4 -395
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -262
- 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.variable.css +1 -262
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -396
- package/lib/cascader/cascader.css +23 -153
- package/lib/cascader/cascader.variable.css +24 -415
- package/lib/cascader/index.js +1 -0
- package/lib/checkbox/checkbox-group.d.ts +16 -0
- package/lib/checkbox/checkbox.css +9 -147
- package/lib/checkbox/checkbox.d.ts +0 -32
- package/lib/checkbox/checkbox.less +0 -12
- package/lib/checkbox/checkbox.variable.css +1 -270
- package/lib/checkbox/index.d.ts +11 -46
- package/lib/checkbox/index.js +4 -9
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -262
- package/lib/collapse/collapse.css +1 -131
- package/lib/collapse/collapse.variable.css +1 -262
- 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 +0 -130
- package/lib/color-picker/color-picker.variable.css +1 -262
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -262
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -392
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.d.ts +9 -0
- package/lib/date-picker/date-picker.variable.css +1 -262
- package/lib/date-picker/index.d.ts +19 -0
- package/lib/date-picker/index.js +17 -29
- package/lib/date-picker/panel/time-range.d.ts +9 -0
- package/lib/date-picker/panel/time.d.ts +10 -1
- package/lib/date-picker/props.d.ts +4 -0
- package/lib/date-picker/time-picker.d.ts +9 -0
- package/lib/dialog/dialog.css +8 -138
- package/lib/dialog/dialog.d.ts +5 -16
- package/lib/dialog/dialog.variable.css +9 -400
- package/lib/dialog/index.d.ts +11 -34
- package/lib/dialog/props.d.ts +2 -7
- package/lib/directives/index.js +6 -12
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.variable.css +1 -262
- 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.variable.css +1 -392
- package/lib/dropdown/index.d.ts +2 -2
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.variable.css +1 -262
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -262
- package/lib/form/form-item.d.ts +18 -6
- package/lib/form/form.css +0 -130
- package/lib/form/form.variable.css +1 -262
- package/lib/form/index.d.ts +13 -6
- package/lib/form/index.js +6 -8
- package/lib/image/image-viewer.css +0 -130
- 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/index.js +1 -1
- package/lib/info-box/index.js +5 -3
- package/lib/info-box/info-box.css +4 -134
- package/lib/info-box/info-box.variable.css +1 -262
- package/lib/input/index.js +9 -36
- package/lib/input/input.css +72 -202
- package/lib/input/input.variable.css +73 -464
- package/lib/link/link.css +16 -146
- package/lib/link/link.variable.css +1 -262
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.variable.css +17 -408
- 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/message/message.css +22 -153
- package/lib/message/message.less +2 -3
- package/lib/message/message.variable.css +2 -264
- package/lib/modal/index.d.ts +13 -41
- package/lib/modal/index.js +18 -33
- package/lib/modal/modal.css +4 -134
- package/lib/modal/modal.d.ts +5 -16
- package/lib/modal/modal.variable.css +5 -396
- package/lib/modal/props.mixin.d.ts +2 -7
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.variable.css +1 -262
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -262
- package/lib/overflow-title/components/overflow-title.d.ts +7 -0
- package/lib/overflow-title/index.d.ts +15 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/props.d.ts +3 -0
- package/lib/pagination/index.d.ts +19 -0
- package/lib/pagination/index.js +9 -47
- 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/pop-confirm/index.d.ts +32 -0
- package/lib/pop-confirm/index.js +18 -16
- package/lib/pop-confirm/pop-confirm.css +1 -133
- package/lib/pop-confirm/pop-confirm.d.ts +14 -0
- 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 +7 -1
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.variable.css +1 -262
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -262
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.variable.css +5 -396
- package/lib/radio/index.d.ts +21 -21
- package/lib/radio/radio-button.d.ts +7 -7
- package/lib/radio/radio-group.d.ts +7 -7
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.d.ts +7 -7
- package/lib/radio/radio.variable.css +1 -262
- package/lib/rate/rate.css +0 -130
- package/lib/rate/rate.variable.css +1 -262
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.variable.css +1 -262
- package/lib/scrollbar/index.d.ts +13 -133
- package/lib/scrollbar/index.js +18444 -1343
- package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +2 -0
- package/lib/scrollbar/scrollbar-core/helpers.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/index.d.ts +241 -0
- package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +1 -0
- package/lib/scrollbar/scrollbar.css +75 -0
- package/lib/scrollbar/scrollbar.less +94 -0
- package/lib/{styles/themes/themes.css → scrollbar/scrollbar.variable.css} +76 -2
- package/lib/search-select/index.d.ts +72 -40
- package/lib/search-select/index.js +67 -85
- package/lib/search-select/input.d.ts +4 -5
- 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 +9 -11
- package/lib/search-select/utils.d.ts +3 -3
- package/lib/select/common.d.ts +2 -2
- package/lib/select/index.d.ts +4 -32
- package/lib/select/index.js +59 -119
- package/lib/select/option.d.ts +5 -4
- package/lib/select/select.css +43 -175
- package/lib/select/select.d.ts +0 -12
- package/lib/select/select.less +4 -7
- package/lib/select/select.variable.css +44 -437
- package/lib/select/type.d.ts +10 -9
- package/lib/shared/index.d.ts +0 -1
- package/lib/shared/index.js +1 -72
- package/lib/sideslider/index.d.ts +11 -34
- package/lib/sideslider/index.js +0 -1
- package/lib/sideslider/sideslider.css +9 -138
- package/lib/sideslider/sideslider.d.ts +5 -16
- package/lib/sideslider/sideslider.less +8 -7
- package/lib/sideslider/sideslider.variable.css +9 -269
- package/lib/slider/slider.css +5 -135
- package/lib/slider/slider.variable.css +1 -262
- package/lib/steps/index.d.ts +18 -3
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.d.ts +11 -1
- package/lib/steps/steps.variable.css +1 -262
- package/lib/styles/index.d.ts +0 -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/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -262
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.variable.css +18 -409
- package/lib/tab/index.d.ts +92 -0
- package/lib/tab/index.js +14 -1
- package/lib/tab/props.d.ts +35 -0
- package/lib/tab/tab-nav.d.ts +45 -2
- package/lib/tab/tab.css +17 -147
- package/lib/tab/tab.d.ts +44 -0
- package/lib/tab/tab.variable.css +1 -262
- package/lib/table/components/table-cell.d.ts +0 -22
- package/lib/table/components/table-column.d.ts +44 -1
- package/lib/table/const.d.ts +2 -15
- package/lib/table/events.d.ts +98 -2
- package/lib/table/index.d.ts +561 -89
- package/lib/table/index.js +3333 -3812
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/head-filter.css +0 -131
- package/lib/table/plugins/head-filter.d.ts +1 -2
- package/lib/table/plugins/head-filter.less +0 -1
- package/lib/table/plugins/head-filter.variable.css +1 -263
- 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/plugins/use-column-template.d.ts +7 -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 +23 -0
- package/lib/table/{hooks → plugins}/use-shift-key.d.ts +2 -4
- package/lib/table/props.d.ts +30 -92
- package/lib/table/table.css +327 -597
- package/lib/table/table.d.ts +181 -47
- package/lib/table/table.less +101 -228
- package/lib/table/table.variable.css +328 -859
- package/lib/table/use-attributes.d.ts +62 -0
- package/lib/table/use-column.d.ts +155 -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 +18 -45
- package/lib/table-column/index.d.ts +132 -3
- package/lib/table-column/index.js +28 -17367
- package/lib/tag/index.js +1 -0
- package/lib/tag/tag.css +6 -136
- package/lib/tag/tag.less +1 -1
- package/lib/tag/tag.variable.css +2 -263
- package/lib/tag-input/index.js +3 -3
- package/lib/tag-input/tag-input.css +18 -148
- package/lib/tag-input/tag-input.d.ts +14 -2
- package/lib/tag-input/tag-input.variable.css +1 -262
- 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/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -262
- package/lib/transfer/transfer.css +19 -149
- package/lib/transfer/transfer.variable.css +1 -262
- package/lib/tree/constant.d.ts +1 -3
- package/lib/tree/index.d.ts +7 -21
- package/lib/tree/index.js +18 -61
- package/lib/tree/props.d.ts +5 -12
- package/lib/tree/tree.css +78 -242
- package/lib/tree/tree.d.ts +3 -9
- package/lib/tree/tree.variable.css +79 -504
- 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 +34 -42
- 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 +4 -27
- package/lib/upload/index.js +7 -30
- package/lib/upload/props.d.ts +2 -7
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.d.ts +2 -13
- package/lib/upload/upload.type.d.ts +0 -6
- package/lib/upload/upload.variable.css +28 -419
- package/lib/virtual-render/index.d.ts +46 -12
- package/lib/virtual-render/index.js +148 -17469
- package/lib/virtual-render/props.d.ts +9 -2
- package/lib/virtual-render/use-fix-top.d.ts +1 -1
- package/lib/virtual-render/use-scrollbar.d.ts +17 -4
- package/lib/virtual-render/v-virtual-render.d.ts +1 -7
- package/lib/virtual-render/virtual-render.css +69 -225
- package/lib/virtual-render/virtual-render.d.ts +22 -6
- package/lib/virtual-render/virtual-render.less +11 -2
- package/lib/virtual-render/virtual-render.variable.css +70 -487
- package/lib/volar.components.d.ts +0 -2
- package/package.json +1 -1
- 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/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.variable.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 -25
- package/lib/table/hooks/use-pagination.d.ts +0 -16
- package/lib/table/hooks/use-render.d.ts +0 -21
- package/lib/table/hooks/use-rows.d.ts +0 -30
- package/lib/table/hooks/use-settings.d.ts +0 -134
- /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,92 @@
|
|
145
15
|
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
146
16
|
border-radius: 4px;
|
147
17
|
}
|
148
|
-
.bk-scrollbar {
|
149
|
-
|
150
|
-
overflow
|
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;
|
18
|
+
.bk-scrollbar-wrapper {
|
19
|
+
position: relative;
|
20
|
+
overflow: hidden;
|
162
21
|
}
|
163
|
-
.bk-scrollbar .
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
.bk-scrollbar .bk__rail-x.bk--clicking,
|
168
|
-
.bk-scrollbar .bk__rail-y.bk--clicking {
|
169
|
-
background-color: #f0f1f5;
|
22
|
+
.bk-scrollbar-wrapper .bk-scrollbar-content-el {
|
23
|
+
display: inline-flex;
|
24
|
+
flex-direction: column;
|
25
|
+
width: 100%;
|
170
26
|
}
|
171
|
-
.bk-scrollbar .
|
172
|
-
|
173
|
-
opacity: 0;
|
174
|
-
transition: background-color 0.2s linear, opacity 0.2s linear;
|
175
|
-
height: 10px;
|
176
|
-
bottom: 0px;
|
27
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track {
|
28
|
+
z-index: 1;
|
177
29
|
position: absolute;
|
30
|
+
right: 0;
|
31
|
+
bottom: 0;
|
32
|
+
pointer-events: none;
|
33
|
+
overflow: hidden;
|
178
34
|
}
|
179
|
-
.bk-scrollbar .
|
180
|
-
|
181
|
-
|
182
|
-
.bk-scrollbar .bk__rail-x.bk-size-small .bk__thumb-x {
|
183
|
-
height: 6px;
|
35
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-hover {
|
36
|
+
background-color: #F0F1F5;
|
37
|
+
cursor: pointer;
|
184
38
|
}
|
185
|
-
.bk-scrollbar .
|
186
|
-
|
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;
|
39
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-hover .bk-scrollbar::before {
|
40
|
+
background-color: #979BA5;
|
193
41
|
}
|
194
|
-
.bk-scrollbar .
|
42
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-vertical {
|
43
|
+
top: 0;
|
195
44
|
width: 8px;
|
45
|
+
transform: translate(var(--scroll-offset-x), var(--scroll-offset-y));
|
196
46
|
}
|
197
|
-
.bk-scrollbar .
|
198
|
-
|
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;
|
47
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-horizontal {
|
48
|
+
left: 0;
|
212
49
|
height: 8px;
|
213
|
-
|
214
|
-
position: absolute;
|
50
|
+
transform: translate(var(--scroll-offset-x), var(--scroll-offset-y));
|
215
51
|
}
|
216
|
-
.bk-scrollbar .
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
52
|
+
.bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-horizontal.bk-scrollbar {
|
53
|
+
right: auto;
|
54
|
+
left: 0;
|
55
|
+
top: 0;
|
56
|
+
bottom: 0;
|
57
|
+
min-height: 0;
|
58
|
+
min-width: 8px;
|
59
|
+
width: auto;
|
223
60
|
}
|
224
|
-
.bk-scrollbar .
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
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;
|
61
|
+
.bk-scrollbar-wrapper .bk-scrollbar-dragging {
|
62
|
+
pointer-events: none;
|
63
|
+
-webkit-touch-callout: none;
|
64
|
+
-webkit-user-select: none;
|
65
|
+
-khtml-user-select: none;
|
66
|
+
-moz-user-select: none;
|
67
|
+
-ms-user-select: none;
|
68
|
+
user-select: none;
|
240
69
|
}
|
241
|
-
.bk-scrollbar .bk-
|
242
|
-
|
243
|
-
|
244
|
-
|
70
|
+
.bk-scrollbar-wrapper .bk-scrollbar {
|
71
|
+
position: absolute;
|
72
|
+
left: 0;
|
73
|
+
right: 0;
|
74
|
+
min-height: 8px;
|
245
75
|
}
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
76
|
+
.bk-scrollbar-wrapper .bk-scrollbar::before {
|
77
|
+
position: absolute;
|
78
|
+
content: '';
|
79
|
+
background: #DCDEE5;
|
80
|
+
border-radius: 6px;
|
81
|
+
left: 1px;
|
82
|
+
right: 1px;
|
83
|
+
top: 1px;
|
84
|
+
bottom: 1px;
|
85
|
+
opacity: 0;
|
86
|
+
transition: opacity 0.2s 0.9s linear;
|
251
87
|
}
|
252
|
-
|
253
|
-
.
|
254
|
-
|
255
|
-
|
88
|
+
.bk-scrollbar-wrapper .bk-scrollbar.bk-scrollbar-visible::before {
|
89
|
+
opacity: 0.9;
|
90
|
+
transition-delay: 0s;
|
91
|
+
transition-duration: 0s;
|
256
92
|
}
|
257
93
|
.bk-virtual-render {
|
258
94
|
position: relative;
|
259
95
|
}
|
96
|
+
.bk-virtual-render .bk-virtual-content {
|
97
|
+
position: absolute;
|
98
|
+
top: 0;
|
99
|
+
bottom: 0;
|
100
|
+
left: 0;
|
101
|
+
width: 100%;
|
102
|
+
height: 100%;
|
103
|
+
}
|
260
104
|
.bk-virtual-render .bk-virtual-section {
|
261
105
|
width: 1px;
|
262
106
|
background: transparent;
|
@@ -278,17 +122,9 @@
|
|
278
122
|
.bk-checkbox ~ .bk-checkbox {
|
279
123
|
margin-left: 24px;
|
280
124
|
}
|
281
|
-
.bk-checkbox.is-checked.is-outline .bk-checkbox-input {
|
282
|
-
background: #fff;
|
283
|
-
}
|
284
|
-
.bk-checkbox.is-checked.is-outline .bk-checkbox-input::after {
|
285
|
-
border: 2px solid var(--primary-color);
|
286
|
-
border-top: 0;
|
287
|
-
border-left: 0;
|
288
|
-
}
|
289
125
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
290
|
-
background:
|
291
|
-
border-color:
|
126
|
+
background: #3a84ff;
|
127
|
+
border-color: #3a84ff;
|
292
128
|
transition: all 0.1s;
|
293
129
|
}
|
294
130
|
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
@@ -309,8 +145,8 @@
|
|
309
145
|
transform-origin: center;
|
310
146
|
}
|
311
147
|
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
312
|
-
background:
|
313
|
-
border-color:
|
148
|
+
background: #3a84ff;
|
149
|
+
border-color: #3a84ff;
|
314
150
|
transition: all 0.1s;
|
315
151
|
}
|
316
152
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
@@ -335,17 +171,17 @@
|
|
335
171
|
}
|
336
172
|
.bk-checkbox.is-disabled .bk-checkbox-input {
|
337
173
|
background: #fafbfd;
|
338
|
-
border-color:
|
174
|
+
border-color: #dcdee5;
|
339
175
|
}
|
340
176
|
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
341
|
-
background:
|
177
|
+
background: #dcdee5;
|
342
178
|
}
|
343
179
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
344
|
-
background:
|
345
|
-
border-color:
|
180
|
+
background: #a3c5fd;
|
181
|
+
border-color: #a3c5fd;
|
346
182
|
}
|
347
183
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
348
|
-
background:
|
184
|
+
background: #a3c5fd;
|
349
185
|
}
|
350
186
|
.bk-checkbox.is-prechecking {
|
351
187
|
position: relative;
|
@@ -387,16 +223,16 @@
|
|
387
223
|
}
|
388
224
|
.bk-button {
|
389
225
|
display: inline-flex;
|
390
|
-
height:
|
391
|
-
padding:
|
392
|
-
font-size:
|
393
|
-
color:
|
226
|
+
height: 32px;
|
227
|
+
padding: 0 14px;
|
228
|
+
font-size: 14px;
|
229
|
+
color: #63656e;
|
394
230
|
text-decoration: none;
|
395
231
|
white-space: nowrap;
|
396
232
|
cursor: pointer;
|
397
|
-
background-color:
|
398
|
-
border: 1px solid
|
399
|
-
border-radius:
|
233
|
+
background-color: white;
|
234
|
+
border: 1px solid #c4c6cc;
|
235
|
+
border-radius: 2px;
|
400
236
|
outline: none;
|
401
237
|
box-sizing: border-box;
|
402
238
|
transition: background-color ease 0.3s;
|
@@ -405,218 +241,218 @@
|
|
405
241
|
justify-content: center;
|
406
242
|
}
|
407
243
|
.bk-button.bk-button-primary {
|
408
|
-
background-color:
|
409
|
-
color:
|
410
|
-
border-color:
|
244
|
+
background-color: #3a84ff;
|
245
|
+
color: white;
|
246
|
+
border-color: #3a84ff;
|
411
247
|
}
|
412
248
|
.bk-button.bk-button-primary:hover {
|
413
|
-
background-color:
|
414
|
-
border-color:
|
249
|
+
background-color: #5594fa;
|
250
|
+
border-color: #5594fa;
|
415
251
|
}
|
416
252
|
.bk-button.bk-button-primary:active {
|
417
|
-
background-color:
|
418
|
-
border-color:
|
419
|
-
color:
|
253
|
+
background-color: #2c77f4;
|
254
|
+
border-color: #2c77f4;
|
255
|
+
color: white;
|
420
256
|
}
|
421
257
|
.bk-button.bk-button-primary.is-outline {
|
422
|
-
color:
|
423
|
-
border-color:
|
424
|
-
background-color:
|
258
|
+
color: #3a84ff;
|
259
|
+
border-color: #3a84ff;
|
260
|
+
background-color: white;
|
425
261
|
}
|
426
262
|
.bk-button.bk-button-primary.is-outline:hover {
|
427
|
-
background-color:
|
428
|
-
border-color:
|
429
|
-
color:
|
263
|
+
background-color: #5594fa;
|
264
|
+
border-color: #5594fa;
|
265
|
+
color: white;
|
430
266
|
}
|
431
267
|
.bk-button.bk-button-primary.is-outline:active {
|
432
|
-
background-color:
|
433
|
-
border-color:
|
434
|
-
color:
|
268
|
+
background-color: #2c77f4;
|
269
|
+
border-color: #2c77f4;
|
270
|
+
color: white;
|
435
271
|
}
|
436
272
|
.bk-button.bk-button-primary.is-text {
|
437
|
-
color:
|
273
|
+
color: #3a84ff;
|
438
274
|
background-color: transparent;
|
439
275
|
border: none;
|
440
276
|
}
|
441
277
|
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
442
|
-
color:
|
278
|
+
color: #5594fa;
|
443
279
|
}
|
444
280
|
.bk-button.bk-button-primary.is-disabled {
|
445
|
-
color:
|
281
|
+
color: #dcdee5;
|
446
282
|
cursor: not-allowed;
|
447
283
|
}
|
448
284
|
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
449
|
-
background-color:
|
450
|
-
color:
|
451
|
-
border-color:
|
285
|
+
background-color: #dcdee5;
|
286
|
+
color: white;
|
287
|
+
border-color: #dcdee5;
|
452
288
|
}
|
453
289
|
.bk-button.bk-button-hover-primary:hover {
|
454
|
-
background-color:
|
455
|
-
border-color:
|
456
|
-
color:
|
290
|
+
background-color: #5594fa;
|
291
|
+
border-color: #5594fa;
|
292
|
+
color: white;
|
457
293
|
}
|
458
294
|
.bk-button.bk-button-warning {
|
459
|
-
background-color:
|
460
|
-
color:
|
461
|
-
border-color:
|
295
|
+
background-color: #ff9c01;
|
296
|
+
color: white;
|
297
|
+
border-color: #ff9c01;
|
462
298
|
}
|
463
299
|
.bk-button.bk-button-warning:hover {
|
464
|
-
background-color:
|
465
|
-
border-color:
|
300
|
+
background-color: #ffb848;
|
301
|
+
border-color: #ffb848;
|
466
302
|
}
|
467
303
|
.bk-button.bk-button-warning:active {
|
468
|
-
background-color:
|
469
|
-
border-color:
|
470
|
-
color:
|
304
|
+
background-color: #eb9000;
|
305
|
+
border-color: #eb9000;
|
306
|
+
color: white;
|
471
307
|
}
|
472
308
|
.bk-button.bk-button-warning.is-outline {
|
473
|
-
color:
|
474
|
-
border-color:
|
475
|
-
background-color:
|
309
|
+
color: #ff9c01;
|
310
|
+
border-color: #ff9c01;
|
311
|
+
background-color: white;
|
476
312
|
}
|
477
313
|
.bk-button.bk-button-warning.is-outline:hover {
|
478
|
-
background-color:
|
479
|
-
border-color:
|
480
|
-
color:
|
314
|
+
background-color: #ffb848;
|
315
|
+
border-color: #ffb848;
|
316
|
+
color: white;
|
481
317
|
}
|
482
318
|
.bk-button.bk-button-warning.is-outline:active {
|
483
|
-
background-color:
|
484
|
-
border-color:
|
485
|
-
color:
|
319
|
+
background-color: #eb9000;
|
320
|
+
border-color: #eb9000;
|
321
|
+
color: white;
|
486
322
|
}
|
487
323
|
.bk-button.bk-button-warning.is-text {
|
488
|
-
color:
|
324
|
+
color: #ff9c01;
|
489
325
|
background-color: transparent;
|
490
326
|
border: none;
|
491
327
|
}
|
492
328
|
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
493
|
-
color:
|
329
|
+
color: #ffb848;
|
494
330
|
}
|
495
331
|
.bk-button.bk-button-warning.is-disabled {
|
496
|
-
color:
|
332
|
+
color: #dcdee5;
|
497
333
|
cursor: not-allowed;
|
498
334
|
}
|
499
335
|
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
500
|
-
background-color:
|
501
|
-
color:
|
502
|
-
border-color:
|
336
|
+
background-color: #dcdee5;
|
337
|
+
color: white;
|
338
|
+
border-color: #dcdee5;
|
503
339
|
}
|
504
340
|
.bk-button.bk-button-hover-warning:hover {
|
505
|
-
background-color:
|
506
|
-
border-color:
|
507
|
-
color:
|
341
|
+
background-color: #ffb848;
|
342
|
+
border-color: #ffb848;
|
343
|
+
color: white;
|
508
344
|
}
|
509
345
|
.bk-button.bk-button-success {
|
510
|
-
background-color:
|
511
|
-
color:
|
512
|
-
border-color:
|
346
|
+
background-color: #2dcb56;
|
347
|
+
color: white;
|
348
|
+
border-color: #2dcb56;
|
513
349
|
}
|
514
350
|
.bk-button.bk-button-success:hover {
|
515
|
-
background-color:
|
516
|
-
border-color:
|
351
|
+
background-color: #45e35f;
|
352
|
+
border-color: #45e35f;
|
517
353
|
}
|
518
354
|
.bk-button.bk-button-success:active {
|
519
|
-
background-color:
|
520
|
-
border-color:
|
521
|
-
color:
|
355
|
+
background-color: #1ab943;
|
356
|
+
border-color: #1ab943;
|
357
|
+
color: white;
|
522
358
|
}
|
523
359
|
.bk-button.bk-button-success.is-outline {
|
524
|
-
color:
|
525
|
-
border-color:
|
526
|
-
background-color:
|
360
|
+
color: #2dcb56;
|
361
|
+
border-color: #2dcb56;
|
362
|
+
background-color: white;
|
527
363
|
}
|
528
364
|
.bk-button.bk-button-success.is-outline:hover {
|
529
|
-
background-color:
|
530
|
-
border-color:
|
531
|
-
color:
|
365
|
+
background-color: #45e35f;
|
366
|
+
border-color: #45e35f;
|
367
|
+
color: white;
|
532
368
|
}
|
533
369
|
.bk-button.bk-button-success.is-outline:active {
|
534
|
-
background-color:
|
535
|
-
border-color:
|
536
|
-
color:
|
370
|
+
background-color: #1ab943;
|
371
|
+
border-color: #1ab943;
|
372
|
+
color: white;
|
537
373
|
}
|
538
374
|
.bk-button.bk-button-success.is-text {
|
539
|
-
color:
|
375
|
+
color: #2dcb56;
|
540
376
|
background-color: transparent;
|
541
377
|
border: none;
|
542
378
|
}
|
543
379
|
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
544
|
-
color:
|
380
|
+
color: #45e35f;
|
545
381
|
}
|
546
382
|
.bk-button.bk-button-success.is-disabled {
|
547
|
-
color:
|
383
|
+
color: #dcdee5;
|
548
384
|
cursor: not-allowed;
|
549
385
|
}
|
550
386
|
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
551
|
-
background-color:
|
552
|
-
color:
|
553
|
-
border-color:
|
387
|
+
background-color: #dcdee5;
|
388
|
+
color: white;
|
389
|
+
border-color: #dcdee5;
|
554
390
|
}
|
555
391
|
.bk-button.bk-button-hover-success:hover {
|
556
|
-
background-color:
|
557
|
-
border-color:
|
558
|
-
color:
|
392
|
+
background-color: #45e35f;
|
393
|
+
border-color: #45e35f;
|
394
|
+
color: white;
|
559
395
|
}
|
560
396
|
.bk-button.bk-button-danger {
|
561
|
-
background-color:
|
562
|
-
color:
|
563
|
-
border-color:
|
397
|
+
background-color: #ea3636;
|
398
|
+
color: white;
|
399
|
+
border-color: #ea3636;
|
564
400
|
}
|
565
401
|
.bk-button.bk-button-danger:hover {
|
566
|
-
background-color:
|
567
|
-
border-color:
|
402
|
+
background-color: #ff5656;
|
403
|
+
border-color: #ff5656;
|
568
404
|
}
|
569
405
|
.bk-button.bk-button-danger:active {
|
570
|
-
background-color:
|
571
|
-
border-color:
|
572
|
-
color:
|
406
|
+
background-color: #db2626;
|
407
|
+
border-color: #db2626;
|
408
|
+
color: white;
|
573
409
|
}
|
574
410
|
.bk-button.bk-button-danger.is-outline {
|
575
|
-
color:
|
576
|
-
border-color:
|
577
|
-
background-color:
|
411
|
+
color: #ea3636;
|
412
|
+
border-color: #ea3636;
|
413
|
+
background-color: white;
|
578
414
|
}
|
579
415
|
.bk-button.bk-button-danger.is-outline:hover {
|
580
|
-
background-color:
|
581
|
-
border-color:
|
582
|
-
color:
|
416
|
+
background-color: #ff5656;
|
417
|
+
border-color: #ff5656;
|
418
|
+
color: white;
|
583
419
|
}
|
584
420
|
.bk-button.bk-button-danger.is-outline:active {
|
585
|
-
background-color:
|
586
|
-
border-color:
|
587
|
-
color:
|
421
|
+
background-color: #db2626;
|
422
|
+
border-color: #db2626;
|
423
|
+
color: white;
|
588
424
|
}
|
589
425
|
.bk-button.bk-button-danger.is-text {
|
590
|
-
color:
|
426
|
+
color: #ea3636;
|
591
427
|
background-color: transparent;
|
592
428
|
border: none;
|
593
429
|
}
|
594
430
|
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
595
|
-
color:
|
431
|
+
color: #ff5656;
|
596
432
|
}
|
597
433
|
.bk-button.bk-button-danger.is-disabled {
|
598
|
-
color:
|
434
|
+
color: #dcdee5;
|
599
435
|
cursor: not-allowed;
|
600
436
|
}
|
601
437
|
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
602
|
-
background-color:
|
603
|
-
color:
|
604
|
-
border-color:
|
438
|
+
background-color: #dcdee5;
|
439
|
+
color: white;
|
440
|
+
border-color: #dcdee5;
|
605
441
|
}
|
606
442
|
.bk-button.bk-button-hover-danger:hover {
|
607
|
-
background-color:
|
608
|
-
border-color:
|
609
|
-
color:
|
443
|
+
background-color: #ff5656;
|
444
|
+
border-color: #ff5656;
|
445
|
+
color: white;
|
610
446
|
}
|
611
447
|
.bk-button.bk-button-small {
|
612
|
-
height:
|
613
|
-
padding:
|
614
|
-
font-size:
|
448
|
+
height: 26px;
|
449
|
+
padding: 0 12px;
|
450
|
+
font-size: 12px;
|
615
451
|
}
|
616
452
|
.bk-button.bk-button-large {
|
617
|
-
height:
|
618
|
-
padding:
|
619
|
-
font-size:
|
453
|
+
height: 40px;
|
454
|
+
padding: 0 16px;
|
455
|
+
font-size: 16px;
|
620
456
|
}
|
621
457
|
.bk-button .bk-button-text {
|
622
458
|
display: inline-flex;
|
@@ -633,17 +469,17 @@
|
|
633
469
|
visibility: hidden;
|
634
470
|
}
|
635
471
|
.bk-button:hover {
|
636
|
-
border-color:
|
472
|
+
border-color: #979ba5;
|
637
473
|
}
|
638
474
|
.bk-button:active {
|
639
|
-
color:
|
640
|
-
border-color:
|
475
|
+
color: #3a84ff;
|
476
|
+
border-color: #3a84ff;
|
641
477
|
}
|
642
478
|
.bk-button.is-text {
|
643
479
|
height: auto;
|
644
480
|
padding: 0;
|
645
481
|
font-size: inherit;
|
646
|
-
color:
|
482
|
+
color: #63656e;
|
647
483
|
text-decoration: none;
|
648
484
|
cursor: pointer;
|
649
485
|
background-color: transparent;
|
@@ -651,62 +487,62 @@
|
|
651
487
|
outline: none;
|
652
488
|
}
|
653
489
|
.bk-button.is-disabled {
|
654
|
-
color:
|
490
|
+
color: #dcdee5;
|
655
491
|
cursor: not-allowed;
|
656
|
-
border-color:
|
492
|
+
border-color: #dcdee5;
|
657
493
|
}
|
658
494
|
.bk-button.is-disabled:not(.is-text) {
|
659
|
-
background-color:
|
495
|
+
background-color: #f9fafd;
|
660
496
|
}
|
661
497
|
.bk-button-group {
|
662
498
|
display: inline-block;
|
663
499
|
font-size: 0;
|
664
500
|
}
|
665
501
|
.bk-button-group.bk-button-group-small .bk-button {
|
666
|
-
height:
|
667
|
-
padding:
|
668
|
-
font-size:
|
502
|
+
height: 26px;
|
503
|
+
padding: 0 12px;
|
504
|
+
font-size: 12px;
|
669
505
|
}
|
670
506
|
.bk-button-group.bk-button-group-large .bk-button {
|
671
|
-
height:
|
672
|
-
padding:
|
673
|
-
font-size:
|
507
|
+
height: 40px;
|
508
|
+
padding: 0 16px;
|
509
|
+
font-size: 16px;
|
674
510
|
}
|
675
511
|
.bk-button-group .bk-button {
|
676
|
-
height:
|
512
|
+
height: 32px;
|
677
513
|
margin: 0 0 0 -1px;
|
678
514
|
border-radius: 0;
|
679
515
|
}
|
680
516
|
.bk-button-group .bk-button:not(.is-disabled) {
|
681
|
-
color:
|
682
|
-
background-color:
|
683
|
-
border-color:
|
517
|
+
color: #63656e;
|
518
|
+
background-color: white;
|
519
|
+
border-color: #c4c6cc;
|
684
520
|
}
|
685
521
|
.bk-button-group .bk-button.is-disabled {
|
686
|
-
color:
|
522
|
+
color: #c4c6cc;
|
687
523
|
}
|
688
524
|
.bk-button-group .bk-button:first-child {
|
689
|
-
border-radius:
|
525
|
+
border-radius: 2px 0 0 2px;
|
690
526
|
}
|
691
527
|
.bk-button-group .bk-button:last-child {
|
692
|
-
border-radius: 0
|
528
|
+
border-radius: 0 2px 2px 0;
|
693
529
|
}
|
694
530
|
.bk-button-group .bk-button:only-child {
|
695
|
-
border-radius:
|
531
|
+
border-radius: 2px;
|
696
532
|
}
|
697
533
|
.bk-button-group .bk-button:hover:not(.is-disabled),
|
698
534
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
699
535
|
position: relative;
|
700
536
|
z-index: 1;
|
701
|
-
color:
|
702
|
-
background-color:
|
703
|
-
border-color:
|
537
|
+
color: #3a84ff;
|
538
|
+
background-color: white;
|
539
|
+
border-color: #3a84ff;
|
704
540
|
}
|
705
541
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
706
|
-
background-color:
|
542
|
+
background-color: #e1ecff;
|
707
543
|
}
|
708
544
|
.bk-button-group .bk-button.is-selected.is-disabled {
|
709
|
-
background-color:
|
545
|
+
background-color: #f0f1f5;
|
710
546
|
}
|
711
547
|
.bk-exception {
|
712
548
|
position: relative;
|
@@ -770,11 +606,11 @@
|
|
770
606
|
display: flex;
|
771
607
|
align-items: center;
|
772
608
|
font-size: 12px;
|
773
|
-
color: #63656e;
|
774
609
|
letter-spacing: normal;
|
610
|
+
color: #63656e;
|
775
611
|
user-select: none;
|
776
612
|
}
|
777
|
-
.bk-pagination.is-disabled
|
613
|
+
.bk-pagination.is-disabled {
|
778
614
|
cursor: not-allowed;
|
779
615
|
}
|
780
616
|
.bk-pagination.is-align-left {
|
@@ -814,16 +650,16 @@
|
|
814
650
|
display: flex;
|
815
651
|
align-items: center;
|
816
652
|
justify-content: center;
|
817
|
-
min-width: 32px;
|
818
653
|
height: 32px;
|
654
|
+
min-width: 32px;
|
819
655
|
padding: 0 4px;
|
820
656
|
margin-right: 2px;
|
821
657
|
margin-left: 2px;
|
822
658
|
color: #63656e;
|
823
659
|
cursor: pointer;
|
824
|
-
user-select: none;
|
825
660
|
background: #fff;
|
826
661
|
border-radius: 2px;
|
662
|
+
user-select: none;
|
827
663
|
}
|
828
664
|
.bk-pagination-list-pre-batch.is-active,
|
829
665
|
.bk-pagination-list-next-batch.is-active,
|
@@ -898,13 +734,13 @@
|
|
898
734
|
}
|
899
735
|
.bk-pagination-small-list .bk-pagination-picker {
|
900
736
|
display: flex;
|
901
|
-
align-items: center;
|
902
737
|
height: 26px;
|
903
738
|
margin: 0 4px;
|
904
739
|
cursor: pointer;
|
905
740
|
background-color: #f0f1f5;
|
906
741
|
border: 1px solid #f0f1f5;
|
907
742
|
border-radius: 2px;
|
743
|
+
align-items: center;
|
908
744
|
}
|
909
745
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
910
746
|
background-color: #eaebf0;
|
@@ -916,8 +752,8 @@
|
|
916
752
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
917
753
|
}
|
918
754
|
.bk-pagination-editor {
|
919
|
-
min-width: 23px;
|
920
755
|
height: 16px;
|
756
|
+
min-width: 23px;
|
921
757
|
padding-right: 4px;
|
922
758
|
padding-left: 8px;
|
923
759
|
line-height: 16px;
|
@@ -935,13 +771,13 @@
|
|
935
771
|
.bk-pagination-btn-pre,
|
936
772
|
.bk-pagination-btn-next {
|
937
773
|
display: flex;
|
938
|
-
align-items: center;
|
939
|
-
justify-content: center;
|
940
774
|
width: 26px;
|
941
775
|
height: 26px;
|
942
776
|
font-size: 20px;
|
943
777
|
color: #979ba5;
|
944
778
|
cursor: pointer;
|
779
|
+
justify-content: center;
|
780
|
+
align-items: center;
|
945
781
|
}
|
946
782
|
.bk-pagination-btn-pre:hover,
|
947
783
|
.bk-pagination-btn-next:hover {
|
@@ -954,7 +790,7 @@
|
|
954
790
|
cursor: not-allowed;
|
955
791
|
}
|
956
792
|
.bk-pagination-picker-list {
|
957
|
-
max-height:
|
793
|
+
max-height: 216px;
|
958
794
|
padding: 7px 0;
|
959
795
|
margin: -7px -14px;
|
960
796
|
overflow: auto;
|
@@ -1054,7 +890,6 @@
|
|
1054
890
|
white-space: nowrap;
|
1055
891
|
text-overflow: ellipsis;
|
1056
892
|
overflow: hidden;
|
1057
|
-
max-width: calc(100% - 22px);
|
1058
893
|
}
|
1059
894
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
1060
895
|
margin-left: 0;
|
@@ -1172,7 +1007,6 @@
|
|
1172
1007
|
align-items: flex-start;
|
1173
1008
|
flex-wrap: wrap;
|
1174
1009
|
margin-bottom: 16px;
|
1175
|
-
overflow: auto;
|
1176
1010
|
}
|
1177
1011
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
1178
1012
|
width: 150px;
|
@@ -1242,51 +1076,50 @@
|
|
1242
1076
|
.bk-table {
|
1243
1077
|
position: relative;
|
1244
1078
|
width: 100%;
|
1245
|
-
height:
|
1079
|
+
height: auto;
|
1246
1080
|
overflow: hidden;
|
1247
|
-
|
1081
|
+
}
|
1082
|
+
.bk-table-flex {
|
1248
1083
|
display: flex;
|
1249
1084
|
flex-direction: column;
|
1250
1085
|
max-height: fit-content;
|
1251
1086
|
}
|
1252
|
-
.bk-table .bk-table-body {
|
1253
|
-
position: relative;
|
1254
|
-
overflow: auto;
|
1087
|
+
.bk-table-flex .bk-table-body {
|
1255
1088
|
flex: 1;
|
1089
|
+
overflow: auto;
|
1256
1090
|
}
|
1257
|
-
.bk-table .bk-table-
|
1258
|
-
|
1259
|
-
height: 8px;
|
1260
|
-
}
|
1261
|
-
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1262
|
-
background: #ddd;
|
1263
|
-
border-radius: 20px;
|
1264
|
-
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1091
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1092
|
+
padding-right: 4px;
|
1265
1093
|
}
|
1266
|
-
.bk-table .bk-table-body
|
1094
|
+
.bk-table .bk-table-body {
|
1095
|
+
position: relative;
|
1267
1096
|
overflow: hidden;
|
1097
|
+
border-bottom: 1px solid #dcdee5;
|
1268
1098
|
}
|
1269
1099
|
.bk-table .bk-table-body .prepend-row {
|
1270
|
-
transform:
|
1271
|
-
}
|
1272
|
-
.bk-table .bk-table-body .resize-column {
|
1273
|
-
position: absolute;
|
1274
|
-
top: 0;
|
1275
|
-
bottom: 0;
|
1276
|
-
left: 0;
|
1277
|
-
width: 1px;
|
1278
|
-
background-color: #3785ff;
|
1279
|
-
transform: translate(var(--drag-offset-x), var(--translate-y));
|
1100
|
+
transform: translateX(var(--prepend-left));
|
1280
1101
|
}
|
1281
1102
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1282
|
-
background-color:
|
1103
|
+
background-color: #fafbfd;
|
1283
1104
|
}
|
1284
1105
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1285
1106
|
border-bottom: none;
|
1286
1107
|
}
|
1108
|
+
.bk-table .bk-fixed-bottom-border {
|
1109
|
+
position: sticky;
|
1110
|
+
bottom: 0;
|
1111
|
+
left: 0;
|
1112
|
+
z-index: 1;
|
1113
|
+
width: 100%;
|
1114
|
+
border-top: 1px solid #dcdee5;
|
1115
|
+
transform: translateX(var(--scroll-head-left));
|
1116
|
+
}
|
1117
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1118
|
+
display: none;
|
1119
|
+
}
|
1287
1120
|
.bk-table .bk-table-head,
|
1288
1121
|
.bk-table .bk-table-body {
|
1289
|
-
background:
|
1122
|
+
background: white;
|
1290
1123
|
transform: translateZ(0);
|
1291
1124
|
}
|
1292
1125
|
.bk-table .bk-table-head.__is-empty,
|
@@ -1307,15 +1140,11 @@
|
|
1307
1140
|
.bk-table .bk-table-head table,
|
1308
1141
|
.bk-table .bk-table-body table {
|
1309
1142
|
width: 100%;
|
1310
|
-
border-collapse:
|
1143
|
+
border-collapse: collapse;
|
1311
1144
|
transform: translateZ(0);
|
1312
1145
|
table-layout: fixed;
|
1313
1146
|
align-self: flex-start;
|
1314
1147
|
}
|
1315
|
-
.bk-table .bk-table-head table.bk-table-col-resizing th,
|
1316
|
-
.bk-table .bk-table-body table.bk-table-col-resizing th {
|
1317
|
-
cursor: col-resize !important;
|
1318
|
-
}
|
1319
1148
|
.bk-table .bk-table-head table th,
|
1320
1149
|
.bk-table .bk-table-body table th,
|
1321
1150
|
.bk-table .bk-table-head table td,
|
@@ -1337,7 +1166,7 @@
|
|
1337
1166
|
padding: 0 16px;
|
1338
1167
|
overflow: hidden;
|
1339
1168
|
font-size: 12px;
|
1340
|
-
color:
|
1169
|
+
color: #63656E;
|
1341
1170
|
text-overflow: ellipsis;
|
1342
1171
|
white-space: nowrap;
|
1343
1172
|
}
|
@@ -1375,10 +1204,6 @@
|
|
1375
1204
|
.bk-table .bk-table-body table td .cell.selection {
|
1376
1205
|
padding: 0;
|
1377
1206
|
text-align: center;
|
1378
|
-
display: flex;
|
1379
|
-
align-items: center;
|
1380
|
-
justify-content: center;
|
1381
|
-
height: 100%;
|
1382
1207
|
}
|
1383
1208
|
.bk-table .bk-table-head table th .cell.expand-cell,
|
1384
1209
|
.bk-table .bk-table-body table th .cell.expand-cell,
|
@@ -1406,6 +1231,18 @@
|
|
1406
1231
|
position: sticky;
|
1407
1232
|
z-index: 1;
|
1408
1233
|
}
|
1234
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1235
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1236
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1237
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1238
|
+
left: 0;
|
1239
|
+
}
|
1240
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1241
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1242
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1243
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1244
|
+
right: 0;
|
1245
|
+
}
|
1409
1246
|
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1410
1247
|
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1411
1248
|
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
@@ -1441,7 +1278,7 @@
|
|
1441
1278
|
}
|
1442
1279
|
.bk-table .bk-table-head table thead,
|
1443
1280
|
.bk-table .bk-table-body table thead {
|
1444
|
-
background-color:
|
1281
|
+
background-color: #fafbfd;
|
1445
1282
|
}
|
1446
1283
|
.bk-table .bk-table-head table thead th,
|
1447
1284
|
.bk-table .bk-table-body table thead th {
|
@@ -1449,95 +1286,43 @@
|
|
1449
1286
|
font-weight: 400;
|
1450
1287
|
background-color: var(--background-color);
|
1451
1288
|
}
|
1452
|
-
.bk-table .bk-table-head table thead th.col-
|
1453
|
-
.bk-table .bk-table-body table thead th.col-
|
1454
|
-
content: '';
|
1289
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1290
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1455
1291
|
position: absolute;
|
1456
1292
|
top: 0;
|
1457
|
-
bottom: 0;
|
1458
1293
|
right: 0;
|
1459
|
-
width: 3px;
|
1460
|
-
background-color: #3785ff;
|
1461
|
-
transform: translateX(1px);
|
1462
|
-
pointer-events: none;
|
1463
|
-
}
|
1464
|
-
.bk-table .bk-table-head table thead th.col-pointer-hover.poiner-left::after,
|
1465
|
-
.bk-table .bk-table-body table thead th.col-pointer-hover.poiner-left::after {
|
1466
|
-
content: '';
|
1467
|
-
position: absolute;
|
1468
|
-
top: 0;
|
1469
1294
|
bottom: 0;
|
1470
|
-
|
1471
|
-
width:
|
1472
|
-
transform: translateX(-1px);
|
1473
|
-
background-color: #3785ff;
|
1295
|
+
z-index: 1;
|
1296
|
+
width: 6px;
|
1474
1297
|
pointer-events: none;
|
1475
|
-
|
1476
|
-
.bk-table .bk-table-head table thead th .across-page-cell,
|
1477
|
-
.bk-table .bk-table-body table thead th .across-page-cell {
|
1478
|
-
position: relative;
|
1479
|
-
}
|
1480
|
-
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon,
|
1481
|
-
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon {
|
1482
|
-
display: block;
|
1483
|
-
position: absolute;
|
1484
|
-
width: 16px;
|
1485
|
-
height: 16px;
|
1486
|
-
top: 50%;
|
1487
|
-
right: 0;
|
1488
|
-
transform: translate(18px, -50%);
|
1489
|
-
}
|
1490
|
-
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon::after,
|
1491
|
-
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon::after {
|
1492
|
-
position: absolute;
|
1493
|
-
top: 50%;
|
1494
|
-
right: 0;
|
1495
|
-
left: 50%;
|
1496
|
-
width: 5px;
|
1497
|
-
height: 5px;
|
1498
|
-
border: 1px solid #63656e;
|
1499
|
-
border-top: 0;
|
1500
|
-
border-left: 0;
|
1501
|
-
transform: translate(-50%, -100%) scaleY(1) rotate(45deg);
|
1502
|
-
transform-origin: center;
|
1298
|
+
background-color: #3785ff;
|
1503
1299
|
content: '';
|
1300
|
+
transform: translateX(50%);
|
1504
1301
|
}
|
1505
1302
|
.bk-table .bk-table-head table thead th .cell,
|
1506
1303
|
.bk-table .bk-table-body table thead th .cell {
|
1507
1304
|
display: flex;
|
1508
1305
|
align-items: center;
|
1509
1306
|
height: calc(var(--row-height) - 2px);
|
1510
|
-
color:
|
1307
|
+
color: #313238;
|
1511
1308
|
}
|
1512
|
-
.bk-table .bk-table-head table thead th
|
1513
|
-
.bk-table .bk-table-body table thead th
|
1514
|
-
|
1309
|
+
.bk-table .bk-table-head table thead th.active,
|
1310
|
+
.bk-table .bk-table-body table thead th.active,
|
1311
|
+
.bk-table .bk-table-head table thead th:hover,
|
1312
|
+
.bk-table .bk-table-body table thead th:hover {
|
1313
|
+
cursor: pointer;
|
1314
|
+
background: #f0f1f5;
|
1515
1315
|
}
|
1516
1316
|
.bk-table .bk-table-head table thead th.column_fixed,
|
1517
1317
|
.bk-table .bk-table-body table thead th.column_fixed {
|
1518
|
-
transform: translateX(var(--
|
1519
|
-
}
|
1520
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th.active,
|
1521
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th.active,
|
1522
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
|
1523
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
|
1524
|
-
cursor: pointer;
|
1525
|
-
background: var(--table-row-active-bg-color);
|
1526
|
-
}
|
1527
|
-
.bk-table .bk-table-head table tbody tr.stripe-row,
|
1528
|
-
.bk-table .bk-table-body table tbody tr.stripe-row {
|
1529
|
-
background: #fafbfd;
|
1530
|
-
}
|
1531
|
-
.bk-table .bk-table-head table tbody tr.stripe-row td,
|
1532
|
-
.bk-table .bk-table-body table tbody tr.stripe-row td {
|
1533
|
-
background-color: #fafbfd;
|
1318
|
+
transform: translateX(var(--scroll-left));
|
1534
1319
|
}
|
1535
1320
|
.bk-table .bk-table-head table tbody tr td,
|
1536
1321
|
.bk-table .bk-table-body table tbody tr td {
|
1537
1322
|
background-color: #fff;
|
1538
|
-
border-top: 1px solid
|
1539
|
-
border-bottom: 1px solid
|
1540
|
-
border-right: 1px solid
|
1323
|
+
border-top: 1px solid transparent;
|
1324
|
+
border-bottom: 1px solid transparent;
|
1325
|
+
border-right: 1px solid transparent;
|
1541
1326
|
box-sizing: border-box;
|
1542
1327
|
}
|
1543
1328
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
@@ -1548,7 +1333,7 @@
|
|
1548
1333
|
.bk-table .bk-table-body table tbody tr td .cell {
|
1549
1334
|
display: block;
|
1550
1335
|
width: 100%;
|
1551
|
-
line-height: calc(var(--row-height) -
|
1336
|
+
line-height: calc(var(--row-height) - 2px);
|
1552
1337
|
box-sizing: border-box;
|
1553
1338
|
}
|
1554
1339
|
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
@@ -1558,8 +1343,7 @@
|
|
1558
1343
|
}
|
1559
1344
|
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1560
1345
|
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1561
|
-
background:
|
1562
|
-
border-right-color: var(--table-row-hover-bg-color);
|
1346
|
+
background: #f5f7fa;
|
1563
1347
|
}
|
1564
1348
|
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1565
1349
|
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
@@ -1570,34 +1354,19 @@
|
|
1570
1354
|
z-index: 2;
|
1571
1355
|
overflow: hidden;
|
1572
1356
|
background-color: var(--background-color);
|
1573
|
-
height: var(--row-height);
|
1574
|
-
min-height: var(--row-height);
|
1575
|
-
}
|
1576
|
-
.bk-table .bk-table-head.has-group .is-head-group {
|
1577
|
-
border-bottom: 1px solid var(--table-border-color);
|
1578
|
-
}
|
1579
|
-
.bk-table .bk-table-head.has-group th {
|
1580
|
-
border-right: 1px solid var(--table-border-color);
|
1581
|
-
}
|
1582
|
-
.bk-table .bk-table-head.has-group th.is-last-child {
|
1583
|
-
border-right: none;
|
1584
1357
|
}
|
1585
1358
|
.bk-table .bk-table-head .col-resize-drag {
|
1586
1359
|
position: absolute;
|
1587
1360
|
top: 0;
|
1588
|
-
|
1361
|
+
right: 0;
|
1589
1362
|
bottom: 0;
|
1590
1363
|
z-index: 1;
|
1591
1364
|
width: 6px;
|
1592
1365
|
background-color: #3785ff;
|
1593
|
-
transform:
|
1594
|
-
pointer-events: none;
|
1595
|
-
}
|
1596
|
-
.bk-table .bk-table-head .bk-table-fixed {
|
1597
|
-
transform: translate(0, 0);
|
1366
|
+
transform: translateX(-50%);
|
1598
1367
|
}
|
1599
1368
|
.bk-table .bk-table-head thead {
|
1600
|
-
transform:
|
1369
|
+
transform: translateX(var(--scroll-head-left));
|
1601
1370
|
}
|
1602
1371
|
.bk-table .bk-table-head .table-head-settings {
|
1603
1372
|
position: absolute;
|
@@ -1609,8 +1378,8 @@
|
|
1609
1378
|
width: calc(var(--row-height));
|
1610
1379
|
font-size: 14px;
|
1611
1380
|
cursor: pointer;
|
1612
|
-
background:
|
1613
|
-
border-left: 1px solid
|
1381
|
+
background: #fafbfd;
|
1382
|
+
border-left: 1px solid #dcdee5;
|
1614
1383
|
border-radius: 0 2px 0 0;
|
1615
1384
|
justify-content: center;
|
1616
1385
|
align-items: center;
|
@@ -1624,7 +1393,6 @@
|
|
1624
1393
|
display: flex;
|
1625
1394
|
width: 100%;
|
1626
1395
|
height: var(--footer-height);
|
1627
|
-
min-height: var(--footer-height);
|
1628
1396
|
align-items: center;
|
1629
1397
|
padding: 0 16px 0 22px;
|
1630
1398
|
}
|
@@ -1632,59 +1400,49 @@
|
|
1632
1400
|
display: none;
|
1633
1401
|
}
|
1634
1402
|
.bk-table.bordered-row .bk-table-head {
|
1635
|
-
border-bottom: 1px solid
|
1403
|
+
border-bottom: 1px solid #dcdee5;
|
1636
1404
|
}
|
1637
1405
|
.bk-table.bordered-row .bk-table-body tbody tr td {
|
1638
|
-
border-bottom-color:
|
1406
|
+
border-bottom-color: #dcdee5;
|
1639
1407
|
}
|
1640
1408
|
.bk-table.bordered-outer {
|
1641
|
-
border-top: 1px solid
|
1642
|
-
border-right: 1px solid
|
1643
|
-
border-left: 1px solid
|
1409
|
+
border-top: 1px solid #dcdee5;
|
1410
|
+
border-right: 1px solid #dcdee5;
|
1411
|
+
border-left: 1px solid #dcdee5;
|
1644
1412
|
}
|
1645
1413
|
.bk-table.bordered-outer .bk-table-footer {
|
1646
|
-
border-bottom: 1px solid
|
1414
|
+
border-bottom: 1px solid #dcdee5;
|
1647
1415
|
}
|
1648
1416
|
.bk-table.bordered-horizontal {
|
1649
|
-
border-top: 1px solid
|
1650
|
-
|
1417
|
+
border-top: 1px solid #dcdee5;
|
1418
|
+
}
|
1419
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1420
|
+
border-bottom: 1px solid #dcdee5;
|
1651
1421
|
}
|
1652
1422
|
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1653
1423
|
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1654
|
-
border-bottom: 1px solid
|
1655
|
-
}
|
1656
|
-
.bk-table.bordered-col .bk-table-head {
|
1657
|
-
border-right: 1px solid var(--table-border-color);
|
1658
|
-
}
|
1659
|
-
.bk-table.bordered-col .bk-table-head .is-head-group {
|
1660
|
-
border-bottom: 1px solid var(--table-border-color);
|
1424
|
+
border-bottom: 1px solid #dcdee5;
|
1661
1425
|
}
|
1662
1426
|
.bk-table.bordered-col th {
|
1663
|
-
border-right: 1px solid
|
1427
|
+
border-right: 1px solid #dcdee5;
|
1664
1428
|
}
|
1665
1429
|
.bk-table.bordered-col th:last-child {
|
1666
1430
|
border-right: none;
|
1667
1431
|
}
|
1668
|
-
.bk-table.bordered-col .bk-table-body {
|
1669
|
-
border-right: 1px solid var(--table-border-color);
|
1670
|
-
}
|
1671
1432
|
.bk-table.bordered-col .bk-table-body tbody tr td {
|
1672
|
-
border-right-color:
|
1433
|
+
border-right-color: #dcdee5;
|
1673
1434
|
}
|
1674
1435
|
.bk-table.bordered-col .bk-table-body tbody tr td:last-child {
|
1675
|
-
border-right:
|
1676
|
-
}
|
1677
|
-
.bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1678
|
-
border-right-color: var(--table-border-color);
|
1436
|
+
border-right-color: transparent;
|
1679
1437
|
}
|
1680
1438
|
.bk-table th,
|
1681
1439
|
.bk-table td {
|
1682
|
-
border-right: 1px solid
|
1440
|
+
border-right: 1px solid transparent;
|
1683
1441
|
}
|
1684
1442
|
.bk-table.bordered-none th,
|
1685
1443
|
.bk-table.bordered-none td {
|
1686
1444
|
border-top: none;
|
1687
|
-
border-right: 1px solid
|
1445
|
+
border-right: 1px solid transparent;
|
1688
1446
|
border-bottom: none;
|
1689
1447
|
border-left: none;
|
1690
1448
|
}
|
@@ -1692,25 +1450,27 @@
|
|
1692
1450
|
position: absolute;
|
1693
1451
|
top: 0;
|
1694
1452
|
right: 0;
|
1695
|
-
bottom:
|
1453
|
+
bottom: var(--footer-height);
|
1696
1454
|
left: 0;
|
1697
1455
|
pointer-events: none;
|
1698
|
-
transform: translate(var(--translate-x), var(--translate-y));
|
1699
|
-
}
|
1700
|
-
.bk-table .bk-table-fixed.has-virtual-scroll {
|
1701
|
-
transform: translate(var(--translate-x), 0);
|
1702
|
-
}
|
1703
|
-
.bk-table .bk-table-fixed .column_fixed_right {
|
1704
|
-
box-shadow: var(--shadow-right);
|
1705
|
-
}
|
1706
|
-
.bk-table .bk-table-fixed .column_fixed_left {
|
1707
|
-
box-shadow: var(--shadow-left);
|
1708
1456
|
}
|
1709
1457
|
.bk-table .bk-table-fixed .column_fixed {
|
1710
1458
|
position: absolute;
|
1711
1459
|
z-index: 2;
|
1712
|
-
|
1460
|
+
}
|
1461
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1462
|
+
top: 0;
|
1463
|
+
left: 0;
|
1464
|
+
}
|
1465
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
1466
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1467
|
+
}
|
1468
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1713
1469
|
top: 0;
|
1470
|
+
right: 0;
|
1471
|
+
}
|
1472
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1473
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1714
1474
|
}
|
1715
1475
|
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1716
1476
|
position: absolute;
|
@@ -1720,46 +1480,16 @@
|
|
1720
1480
|
display: flex;
|
1721
1481
|
justify-content: center;
|
1722
1482
|
}
|
1723
|
-
.bk-table .bk-table-fixed-bottom {
|
1724
|
-
position: absolute;
|
1725
|
-
right: 0;
|
1726
|
-
bottom: 0;
|
1727
|
-
left: 0;
|
1728
|
-
text-align: center;
|
1729
|
-
}
|
1730
1483
|
.bk-table colgroup col {
|
1731
|
-
background:
|
1484
|
+
background: white;
|
1732
1485
|
}
|
1733
1486
|
.bk-table colgroup col.active {
|
1734
1487
|
position: relative;
|
1735
|
-
background:
|
1488
|
+
background: #f0f1f5;
|
1736
1489
|
}
|
1737
1490
|
.bk-table .bk-pagination .is-last {
|
1738
1491
|
margin-left: auto;
|
1739
1492
|
}
|
1740
|
-
.bk-
|
1741
|
-
|
1742
|
-
}
|
1743
|
-
.bk-across-page-popover .dropwn-content {
|
1744
|
-
min-width: 100%;
|
1745
|
-
padding: 5px 0;
|
1746
|
-
margin: 0;
|
1747
|
-
background: #fff;
|
1748
|
-
border: 1px solid #dcdee5;
|
1749
|
-
border-radius: 2px;
|
1750
|
-
box-sizing: border-box;
|
1751
|
-
}
|
1752
|
-
.bk-across-page-popover .dropwn-content > div {
|
1753
|
-
display: block;
|
1754
|
-
height: 32px;
|
1755
|
-
padding: 0 16px;
|
1756
|
-
font-size: 12px;
|
1757
|
-
line-height: 33px;
|
1758
|
-
color: #63656e;
|
1759
|
-
white-space: nowrap;
|
1760
|
-
list-style: none;
|
1761
|
-
cursor: pointer;
|
1762
|
-
}
|
1763
|
-
.bk-across-page-popover .dropwn-content > div:hover {
|
1764
|
-
background-color: #f5f7fa;
|
1493
|
+
.bk-table .stripe-row {
|
1494
|
+
background: #fafbfd;
|
1765
1495
|
}
|