bkui-vue 2.0.1-beta.99 → 2.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/dist/index.cjs.js +133 -159
- package/dist/index.esm.js +26188 -29904
- package/dist/index.umd.js +133 -159
- 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 -261
- package/lib/alert/alert.css +3 -133
- package/lib/alert/alert.variable.css +1 -261
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.variable.css +4 -394
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -261
- package/lib/breadcrumb/breadcrumb.css +5 -135
- package/lib/breadcrumb/breadcrumb.variable.css +6 -396
- package/lib/button/button.css +143 -273
- package/lib/button/button.variable.css +1 -261
- package/lib/button/index.d.ts +2 -1
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -395
- package/lib/cascader/cascader.css +27 -153
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/cascader.less +5 -0
- package/lib/cascader/cascader.variable.css +28 -414
- package/lib/cascader/index.d.ts +6 -6
- package/lib/cascader/index.js +15 -747
- package/lib/checkbox/checkbox.css +10 -140
- package/lib/checkbox/checkbox.variable.css +1 -261
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -261
- package/lib/collapse/collapse.css +1 -131
- package/lib/collapse/collapse.variable.css +1 -261
- package/lib/collapse-transition/collapse-transition.css +0 -130
- package/lib/collapse-transition/collapse-transition.variable.css +1 -261
- package/lib/color-picker/color-picker.css +0 -130
- package/lib/color-picker/color-picker.variable.css +1 -261
- package/lib/color-picker/index.js +8 -254
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -261
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -391
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.variable.css +1 -261
- package/lib/date-picker/index.d.ts +2 -1
- package/lib/date-picker/index.js +103 -92
- package/lib/dialog/dialog.css +8 -138
- package/lib/dialog/dialog.variable.css +9 -399
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +1 -2
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.variable.css +1 -261
- package/lib/dropdown/dropdown.css +0 -130
- package/lib/dropdown/dropdown.variable.css +1 -391
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.variable.css +1 -261
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -261
- package/lib/form/form.css +0 -130
- package/lib/form/form.variable.css +1 -261
- package/lib/image/image-viewer.css +0 -130
- package/lib/image/image-viewer.variable.css +1 -261
- package/lib/image/image.css +0 -130
- package/lib/image/image.variable.css +1 -391
- package/lib/index.js +1 -1
- package/lib/info-box/info-box.css +4 -134
- package/lib/info-box/info-box.variable.css +1 -261
- package/lib/input/input.css +75 -205
- package/lib/input/input.variable.css +76 -466
- package/lib/link/link.css +16 -146
- package/lib/link/link.variable.css +1 -261
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.variable.css +17 -407
- package/lib/menu/menu.css +20 -150
- package/lib/menu/menu.variable.css +21 -411
- package/lib/menu/submenu.css +0 -130
- package/lib/menu/submenu.variable.css +1 -261
- package/lib/message/message.css +21 -151
- package/lib/message/message.variable.css +1 -261
- package/lib/modal/index.js +3 -0
- package/lib/modal/modal.css +4 -134
- package/lib/modal/modal.variable.css +5 -395
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.variable.css +1 -261
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -261
- package/lib/overflow-title/components/overflow-title.d.ts +20 -0
- package/lib/overflow-title/index.d.ts +40 -0
- package/lib/overflow-title/index.js +2 -1
- package/lib/overflow-title/overflow-title.css +3 -0
- package/lib/overflow-title/overflow-title.less +4 -0
- package/lib/overflow-title/overflow-title.variable.css +3 -0
- package/lib/overflow-title/props.d.ts +10 -0
- package/lib/pagination/index.d.ts +3 -3
- package/lib/pagination/pagination.css +1 -131
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/pagination/pagination.variable.css +1 -261
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +32 -21265
- package/lib/pop-confirm/index.d.ts +8 -0
- package/lib/pop-confirm/index.js +16 -8
- package/lib/pop-confirm/pop-confirm.css +0 -130
- package/lib/pop-confirm/pop-confirm.d.ts +4 -0
- package/lib/pop-confirm/pop-confirm.variable.css +1 -261
- package/lib/pop-confirm/props.d.ts +3 -0
- package/lib/popover/index.d.ts +49 -3
- package/lib/popover/index.js +87 -17449
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.d.ts +23 -1
- package/lib/popover/popover.variable.css +1 -261
- package/lib/popover/props.d.ts +16 -0
- package/lib/popover/use-popover-init.d.ts +1 -2
- package/lib/popover/utils.d.ts +1 -1
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -261
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.variable.css +5 -395
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.variable.css +1 -261
- package/lib/rate/rate.css +0 -130
- package/lib/rate/rate.variable.css +1 -261
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.variable.css +1 -261
- package/lib/scrollbar/css/scrollbar.css +0 -130
- package/lib/scrollbar/css/scrollbar.variable.css +1 -261
- package/lib/search-select/index.d.ts +6 -0
- package/lib/search-select/index.js +27 -1
- package/lib/search-select/input.d.ts +1 -0
- package/lib/search-select/search-select.css +78 -208
- package/lib/search-select/search-select.d.ts +2 -0
- package/lib/search-select/search-select.less +39 -39
- package/lib/search-select/search-select.variable.css +79 -469
- package/lib/search-select/selected.d.ts +2 -0
- package/lib/select/index.d.ts +78 -7
- package/lib/select/index.js +83 -74
- package/lib/select/select.css +42 -169
- package/lib/select/select.d.ts +32 -2
- package/lib/select/select.less +4 -0
- package/lib/select/select.variable.css +43 -430
- package/lib/sideslider/sideslider.css +1 -131
- package/lib/sideslider/sideslider.variable.css +1 -261
- package/lib/slider/slider.css +5 -135
- package/lib/slider/slider.variable.css +1 -261
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.variable.css +1 -261
- package/lib/styles/mixins/animate.css +0 -130
- package/lib/styles/mixins/animate.variable.css +1 -261
- 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 -261
- package/lib/styles/mixins/scroll.css +0 -130
- package/lib/styles/mixins/scroll.variable.css +1 -261
- package/lib/styles/reset.css +0 -130
- package/lib/styles/reset.variable.css +1 -261
- package/lib/styles/themes/themes.less +130 -299
- package/lib/swiper/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -261
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.variable.css +18 -408
- package/lib/tab/tab.css +26 -156
- package/lib/tab/tab.variable.css +1 -261
- package/lib/table/components/table-column.d.ts +1 -1
- package/lib/table/index.d.ts +7 -7
- package/lib/table/index.js +59 -17260
- package/lib/table/plugins/head-filter.css +0 -130
- package/lib/table/plugins/head-filter.variable.css +1 -261
- package/lib/table/plugins/head-sort.css +0 -130
- package/lib/table/plugins/head-sort.variable.css +1 -261
- package/lib/table/plugins/settings.css +0 -130
- package/lib/table/plugins/settings.variable.css +1 -261
- package/lib/table/table.css +189 -319
- package/lib/table/table.d.ts +2 -2
- package/lib/table/table.variable.css +190 -580
- package/lib/table-column/index.d.ts +3 -3
- package/lib/table-column/index.js +9 -17991
- package/lib/tag/tag.css +5 -135
- package/lib/tag/tag.variable.css +1 -261
- package/lib/tag-input/index.d.ts +52 -10
- package/lib/tag-input/index.js +134 -17399
- package/lib/tag-input/tag-input.css +21 -148
- package/lib/tag-input/tag-input.d.ts +24 -4
- package/lib/tag-input/tag-input.less +4 -0
- package/lib/tag-input/tag-input.variable.css +4 -261
- package/lib/tag-input/tag-props.d.ts +11 -1
- package/lib/tag-input/tag-render.d.ts +2 -2
- package/lib/time-picker/time-picker.css +0 -130
- package/lib/time-picker/time-picker.variable.css +1 -261
- package/lib/timeline/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -261
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/transfer.css +19 -149
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.variable.css +1 -261
- package/lib/tree/index.d.ts +3 -3
- package/lib/tree/index.js +11 -17270
- package/lib/tree/tree.css +10 -140
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/tree.variable.css +11 -401
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.variable.css +28 -418
- package/lib/virtual-render/index.d.ts +3 -3
- package/lib/virtual-render/index.js +8 -17267
- package/lib/virtual-render/virtual-render.css +0 -130
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/lib/virtual-render/virtual-render.variable.css +1 -391
- package/package.json +1 -1
- package/lib/styles/themes/themes.css +0 -130
- package/lib/styles/themes/themes.variable.css +0 -130
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;
|
@@ -282,13 +152,13 @@
|
|
282
152
|
background: #fff;
|
283
153
|
}
|
284
154
|
.bk-checkbox.is-checked.is-outline .bk-checkbox-input::after {
|
285
|
-
border: 2px solid
|
155
|
+
border: 2px solid #3a84ff;
|
286
156
|
border-top: 0;
|
287
157
|
border-left: 0;
|
288
158
|
}
|
289
159
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
290
|
-
background:
|
291
|
-
border-color:
|
160
|
+
background: #3a84ff;
|
161
|
+
border-color: #3a84ff;
|
292
162
|
transition: all 0.1s;
|
293
163
|
}
|
294
164
|
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
@@ -309,8 +179,8 @@
|
|
309
179
|
transform-origin: center;
|
310
180
|
}
|
311
181
|
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
312
|
-
background:
|
313
|
-
border-color:
|
182
|
+
background: #3a84ff;
|
183
|
+
border-color: #3a84ff;
|
314
184
|
transition: all 0.1s;
|
315
185
|
}
|
316
186
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
@@ -335,17 +205,17 @@
|
|
335
205
|
}
|
336
206
|
.bk-checkbox.is-disabled .bk-checkbox-input {
|
337
207
|
background: #fafbfd;
|
338
|
-
border-color:
|
208
|
+
border-color: #dcdee5;
|
339
209
|
}
|
340
210
|
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
341
|
-
background:
|
211
|
+
background: #dcdee5;
|
342
212
|
}
|
343
213
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
344
|
-
background:
|
345
|
-
border-color:
|
214
|
+
background: #a3c5fd;
|
215
|
+
border-color: #a3c5fd;
|
346
216
|
}
|
347
217
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
348
|
-
background:
|
218
|
+
background: #a3c5fd;
|
349
219
|
}
|
350
220
|
.bk-checkbox.is-prechecking {
|
351
221
|
position: relative;
|
@@ -387,16 +257,16 @@
|
|
387
257
|
}
|
388
258
|
.bk-button {
|
389
259
|
display: inline-flex;
|
390
|
-
height:
|
391
|
-
padding:
|
392
|
-
font-size:
|
393
|
-
color:
|
260
|
+
height: 32px;
|
261
|
+
padding: 0 14px;
|
262
|
+
font-size: 14px;
|
263
|
+
color: #63656e;
|
394
264
|
text-decoration: none;
|
395
265
|
white-space: nowrap;
|
396
266
|
cursor: pointer;
|
397
|
-
background-color:
|
398
|
-
border: 1px solid
|
399
|
-
border-radius:
|
267
|
+
background-color: white;
|
268
|
+
border: 1px solid #c4c6cc;
|
269
|
+
border-radius: 2px;
|
400
270
|
outline: none;
|
401
271
|
box-sizing: border-box;
|
402
272
|
transition: background-color ease 0.3s;
|
@@ -405,14 +275,14 @@
|
|
405
275
|
justify-content: center;
|
406
276
|
}
|
407
277
|
.bk-button.bk-button-small {
|
408
|
-
height:
|
409
|
-
padding:
|
410
|
-
font-size:
|
278
|
+
height: 26px;
|
279
|
+
padding: 0 12px;
|
280
|
+
font-size: 12px;
|
411
281
|
}
|
412
282
|
.bk-button.bk-button-large {
|
413
|
-
height:
|
414
|
-
padding:
|
415
|
-
font-size:
|
283
|
+
height: 40px;
|
284
|
+
padding: 0 16px;
|
285
|
+
font-size: 16px;
|
416
286
|
}
|
417
287
|
.bk-button .bk-button-text {
|
418
288
|
display: inline-flex;
|
@@ -429,17 +299,17 @@
|
|
429
299
|
visibility: hidden;
|
430
300
|
}
|
431
301
|
.bk-button:hover {
|
432
|
-
border-color:
|
302
|
+
border-color: #979ba5;
|
433
303
|
}
|
434
304
|
.bk-button:active {
|
435
|
-
color:
|
436
|
-
border-color:
|
305
|
+
color: #3a84ff;
|
306
|
+
border-color: #3a84ff;
|
437
307
|
}
|
438
308
|
.bk-button.is-text {
|
439
309
|
height: auto;
|
440
310
|
padding: 0;
|
441
311
|
font-size: inherit;
|
442
|
-
color:
|
312
|
+
color: #63656e;
|
443
313
|
text-decoration: none;
|
444
314
|
cursor: pointer;
|
445
315
|
background-color: transparent;
|
@@ -447,310 +317,310 @@
|
|
447
317
|
outline: none;
|
448
318
|
}
|
449
319
|
.bk-button.is-disabled {
|
450
|
-
color:
|
320
|
+
color: #dcdee5;
|
451
321
|
cursor: not-allowed;
|
452
|
-
border-color:
|
322
|
+
border-color: #dcdee5;
|
453
323
|
}
|
454
324
|
.bk-button.is-disabled:not(.is-text) {
|
455
|
-
background-color:
|
325
|
+
background-color: #f9fafd;
|
456
326
|
}
|
457
327
|
.bk-button-group {
|
458
328
|
display: inline-block;
|
459
329
|
font-size: 0;
|
460
330
|
}
|
461
331
|
.bk-button-group.bk-button-group-small .bk-button {
|
462
|
-
height:
|
463
|
-
padding:
|
464
|
-
font-size:
|
332
|
+
height: 26px;
|
333
|
+
padding: 0 12px;
|
334
|
+
font-size: 12px;
|
465
335
|
}
|
466
336
|
.bk-button-group.bk-button-group-large .bk-button {
|
467
|
-
height:
|
468
|
-
padding:
|
469
|
-
font-size:
|
337
|
+
height: 40px;
|
338
|
+
padding: 0 16px;
|
339
|
+
font-size: 16px;
|
470
340
|
}
|
471
341
|
.bk-button-group .bk-button {
|
472
|
-
height:
|
342
|
+
height: 32px;
|
473
343
|
margin: 0 0 0 -1px;
|
474
344
|
border-radius: 0;
|
475
345
|
}
|
476
346
|
.bk-button-group .bk-button:not(.is-disabled) {
|
477
|
-
color:
|
478
|
-
background-color:
|
479
|
-
border-color:
|
347
|
+
color: #63656e;
|
348
|
+
background-color: white;
|
349
|
+
border-color: #c4c6cc;
|
480
350
|
}
|
481
351
|
.bk-button-group .bk-button.is-disabled {
|
482
|
-
color:
|
352
|
+
color: #c4c6cc;
|
483
353
|
}
|
484
354
|
.bk-button-group .bk-button:first-child {
|
485
|
-
border-radius:
|
355
|
+
border-radius: 2px 0 0 2px;
|
486
356
|
}
|
487
357
|
.bk-button-group .bk-button:last-child {
|
488
|
-
border-radius: 0
|
358
|
+
border-radius: 0 2px 2px 0;
|
489
359
|
}
|
490
360
|
.bk-button-group .bk-button:only-child {
|
491
|
-
border-radius:
|
361
|
+
border-radius: 2px;
|
492
362
|
}
|
493
363
|
.bk-button-group .bk-button:hover:not(.is-disabled),
|
494
364
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
495
365
|
position: relative;
|
496
366
|
z-index: 1;
|
497
|
-
color:
|
498
|
-
background-color:
|
499
|
-
border-color:
|
367
|
+
color: #3a84ff;
|
368
|
+
background-color: white;
|
369
|
+
border-color: #3a84ff;
|
500
370
|
}
|
501
371
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
502
|
-
background-color:
|
372
|
+
background-color: #e1ecff;
|
503
373
|
}
|
504
374
|
.bk-button-group .bk-button.is-selected.is-disabled {
|
505
|
-
background-color:
|
375
|
+
background-color: #f0f1f5;
|
506
376
|
}
|
507
377
|
.bk-button.bk-button-primary,
|
508
378
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary {
|
509
|
-
background-color:
|
510
|
-
color:
|
511
|
-
border-color:
|
379
|
+
background-color: #3a84ff;
|
380
|
+
color: white;
|
381
|
+
border-color: #3a84ff;
|
512
382
|
}
|
513
383
|
.bk-button.bk-button-primary:hover,
|
514
384
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:hover {
|
515
|
-
background-color:
|
516
|
-
border-color:
|
385
|
+
background-color: #5594fa;
|
386
|
+
border-color: #5594fa;
|
517
387
|
}
|
518
388
|
.bk-button.bk-button-primary:active,
|
519
389
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:active {
|
520
|
-
background-color:
|
521
|
-
border-color:
|
522
|
-
color:
|
390
|
+
background-color: #2c77f4;
|
391
|
+
border-color: #2c77f4;
|
392
|
+
color: white;
|
523
393
|
}
|
524
394
|
.bk-button.bk-button-primary.is-outline,
|
525
395
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline {
|
526
|
-
color:
|
527
|
-
border-color:
|
528
|
-
background-color:
|
396
|
+
color: #3a84ff;
|
397
|
+
border-color: #3a84ff;
|
398
|
+
background-color: white;
|
529
399
|
}
|
530
400
|
.bk-button.bk-button-primary.is-outline:hover,
|
531
401
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:hover {
|
532
|
-
background-color:
|
533
|
-
border-color:
|
534
|
-
color:
|
402
|
+
background-color: #5594fa;
|
403
|
+
border-color: #5594fa;
|
404
|
+
color: white;
|
535
405
|
}
|
536
406
|
.bk-button.bk-button-primary.is-outline:active,
|
537
407
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:active {
|
538
|
-
background-color:
|
539
|
-
border-color:
|
540
|
-
color:
|
408
|
+
background-color: #2c77f4;
|
409
|
+
border-color: #2c77f4;
|
410
|
+
color: white;
|
541
411
|
}
|
542
412
|
.bk-button.bk-button-primary.is-text,
|
543
413
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text {
|
544
|
-
color:
|
414
|
+
color: #3a84ff;
|
545
415
|
background-color: transparent;
|
546
416
|
border: none;
|
547
417
|
}
|
548
418
|
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover,
|
549
419
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text:not(.is-disabled):hover {
|
550
|
-
color:
|
420
|
+
color: #5594fa;
|
551
421
|
}
|
552
422
|
.bk-button.bk-button-primary.is-disabled,
|
553
423
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled {
|
554
|
-
color:
|
424
|
+
color: #dcdee5;
|
555
425
|
cursor: not-allowed;
|
556
426
|
}
|
557
427
|
.bk-button.bk-button-primary.is-disabled:not(.is-text),
|
558
428
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled:not(.is-text) {
|
559
|
-
background-color:
|
560
|
-
color:
|
561
|
-
border-color:
|
429
|
+
background-color: #dcdee5;
|
430
|
+
color: white;
|
431
|
+
border-color: #dcdee5;
|
562
432
|
}
|
563
433
|
.bk-button.bk-button-hover-primary:hover,
|
564
434
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-primary:hover {
|
565
|
-
background-color:
|
566
|
-
border-color:
|
567
|
-
color:
|
435
|
+
background-color: #5594fa;
|
436
|
+
border-color: #5594fa;
|
437
|
+
color: white;
|
568
438
|
}
|
569
439
|
.bk-button.bk-button-warning,
|
570
440
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning {
|
571
|
-
background-color:
|
572
|
-
color:
|
573
|
-
border-color:
|
441
|
+
background-color: #ff9c01;
|
442
|
+
color: white;
|
443
|
+
border-color: #ff9c01;
|
574
444
|
}
|
575
445
|
.bk-button.bk-button-warning:hover,
|
576
446
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:hover {
|
577
|
-
background-color:
|
578
|
-
border-color:
|
447
|
+
background-color: #ffb848;
|
448
|
+
border-color: #ffb848;
|
579
449
|
}
|
580
450
|
.bk-button.bk-button-warning:active,
|
581
451
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:active {
|
582
|
-
background-color:
|
583
|
-
border-color:
|
584
|
-
color:
|
452
|
+
background-color: #eb9000;
|
453
|
+
border-color: #eb9000;
|
454
|
+
color: white;
|
585
455
|
}
|
586
456
|
.bk-button.bk-button-warning.is-outline,
|
587
457
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline {
|
588
|
-
color:
|
589
|
-
border-color:
|
590
|
-
background-color:
|
458
|
+
color: #ff9c01;
|
459
|
+
border-color: #ff9c01;
|
460
|
+
background-color: white;
|
591
461
|
}
|
592
462
|
.bk-button.bk-button-warning.is-outline:hover,
|
593
463
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:hover {
|
594
|
-
background-color:
|
595
|
-
border-color:
|
596
|
-
color:
|
464
|
+
background-color: #ffb848;
|
465
|
+
border-color: #ffb848;
|
466
|
+
color: white;
|
597
467
|
}
|
598
468
|
.bk-button.bk-button-warning.is-outline:active,
|
599
469
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:active {
|
600
|
-
background-color:
|
601
|
-
border-color:
|
602
|
-
color:
|
470
|
+
background-color: #eb9000;
|
471
|
+
border-color: #eb9000;
|
472
|
+
color: white;
|
603
473
|
}
|
604
474
|
.bk-button.bk-button-warning.is-text,
|
605
475
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text {
|
606
|
-
color:
|
476
|
+
color: #ff9c01;
|
607
477
|
background-color: transparent;
|
608
478
|
border: none;
|
609
479
|
}
|
610
480
|
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover,
|
611
481
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text:not(.is-disabled):hover {
|
612
|
-
color:
|
482
|
+
color: #ffb848;
|
613
483
|
}
|
614
484
|
.bk-button.bk-button-warning.is-disabled,
|
615
485
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled {
|
616
|
-
color:
|
486
|
+
color: #dcdee5;
|
617
487
|
cursor: not-allowed;
|
618
488
|
}
|
619
489
|
.bk-button.bk-button-warning.is-disabled:not(.is-text),
|
620
490
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled:not(.is-text) {
|
621
|
-
background-color:
|
622
|
-
color:
|
623
|
-
border-color:
|
491
|
+
background-color: #dcdee5;
|
492
|
+
color: white;
|
493
|
+
border-color: #dcdee5;
|
624
494
|
}
|
625
495
|
.bk-button.bk-button-hover-warning:hover,
|
626
496
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-warning:hover {
|
627
|
-
background-color:
|
628
|
-
border-color:
|
629
|
-
color:
|
497
|
+
background-color: #ffb848;
|
498
|
+
border-color: #ffb848;
|
499
|
+
color: white;
|
630
500
|
}
|
631
501
|
.bk-button.bk-button-success,
|
632
502
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success {
|
633
|
-
background-color:
|
634
|
-
color:
|
635
|
-
border-color:
|
503
|
+
background-color: #2dcb56;
|
504
|
+
color: white;
|
505
|
+
border-color: #2dcb56;
|
636
506
|
}
|
637
507
|
.bk-button.bk-button-success:hover,
|
638
508
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:hover {
|
639
|
-
background-color:
|
640
|
-
border-color:
|
509
|
+
background-color: #45e35f;
|
510
|
+
border-color: #45e35f;
|
641
511
|
}
|
642
512
|
.bk-button.bk-button-success:active,
|
643
513
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:active {
|
644
|
-
background-color:
|
645
|
-
border-color:
|
646
|
-
color:
|
514
|
+
background-color: #1ab943;
|
515
|
+
border-color: #1ab943;
|
516
|
+
color: white;
|
647
517
|
}
|
648
518
|
.bk-button.bk-button-success.is-outline,
|
649
519
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline {
|
650
|
-
color:
|
651
|
-
border-color:
|
652
|
-
background-color:
|
520
|
+
color: #2dcb56;
|
521
|
+
border-color: #2dcb56;
|
522
|
+
background-color: white;
|
653
523
|
}
|
654
524
|
.bk-button.bk-button-success.is-outline:hover,
|
655
525
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:hover {
|
656
|
-
background-color:
|
657
|
-
border-color:
|
658
|
-
color:
|
526
|
+
background-color: #45e35f;
|
527
|
+
border-color: #45e35f;
|
528
|
+
color: white;
|
659
529
|
}
|
660
530
|
.bk-button.bk-button-success.is-outline:active,
|
661
531
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:active {
|
662
|
-
background-color:
|
663
|
-
border-color:
|
664
|
-
color:
|
532
|
+
background-color: #1ab943;
|
533
|
+
border-color: #1ab943;
|
534
|
+
color: white;
|
665
535
|
}
|
666
536
|
.bk-button.bk-button-success.is-text,
|
667
537
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text {
|
668
|
-
color:
|
538
|
+
color: #2dcb56;
|
669
539
|
background-color: transparent;
|
670
540
|
border: none;
|
671
541
|
}
|
672
542
|
.bk-button.bk-button-success.is-text:not(.is-disabled):hover,
|
673
543
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text:not(.is-disabled):hover {
|
674
|
-
color:
|
544
|
+
color: #45e35f;
|
675
545
|
}
|
676
546
|
.bk-button.bk-button-success.is-disabled,
|
677
547
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled {
|
678
|
-
color:
|
548
|
+
color: #dcdee5;
|
679
549
|
cursor: not-allowed;
|
680
550
|
}
|
681
551
|
.bk-button.bk-button-success.is-disabled:not(.is-text),
|
682
552
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled:not(.is-text) {
|
683
|
-
background-color:
|
684
|
-
color:
|
685
|
-
border-color:
|
553
|
+
background-color: #dcdee5;
|
554
|
+
color: white;
|
555
|
+
border-color: #dcdee5;
|
686
556
|
}
|
687
557
|
.bk-button.bk-button-hover-success:hover,
|
688
558
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-success:hover {
|
689
|
-
background-color:
|
690
|
-
border-color:
|
691
|
-
color:
|
559
|
+
background-color: #45e35f;
|
560
|
+
border-color: #45e35f;
|
561
|
+
color: white;
|
692
562
|
}
|
693
563
|
.bk-button.bk-button-danger,
|
694
564
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger {
|
695
|
-
background-color:
|
696
|
-
color:
|
697
|
-
border-color:
|
565
|
+
background-color: #ea3636;
|
566
|
+
color: white;
|
567
|
+
border-color: #ea3636;
|
698
568
|
}
|
699
569
|
.bk-button.bk-button-danger:hover,
|
700
570
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:hover {
|
701
|
-
background-color:
|
702
|
-
border-color:
|
571
|
+
background-color: #ff5656;
|
572
|
+
border-color: #ff5656;
|
703
573
|
}
|
704
574
|
.bk-button.bk-button-danger:active,
|
705
575
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:active {
|
706
|
-
background-color:
|
707
|
-
border-color:
|
708
|
-
color:
|
576
|
+
background-color: #db2626;
|
577
|
+
border-color: #db2626;
|
578
|
+
color: white;
|
709
579
|
}
|
710
580
|
.bk-button.bk-button-danger.is-outline,
|
711
581
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline {
|
712
|
-
color:
|
713
|
-
border-color:
|
714
|
-
background-color:
|
582
|
+
color: #ea3636;
|
583
|
+
border-color: #ea3636;
|
584
|
+
background-color: white;
|
715
585
|
}
|
716
586
|
.bk-button.bk-button-danger.is-outline:hover,
|
717
587
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:hover {
|
718
|
-
background-color:
|
719
|
-
border-color:
|
720
|
-
color:
|
588
|
+
background-color: #ff5656;
|
589
|
+
border-color: #ff5656;
|
590
|
+
color: white;
|
721
591
|
}
|
722
592
|
.bk-button.bk-button-danger.is-outline:active,
|
723
593
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:active {
|
724
|
-
background-color:
|
725
|
-
border-color:
|
726
|
-
color:
|
594
|
+
background-color: #db2626;
|
595
|
+
border-color: #db2626;
|
596
|
+
color: white;
|
727
597
|
}
|
728
598
|
.bk-button.bk-button-danger.is-text,
|
729
599
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text {
|
730
|
-
color:
|
600
|
+
color: #ea3636;
|
731
601
|
background-color: transparent;
|
732
602
|
border: none;
|
733
603
|
}
|
734
604
|
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover,
|
735
605
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text:not(.is-disabled):hover {
|
736
|
-
color:
|
606
|
+
color: #ff5656;
|
737
607
|
}
|
738
608
|
.bk-button.bk-button-danger.is-disabled,
|
739
609
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled {
|
740
|
-
color:
|
610
|
+
color: #dcdee5;
|
741
611
|
cursor: not-allowed;
|
742
612
|
}
|
743
613
|
.bk-button.bk-button-danger.is-disabled:not(.is-text),
|
744
614
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled:not(.is-text) {
|
745
|
-
background-color:
|
746
|
-
color:
|
747
|
-
border-color:
|
615
|
+
background-color: #dcdee5;
|
616
|
+
color: white;
|
617
|
+
border-color: #dcdee5;
|
748
618
|
}
|
749
619
|
.bk-button.bk-button-hover-danger:hover,
|
750
620
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-danger:hover {
|
751
|
-
background-color:
|
752
|
-
border-color:
|
753
|
-
color:
|
621
|
+
background-color: #ff5656;
|
622
|
+
border-color: #ff5656;
|
623
|
+
color: white;
|
754
624
|
}
|
755
625
|
.bk-exception {
|
756
626
|
position: relative;
|
@@ -998,7 +868,7 @@
|
|
998
868
|
cursor: not-allowed;
|
999
869
|
}
|
1000
870
|
.bk-pagination-picker-list {
|
1001
|
-
max-height:
|
871
|
+
max-height: 216px;
|
1002
872
|
padding: 7px 0;
|
1003
873
|
margin: -7px -14px;
|
1004
874
|
overflow: auto;
|
@@ -1335,14 +1205,14 @@
|
|
1335
1205
|
transform: translate(var(--drag-offset-x), var(--translate-y));
|
1336
1206
|
}
|
1337
1207
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1338
|
-
background-color:
|
1208
|
+
background-color: #fafbfd;
|
1339
1209
|
}
|
1340
1210
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1341
1211
|
border-bottom: none;
|
1342
1212
|
}
|
1343
1213
|
.bk-table .bk-table-head,
|
1344
1214
|
.bk-table .bk-table-body {
|
1345
|
-
background:
|
1215
|
+
background: white;
|
1346
1216
|
transform: translateZ(0);
|
1347
1217
|
}
|
1348
1218
|
.bk-table .bk-table-head.__is-empty,
|
@@ -1393,7 +1263,7 @@
|
|
1393
1263
|
padding: 0 16px;
|
1394
1264
|
overflow: hidden;
|
1395
1265
|
font-size: 12px;
|
1396
|
-
color:
|
1266
|
+
color: #63656E;
|
1397
1267
|
text-overflow: ellipsis;
|
1398
1268
|
white-space: nowrap;
|
1399
1269
|
}
|
@@ -1497,7 +1367,7 @@
|
|
1497
1367
|
}
|
1498
1368
|
.bk-table .bk-table-head table thead,
|
1499
1369
|
.bk-table .bk-table-body table thead {
|
1500
|
-
background-color:
|
1370
|
+
background-color: #fafbfd;
|
1501
1371
|
}
|
1502
1372
|
.bk-table .bk-table-head table thead th,
|
1503
1373
|
.bk-table .bk-table-body table thead th {
|
@@ -1563,7 +1433,7 @@
|
|
1563
1433
|
display: flex;
|
1564
1434
|
align-items: center;
|
1565
1435
|
height: calc(var(--row-height) - 2px);
|
1566
|
-
color:
|
1436
|
+
color: #313238;
|
1567
1437
|
}
|
1568
1438
|
.bk-table .bk-table-head table thead th .cell.cell-resize,
|
1569
1439
|
.bk-table .bk-table-body table thead th .cell.cell-resize {
|
@@ -1578,7 +1448,7 @@
|
|
1578
1448
|
.bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
|
1579
1449
|
.bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
|
1580
1450
|
cursor: pointer;
|
1581
|
-
background:
|
1451
|
+
background: #f0f1f5;
|
1582
1452
|
}
|
1583
1453
|
.bk-table .bk-table-head table tbody tr.stripe-row,
|
1584
1454
|
.bk-table .bk-table-body table tbody tr.stripe-row {
|
@@ -1591,9 +1461,9 @@
|
|
1591
1461
|
.bk-table .bk-table-head table tbody tr td,
|
1592
1462
|
.bk-table .bk-table-body table tbody tr td {
|
1593
1463
|
background-color: #fff;
|
1594
|
-
border-top: 1px solid
|
1595
|
-
border-bottom: 1px solid
|
1596
|
-
border-right: 1px solid
|
1464
|
+
border-top: 1px solid white;
|
1465
|
+
border-bottom: 1px solid white;
|
1466
|
+
border-right: 1px solid white;
|
1597
1467
|
box-sizing: border-box;
|
1598
1468
|
}
|
1599
1469
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
@@ -1614,8 +1484,8 @@
|
|
1614
1484
|
}
|
1615
1485
|
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1616
1486
|
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1617
|
-
background:
|
1618
|
-
border-right-color:
|
1487
|
+
background: #f5f7fa;
|
1488
|
+
border-right-color: #f5f7fa;
|
1619
1489
|
}
|
1620
1490
|
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1621
1491
|
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
@@ -1630,10 +1500,10 @@
|
|
1630
1500
|
min-height: var(--row-height);
|
1631
1501
|
}
|
1632
1502
|
.bk-table .bk-table-head.has-group .is-head-group {
|
1633
|
-
border-bottom: 1px solid
|
1503
|
+
border-bottom: 1px solid #dcdee5;
|
1634
1504
|
}
|
1635
1505
|
.bk-table .bk-table-head.has-group th {
|
1636
|
-
border-right: 1px solid
|
1506
|
+
border-right: 1px solid #dcdee5;
|
1637
1507
|
}
|
1638
1508
|
.bk-table .bk-table-head.has-group th.is-last-child {
|
1639
1509
|
border-right: none;
|
@@ -1665,8 +1535,8 @@
|
|
1665
1535
|
width: calc(var(--row-height));
|
1666
1536
|
font-size: 14px;
|
1667
1537
|
cursor: pointer;
|
1668
|
-
background:
|
1669
|
-
border-left: 1px solid
|
1538
|
+
background: #fafbfd;
|
1539
|
+
border-left: 1px solid #dcdee5;
|
1670
1540
|
border-radius: 0 2px 0 0;
|
1671
1541
|
justify-content: center;
|
1672
1542
|
align-items: center;
|
@@ -1688,65 +1558,65 @@
|
|
1688
1558
|
display: none;
|
1689
1559
|
}
|
1690
1560
|
.bk-table.bordered-row .bk-table-head {
|
1691
|
-
border-bottom: 1px solid
|
1561
|
+
border-bottom: 1px solid #dcdee5;
|
1692
1562
|
}
|
1693
1563
|
.bk-table.bordered-row .bk-table-body tbody tr td {
|
1694
|
-
border-bottom-color:
|
1564
|
+
border-bottom-color: #dcdee5;
|
1695
1565
|
}
|
1696
1566
|
.bk-table.bordered-outer {
|
1697
|
-
border-top: 1px solid
|
1698
|
-
border-right: 1px solid
|
1699
|
-
border-left: 1px solid
|
1567
|
+
border-top: 1px solid #dcdee5;
|
1568
|
+
border-right: 1px solid #dcdee5;
|
1569
|
+
border-left: 1px solid #dcdee5;
|
1700
1570
|
}
|
1701
1571
|
.bk-table.bordered-outer .bk-table-footer {
|
1702
|
-
border-bottom: 1px solid
|
1572
|
+
border-bottom: 1px solid #dcdee5;
|
1703
1573
|
}
|
1704
1574
|
.bk-table.bordered-horizontal {
|
1705
|
-
border-top: 1px solid
|
1706
|
-
border-bottom: 1px solid
|
1575
|
+
border-top: 1px solid #dcdee5;
|
1576
|
+
border-bottom: 1px solid #dcdee5;
|
1707
1577
|
}
|
1708
1578
|
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1709
1579
|
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1710
|
-
border-bottom: 1px solid
|
1580
|
+
border-bottom: 1px solid #dcdee5;
|
1711
1581
|
}
|
1712
1582
|
.bk-table.bordered-col .bk-table-head {
|
1713
|
-
border-right: 1px solid
|
1583
|
+
border-right: 1px solid #dcdee5;
|
1714
1584
|
}
|
1715
1585
|
.bk-table.bordered-col .bk-table-head .is-head-group {
|
1716
|
-
border-bottom: 1px solid
|
1586
|
+
border-bottom: 1px solid #dcdee5;
|
1717
1587
|
}
|
1718
1588
|
.bk-table.bordered-col th {
|
1719
|
-
border-right: 1px solid
|
1589
|
+
border-right: 1px solid #dcdee5;
|
1720
1590
|
}
|
1721
1591
|
.bk-table.bordered-col th:last-child {
|
1722
1592
|
border-right: none;
|
1723
1593
|
}
|
1724
1594
|
.bk-table.bordered-col .bk-table-body {
|
1725
|
-
border-right: 1px solid
|
1595
|
+
border-right: 1px solid #dcdee5;
|
1726
1596
|
}
|
1727
1597
|
.bk-table.bordered-col .bk-table-body tbody tr td {
|
1728
|
-
border-right-color:
|
1598
|
+
border-right-color: #dcdee5;
|
1729
1599
|
}
|
1730
1600
|
.bk-table.bordered-col .bk-table-body tbody tr td:last-child {
|
1731
1601
|
border-right: none;
|
1732
1602
|
}
|
1733
1603
|
.bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1734
|
-
border-right-color:
|
1604
|
+
border-right-color: #dcdee5;
|
1735
1605
|
}
|
1736
1606
|
.bk-table th,
|
1737
1607
|
.bk-table td {
|
1738
|
-
border-right: 1px solid
|
1608
|
+
border-right: 1px solid white;
|
1739
1609
|
}
|
1740
1610
|
.bk-table.bordered-none th,
|
1741
1611
|
.bk-table.bordered-none td {
|
1742
1612
|
border-top: none;
|
1743
|
-
border-right: 1px solid
|
1613
|
+
border-right: 1px solid white;
|
1744
1614
|
border-bottom: none;
|
1745
1615
|
border-left: none;
|
1746
1616
|
}
|
1747
1617
|
.bk-table.bordered-none .bk-table-body table tbody tr td {
|
1748
1618
|
border-top: none;
|
1749
|
-
border-right: 1px solid
|
1619
|
+
border-right: 1px solid white;
|
1750
1620
|
border-bottom: none;
|
1751
1621
|
border-left: none;
|
1752
1622
|
}
|
@@ -1790,11 +1660,11 @@
|
|
1790
1660
|
text-align: center;
|
1791
1661
|
}
|
1792
1662
|
.bk-table colgroup col {
|
1793
|
-
background:
|
1663
|
+
background: white;
|
1794
1664
|
}
|
1795
1665
|
.bk-table colgroup col.active {
|
1796
1666
|
position: relative;
|
1797
|
-
background:
|
1667
|
+
background: #f0f1f5;
|
1798
1668
|
}
|
1799
1669
|
.bk-table .bk-pagination .is-last {
|
1800
1670
|
margin-left: auto;
|