bkui-vue 1.0.3-beta.26 → 1.0.3-beta.27
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 +46 -46
- package/dist/index.esm.js +6162 -6148
- package/dist/index.umd.js +46 -46
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +1 -1
- package/lib/affix/affix.less +2 -2
- package/lib/affix/affix.variable.css +3 -3
- package/lib/affix/index.js +13 -15
- package/lib/alert/alert.css +21 -21
- package/lib/alert/alert.less +16 -17
- package/lib/alert/alert.variable.css +23 -23
- package/lib/alert/index.js +22 -24
- package/lib/animate-number/index.js +5 -6
- package/lib/backtop/backtop.css +11 -11
- package/lib/backtop/backtop.less +3 -3
- package/lib/backtop/backtop.variable.css +13 -13
- package/lib/backtop/index.js +20 -22
- package/lib/badge/badge.css +32 -32
- package/lib/badge/badge.less +5 -5
- package/lib/badge/badge.variable.css +34 -34
- package/lib/badge/index.js +19 -21
- package/lib/breadcrumb/breadcrumb.css +31 -31
- package/lib/breadcrumb/breadcrumb.less +8 -8
- package/lib/breadcrumb/breadcrumb.variable.css +33 -33
- package/lib/breadcrumb/index.js +24 -26
- package/lib/button/button.css +69 -69
- package/lib/button/button.less +5 -3
- package/lib/button/button.variable.css +71 -71
- package/lib/button/index.js +28 -37
- package/lib/card/card.css +31 -31
- package/lib/card/card.less +4 -4
- package/lib/card/card.variable.css +33 -33
- package/lib/card/index.js +35 -43
- package/lib/cascader/cascader.css +63 -63
- package/lib/cascader/cascader.less +11 -12
- package/lib/cascader/cascader.variable.css +65 -65
- package/lib/cascader/index.js +80 -100
- package/lib/checkbox/checkbox.css +21 -21
- package/lib/checkbox/checkbox.less +8 -8
- package/lib/checkbox/checkbox.variable.css +23 -23
- package/lib/checkbox/index.js +32 -34
- package/lib/code-diff/code-diff.css +97 -97
- package/lib/code-diff/code-diff.less +4 -3
- package/lib/code-diff/code-diff.variable.css +99 -99
- package/lib/code-diff/index.js +12 -14
- package/lib/collapse/collapse.css +30 -30
- package/lib/collapse/collapse.less +24 -25
- package/lib/collapse/collapse.variable.css +32 -32
- package/lib/collapse/index.js +39 -41
- package/lib/collapse-transition/collapse-transition.css +32 -32
- package/lib/collapse-transition/collapse-transition.less +48 -59
- package/lib/collapse-transition/collapse-transition.variable.css +34 -34
- package/lib/collapse-transition/index.js +8 -9
- package/lib/color-picker/color-picker.css +57 -57
- package/lib/color-picker/color-picker.less +30 -36
- package/lib/color-picker/color-picker.variable.css +59 -59
- package/lib/color-picker/index.js +48 -50
- package/lib/components.js +505 -60
- package/lib/config-provider/config-provider.variable.css +2 -2
- package/lib/config-provider/index.js +8 -9
- package/lib/container/container.css +19 -19
- package/lib/container/container.less +3 -3
- package/lib/container/container.variable.css +21 -21
- package/lib/container/index.js +19 -21
- package/lib/date-picker/date-picker.css +92 -92
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/date-picker/date-picker.less +54 -55
- package/lib/date-picker/date-picker.variable.css +94 -94
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +69 -77
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/dialog/dialog.css +51 -51
- package/lib/dialog/dialog.less +1 -1
- package/lib/dialog/dialog.variable.css +53 -53
- package/lib/dialog/index.js +49 -63
- package/lib/directives/index.js +12 -13
- package/lib/dist.index.js +62 -5
- package/lib/divider/divider.css +8 -8
- package/lib/divider/divider.less +8 -5
- package/lib/divider/divider.variable.css +10 -10
- package/lib/divider/index.js +13 -15
- package/lib/dropdown/dropdown.css +15 -15
- package/lib/dropdown/dropdown.less +6 -6
- package/lib/dropdown/dropdown.variable.css +17 -17
- package/lib/dropdown/index.js +24 -32
- package/lib/exception/exception.css +13 -13
- package/lib/exception/exception.less +6 -6
- package/lib/exception/exception.variable.css +15 -15
- package/lib/exception/index.js +11 -13
- package/lib/fixed-navbar/fixed-navbar.css +9 -9
- package/lib/fixed-navbar/fixed-navbar.less +2 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +11 -11
- package/lib/fixed-navbar/index.js +13 -15
- package/lib/form/form.css +63 -63
- package/lib/form/form.less +16 -14
- package/lib/form/form.variable.css +65 -65
- package/lib/form/index.js +48 -50
- package/lib/hooks.js +48 -1
- package/lib/icon/index.js +0 -1
- package/lib/image/image-viewer.css +23 -23
- package/lib/image/image-viewer.less +25 -24
- package/lib/image/image-viewer.variable.css +25 -25
- package/lib/image/image.css +29 -29
- package/lib/image/image.less +8 -6
- package/lib/image/image.variable.css +31 -31
- package/lib/image/index.js +38 -39
- package/lib/index.js +72 -7
- package/lib/info-box/index.js +13 -21
- package/lib/info-box/info-box.css +10 -10
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +12 -12
- package/lib/input/index.js +59 -61
- package/lib/input/input.css +104 -102
- package/lib/input/input.less +33 -27
- package/lib/input/input.variable.css +106 -104
- package/lib/link/index.js +13 -15
- package/lib/link/link.css +18 -18
- package/lib/link/link.less +3 -1
- package/lib/link/link.variable.css +20 -20
- package/lib/loading/index.js +17 -19
- package/lib/loading/loading.css +94 -94
- package/lib/loading/loading.less +4 -4
- package/lib/loading/loading.variable.css +96 -96
- package/lib/locale/index.js +0 -1
- package/lib/menu/index.js +13 -15
- package/lib/menu/menu.css +38 -38
- package/lib/menu/menu.less +10 -10
- package/lib/menu/menu.variable.css +40 -40
- package/lib/menu/submenu.css +1 -1
- package/lib/menu/submenu.less +1 -1
- package/lib/menu/submenu.variable.css +3 -3
- package/lib/message/index.js +38 -40
- package/lib/message/message.css +59 -59
- package/lib/message/message.less +24 -25
- package/lib/message/message.variable.css +61 -61
- package/lib/modal/index.js +41 -43
- package/lib/modal/modal.css +26 -26
- package/lib/modal/modal.less +12 -8
- package/lib/modal/modal.variable.css +28 -28
- package/lib/navigation/index.js +14 -16
- package/lib/navigation/navigation.css +25 -25
- package/lib/navigation/navigation.less +9 -9
- package/lib/navigation/navigation.variable.css +27 -27
- package/lib/notify/index.js +31 -33
- package/lib/notify/notify.css +17 -17
- package/lib/notify/notify.less +6 -8
- package/lib/notify/notify.variable.css +19 -19
- package/lib/overflow-title/index.js +14 -22
- package/lib/pagination/index.js +50 -65
- package/lib/pagination/pagination.css +60 -60
- package/lib/pagination/pagination.less +25 -24
- package/lib/pagination/pagination.variable.css +62 -62
- package/lib/plugin-popover/index.js +53 -54
- package/lib/plugins/index.js +0 -1
- package/lib/pop-confirm/index.js +28 -42
- package/lib/pop-confirm/pop-confirm.css +10 -10
- package/lib/pop-confirm/pop-confirm.less +11 -14
- package/lib/pop-confirm/pop-confirm.variable.css +12 -12
- package/lib/popover/index.js +52 -54
- package/lib/popover/popover.css +5 -5
- package/lib/popover/popover.less +6 -5
- package/lib/popover/popover.variable.css +7 -7
- package/lib/popover2/index.js +3 -4
- package/lib/preset.js +64 -18
- package/lib/process/index.js +26 -27
- package/lib/process/process.css +33 -36
- package/lib/process/process.less +7 -8
- package/lib/process/process.variable.css +35 -38
- package/lib/progress/index.js +26 -28
- package/lib/progress/progress.css +33 -33
- package/lib/progress/progress.less +5 -6
- package/lib/progress/progress.variable.css +35 -35
- package/lib/radio/index.js +32 -34
- package/lib/radio/radio.css +51 -51
- package/lib/radio/radio.less +20 -13
- package/lib/radio/radio.variable.css +53 -53
- package/lib/rate/index.js +22 -24
- package/lib/rate/rate.css +2 -2
- package/lib/rate/rate.less +1 -1
- package/lib/rate/rate.variable.css +4 -4
- package/lib/rate/star.css +7 -7
- package/lib/rate/star.less +1 -1
- package/lib/rate/star.variable.css +9 -9
- package/lib/resize-layout/index.js +25 -27
- package/lib/resize-layout/resize-layout.css +42 -42
- package/lib/resize-layout/resize-layout.less +10 -17
- package/lib/resize-layout/resize-layout.variable.css +44 -44
- package/lib/search-select/index.js +49 -68
- package/lib/search-select/search-select.css +15 -15
- package/lib/search-select/search-select.variable.css +17 -17
- package/lib/select/index.js +129 -168
- package/lib/select/select.css +87 -87
- package/lib/select/select.less +22 -27
- package/lib/select/select.variable.css +89 -89
- package/lib/shared/index.js +4 -7
- package/lib/sideslider/index.js +14 -22
- package/lib/sideslider/sideslider.css +14 -14
- package/lib/sideslider/sideslider.less +13 -9
- package/lib/sideslider/sideslider.variable.css +16 -16
- package/lib/slider/index.js +22 -36
- package/lib/slider/slider.css +31 -31
- package/lib/slider/slider.less +8 -8
- package/lib/slider/slider.variable.css +33 -33
- package/lib/steps/index.js +28 -30
- package/lib/steps/steps.css +134 -134
- package/lib/steps/steps.less +48 -44
- package/lib/steps/steps.variable.css +136 -136
- package/lib/styles/mixins/animate.css +4 -4
- package/lib/styles/mixins/animate.less +3 -3
- package/lib/styles/mixins/animate.variable.css +6 -6
- package/lib/styles/mixins/mixins.css +15 -15
- package/lib/styles/mixins/mixins.variable.css +15 -15
- package/lib/styles/mixins/popper.css +11 -11
- package/lib/styles/mixins/popper.less +6 -6
- package/lib/styles/mixins/popper.variable.css +13 -13
- package/lib/styles/mixins/scroll.css +5 -5
- package/lib/styles/mixins/scroll.less +4 -4
- package/lib/styles/mixins/scroll.variable.css +7 -7
- package/lib/styles/reset.css +6 -6
- package/lib/styles/reset.less +5 -4
- package/lib/styles/reset.variable.css +8 -8
- package/lib/styles/themes/themes.less +10 -3
- package/lib/swiper/index.js +14 -16
- package/lib/swiper/swiper.css +15 -15
- package/lib/swiper/swiper.less +8 -8
- package/lib/swiper/swiper.variable.css +17 -17
- package/lib/switcher/index.js +29 -31
- package/lib/switcher/switcher.css +57 -57
- package/lib/switcher/switcher.less +22 -14
- package/lib/switcher/switcher.variable.css +59 -59
- package/lib/tab/index.js +44 -46
- package/lib/tab/tab.css +78 -78
- package/lib/tab/tab.less +39 -40
- package/lib/tab/tab.variable.css +80 -80
- package/lib/table/components/table-column.d.ts +1 -0
- package/lib/table/index.d.ts +1 -0
- package/lib/table/index.js +168 -207
- package/lib/table/plugins/head-filter.css +13 -13
- package/lib/table/plugins/head-filter.less +3 -3
- package/lib/table/plugins/head-filter.variable.css +15 -15
- package/lib/table/plugins/head-sort.css +5 -5
- package/lib/table/plugins/head-sort.less +2 -2
- package/lib/table/plugins/head-sort.variable.css +7 -7
- package/lib/table/plugins/settings.css +26 -26
- package/lib/table/plugins/settings.less +3 -1
- package/lib/table/plugins/settings.variable.css +28 -28
- package/lib/table/table.css +380 -380
- package/lib/table/table.less +14 -10
- package/lib/table/table.variable.css +382 -382
- package/lib/table-column/index.d.ts +3 -0
- package/lib/table-column/index.js +57 -43
- package/lib/tag/index.js +19 -21
- package/lib/tag/tag.css +51 -51
- package/lib/tag/tag.less +34 -34
- package/lib/tag/tag.variable.css +53 -53
- package/lib/tag-input/index.js +65 -80
- package/lib/tag-input/tag-input.css +38 -38
- package/lib/tag-input/tag-input.less +3 -3
- package/lib/tag-input/tag-input.variable.css +40 -40
- package/lib/time-picker/index.d.ts +3 -0
- package/lib/time-picker/index.js +7 -9
- package/lib/time-picker/time-picker.css +40 -40
- package/lib/time-picker/time-picker.less +44 -76
- package/lib/time-picker/time-picker.variable.css +42 -42
- package/lib/timeline/index.js +12 -13
- package/lib/timeline/timeline.css +69 -69
- package/lib/timeline/timeline.less +12 -6
- package/lib/timeline/timeline.variable.css +71 -71
- package/lib/transfer/index.js +36 -51
- package/lib/transfer/transfer.css +89 -89
- package/lib/transfer/transfer.less +1 -1
- package/lib/transfer/transfer.variable.css +91 -91
- package/lib/tree/index.js +72 -92
- package/lib/tree/tree.css +49 -49
- package/lib/tree/tree.less +7 -6
- package/lib/tree/tree.variable.css +51 -51
- package/lib/upload/index.js +48 -63
- package/lib/upload/upload.css +98 -98
- package/lib/upload/upload.less +69 -68
- package/lib/upload/upload.variable.css +100 -100
- package/lib/virtual-render/index.js +33 -35
- package/lib/virtual-render/virtual-render.css +9 -9
- package/lib/virtual-render/virtual-render.less +1 -1
- package/lib/virtual-render/virtual-render.variable.css +11 -11
- package/package.json +1 -1
- package/lib/styles/themes/themes copy.less +0 -167
@@ -12,13 +12,13 @@
|
|
12
12
|
--whitesmoke-color: #fafbfd;
|
13
13
|
--disable-color: #dcdee5;
|
14
14
|
--disable-bg-color: #f9fafd;
|
15
|
+
--border-color: #dcdee5;
|
15
16
|
--font-size-base: 12px;
|
16
17
|
--font-size-medium: 14px;
|
17
18
|
--font-size-large: 16px;
|
18
19
|
--line-height-base: 16px;
|
19
20
|
--line-height-medium: 16px;
|
20
21
|
--line-height-large: 18px;
|
21
|
-
--border-color: #dcdee5;
|
22
22
|
--component-size-small: 26px;
|
23
23
|
--component-size-base: 32px;
|
24
24
|
--component-size-large: 40px;
|
@@ -111,7 +111,7 @@
|
|
111
111
|
--table-border-color: #dcdee5;
|
112
112
|
--table-head-bg-color: #fafbfd;
|
113
113
|
--table-head-font-color: #313238;
|
114
|
-
--table-body-font-color: #
|
114
|
+
--table-body-font-color: #63656E;
|
115
115
|
--table-row-hover-bg-color: #f5f7fa;
|
116
116
|
--table-row-active-bg-color: #f0f1f5;
|
117
117
|
--cascader-panel-border-color: #dcdee5;
|
@@ -127,28 +127,28 @@
|
|
127
127
|
--select-active-color: #e1ecff;
|
128
128
|
--select-hover-color: #f5f7fa;
|
129
129
|
}
|
130
|
-
|
130
|
+
.bk-F-scroll-x {
|
131
131
|
overflow-x: auto;
|
132
132
|
scrollbar-color: #a0a0a0 transparent;
|
133
133
|
scrollbar-width: thin;
|
134
134
|
}
|
135
|
-
|
135
|
+
.bk-F-scroll-x::-webkit-scrollbar {
|
136
136
|
height: 6px;
|
137
137
|
}
|
138
|
-
|
138
|
+
.bk-F-scroll-y {
|
139
139
|
overflow-y: auto;
|
140
140
|
}
|
141
|
-
|
141
|
+
.bk-F-scroll-y::-webkit-scrollbar {
|
142
142
|
width: 4px;
|
143
143
|
}
|
144
|
-
|
144
|
+
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
145
145
|
border-radius: 4px;
|
146
146
|
}
|
147
|
-
|
147
|
+
.bk-virtual-render {
|
148
148
|
position: relative;
|
149
149
|
}
|
150
|
-
|
151
|
-
|
150
|
+
.bk-virtual-render .bk-virtual-content,
|
151
|
+
.bk-virtual-render.bk-virtual-content {
|
152
152
|
position: absolute;
|
153
153
|
top: 0;
|
154
154
|
bottom: 0;
|
@@ -156,15 +156,15 @@
|
|
156
156
|
width: 100%;
|
157
157
|
height: 100%;
|
158
158
|
}
|
159
|
-
|
159
|
+
.bk-virtual-render .bk-virtual-section {
|
160
160
|
width: 1px;
|
161
161
|
background: transparent;
|
162
162
|
}
|
163
|
-
|
163
|
+
.bk-checkbox-group {
|
164
164
|
display: inline-flex;
|
165
165
|
letter-spacing: normal;
|
166
166
|
}
|
167
|
-
|
167
|
+
.bk-checkbox {
|
168
168
|
display: inline-flex;
|
169
169
|
justify-self: center;
|
170
170
|
align-items: center;
|
@@ -174,19 +174,19 @@
|
|
174
174
|
cursor: pointer;
|
175
175
|
user-select: none;
|
176
176
|
}
|
177
|
-
|
177
|
+
.bk-checkbox ~ .bk-checkbox {
|
178
178
|
margin-left: 24px;
|
179
179
|
}
|
180
|
-
|
180
|
+
.bk-checkbox.is-checked .bk-checkbox-input {
|
181
181
|
background: #3a84ff;
|
182
182
|
border-color: #3a84ff;
|
183
183
|
transition: all 0.1s;
|
184
184
|
}
|
185
|
-
|
185
|
+
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
186
186
|
width: 3px;
|
187
187
|
height: 6px;
|
188
188
|
}
|
189
|
-
|
189
|
+
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
190
190
|
position: absolute;
|
191
191
|
top: 50%;
|
192
192
|
left: 50%;
|
@@ -199,16 +199,16 @@
|
|
199
199
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
200
200
|
transform-origin: center;
|
201
201
|
}
|
202
|
-
|
202
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
203
203
|
background: #3a84ff;
|
204
204
|
border-color: #3a84ff;
|
205
205
|
transition: all 0.1s;
|
206
206
|
}
|
207
|
-
|
207
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
208
208
|
width: 6px;
|
209
209
|
height: 2px;
|
210
210
|
}
|
211
|
-
|
211
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input::after {
|
212
212
|
position: absolute;
|
213
213
|
top: 50%;
|
214
214
|
left: 50%;
|
@@ -220,31 +220,31 @@
|
|
220
220
|
content: '';
|
221
221
|
transform: translate(-50%, -50%);
|
222
222
|
}
|
223
|
-
|
223
|
+
.bk-checkbox.is-disabled {
|
224
224
|
color: #c4c6cc;
|
225
225
|
cursor: not-allowed;
|
226
226
|
}
|
227
|
-
|
227
|
+
.bk-checkbox.is-disabled .bk-checkbox-input {
|
228
228
|
background: #fafbfd;
|
229
229
|
border-color: #dcdee5;
|
230
230
|
}
|
231
|
-
|
231
|
+
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
232
232
|
background: #dcdee5;
|
233
233
|
}
|
234
|
-
|
234
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
235
235
|
background: #a3c5fd;
|
236
236
|
border-color: #a3c5fd;
|
237
237
|
}
|
238
|
-
|
238
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
239
239
|
background: #a3c5fd;
|
240
240
|
}
|
241
|
-
|
241
|
+
.bk-checkbox.is-prechecking {
|
242
242
|
position: relative;
|
243
243
|
}
|
244
|
-
|
244
|
+
.bk-checkbox.is-prechecking .bk-checkbox-input {
|
245
245
|
visibility: hidden;
|
246
246
|
}
|
247
|
-
|
247
|
+
.bk-checkbox-input {
|
248
248
|
position: relative;
|
249
249
|
display: inline-block;
|
250
250
|
width: 16px;
|
@@ -253,11 +253,11 @@
|
|
253
253
|
border: 1px solid #979ba5;
|
254
254
|
border-radius: 2px;
|
255
255
|
}
|
256
|
-
|
256
|
+
.bk-checkbox-input.small {
|
257
257
|
width: 14px;
|
258
258
|
height: 14px;
|
259
259
|
}
|
260
|
-
|
260
|
+
.bk-checkbox-original {
|
261
261
|
position: absolute;
|
262
262
|
top: 0;
|
263
263
|
left: 0;
|
@@ -265,18 +265,18 @@
|
|
265
265
|
width: 0;
|
266
266
|
height: 0;
|
267
267
|
}
|
268
|
-
|
268
|
+
.bk-checkbox-label {
|
269
269
|
display: inline-block;
|
270
270
|
margin-left: 6px;
|
271
271
|
vertical-align: middle;
|
272
272
|
}
|
273
|
-
|
273
|
+
.bk-checkbox-checking {
|
274
274
|
position: absolute;
|
275
275
|
font-size: 16px;
|
276
276
|
color: #3a84ff;
|
277
277
|
animation: loading 1s linear infinite;
|
278
278
|
}
|
279
|
-
|
279
|
+
.bk-button {
|
280
280
|
display: inline-flex;
|
281
281
|
height: 32px;
|
282
282
|
padding: 0 14px;
|
@@ -295,242 +295,242 @@
|
|
295
295
|
align-items: center;
|
296
296
|
justify-content: center;
|
297
297
|
}
|
298
|
-
|
298
|
+
.bk-button.bk-button-primary {
|
299
299
|
background-color: #3a84ff;
|
300
300
|
color: white;
|
301
301
|
border-color: #3a84ff;
|
302
302
|
}
|
303
|
-
|
303
|
+
.bk-button.bk-button-primary:hover {
|
304
304
|
background-color: #5594fa;
|
305
305
|
border-color: #5594fa;
|
306
306
|
}
|
307
|
-
|
307
|
+
.bk-button.bk-button-primary:active {
|
308
308
|
background-color: #2c77f4;
|
309
309
|
border-color: #2c77f4;
|
310
310
|
color: white;
|
311
311
|
}
|
312
|
-
|
312
|
+
.bk-button.bk-button-primary.is-outline {
|
313
313
|
color: #3a84ff;
|
314
314
|
border-color: #3a84ff;
|
315
315
|
background-color: white;
|
316
316
|
}
|
317
|
-
|
317
|
+
.bk-button.bk-button-primary.is-outline:hover {
|
318
318
|
background-color: #5594fa;
|
319
319
|
border-color: #5594fa;
|
320
320
|
color: white;
|
321
321
|
}
|
322
|
-
|
322
|
+
.bk-button.bk-button-primary.is-outline:active {
|
323
323
|
background-color: #2c77f4;
|
324
324
|
border-color: #2c77f4;
|
325
325
|
color: white;
|
326
326
|
}
|
327
|
-
|
327
|
+
.bk-button.bk-button-primary.is-text {
|
328
328
|
color: #3a84ff;
|
329
329
|
background-color: transparent;
|
330
330
|
border: none;
|
331
331
|
}
|
332
|
-
|
332
|
+
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
333
333
|
color: #5594fa;
|
334
334
|
}
|
335
|
-
|
335
|
+
.bk-button.bk-button-primary.is-disabled {
|
336
336
|
color: #dcdee5;
|
337
337
|
cursor: not-allowed;
|
338
338
|
}
|
339
|
-
|
339
|
+
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
340
340
|
background-color: #dcdee5;
|
341
341
|
color: white;
|
342
342
|
border-color: #dcdee5;
|
343
343
|
}
|
344
|
-
|
344
|
+
.bk-button.bk-button-hover-primary:hover {
|
345
345
|
background-color: #5594fa;
|
346
346
|
border-color: #5594fa;
|
347
347
|
color: white;
|
348
348
|
}
|
349
|
-
|
349
|
+
.bk-button.bk-button-warning {
|
350
350
|
background-color: #ff9c01;
|
351
351
|
color: white;
|
352
352
|
border-color: #ff9c01;
|
353
353
|
}
|
354
|
-
|
354
|
+
.bk-button.bk-button-warning:hover {
|
355
355
|
background-color: #ffb848;
|
356
356
|
border-color: #ffb848;
|
357
357
|
}
|
358
|
-
|
358
|
+
.bk-button.bk-button-warning:active {
|
359
359
|
background-color: #eb9000;
|
360
360
|
border-color: #eb9000;
|
361
361
|
color: white;
|
362
362
|
}
|
363
|
-
|
363
|
+
.bk-button.bk-button-warning.is-outline {
|
364
364
|
color: #ff9c01;
|
365
365
|
border-color: #ff9c01;
|
366
366
|
background-color: white;
|
367
367
|
}
|
368
|
-
|
368
|
+
.bk-button.bk-button-warning.is-outline:hover {
|
369
369
|
background-color: #ffb848;
|
370
370
|
border-color: #ffb848;
|
371
371
|
color: white;
|
372
372
|
}
|
373
|
-
|
373
|
+
.bk-button.bk-button-warning.is-outline:active {
|
374
374
|
background-color: #eb9000;
|
375
375
|
border-color: #eb9000;
|
376
376
|
color: white;
|
377
377
|
}
|
378
|
-
|
378
|
+
.bk-button.bk-button-warning.is-text {
|
379
379
|
color: #ff9c01;
|
380
380
|
background-color: transparent;
|
381
381
|
border: none;
|
382
382
|
}
|
383
|
-
|
383
|
+
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
384
384
|
color: #ffb848;
|
385
385
|
}
|
386
|
-
|
386
|
+
.bk-button.bk-button-warning.is-disabled {
|
387
387
|
color: #dcdee5;
|
388
388
|
cursor: not-allowed;
|
389
389
|
}
|
390
|
-
|
390
|
+
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
391
391
|
background-color: #dcdee5;
|
392
392
|
color: white;
|
393
393
|
border-color: #dcdee5;
|
394
394
|
}
|
395
|
-
|
395
|
+
.bk-button.bk-button-hover-warning:hover {
|
396
396
|
background-color: #ffb848;
|
397
397
|
border-color: #ffb848;
|
398
398
|
color: white;
|
399
399
|
}
|
400
|
-
|
400
|
+
.bk-button.bk-button-success {
|
401
401
|
background-color: #2dcb56;
|
402
402
|
color: white;
|
403
403
|
border-color: #2dcb56;
|
404
404
|
}
|
405
|
-
|
405
|
+
.bk-button.bk-button-success:hover {
|
406
406
|
background-color: #45e35f;
|
407
407
|
border-color: #45e35f;
|
408
408
|
}
|
409
|
-
|
409
|
+
.bk-button.bk-button-success:active {
|
410
410
|
background-color: #1ab943;
|
411
411
|
border-color: #1ab943;
|
412
412
|
color: white;
|
413
413
|
}
|
414
|
-
|
414
|
+
.bk-button.bk-button-success.is-outline {
|
415
415
|
color: #2dcb56;
|
416
416
|
border-color: #2dcb56;
|
417
417
|
background-color: white;
|
418
418
|
}
|
419
|
-
|
419
|
+
.bk-button.bk-button-success.is-outline:hover {
|
420
420
|
background-color: #45e35f;
|
421
421
|
border-color: #45e35f;
|
422
422
|
color: white;
|
423
423
|
}
|
424
|
-
|
424
|
+
.bk-button.bk-button-success.is-outline:active {
|
425
425
|
background-color: #1ab943;
|
426
426
|
border-color: #1ab943;
|
427
427
|
color: white;
|
428
428
|
}
|
429
|
-
|
429
|
+
.bk-button.bk-button-success.is-text {
|
430
430
|
color: #2dcb56;
|
431
431
|
background-color: transparent;
|
432
432
|
border: none;
|
433
433
|
}
|
434
|
-
|
434
|
+
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
435
435
|
color: #45e35f;
|
436
436
|
}
|
437
|
-
|
437
|
+
.bk-button.bk-button-success.is-disabled {
|
438
438
|
color: #dcdee5;
|
439
439
|
cursor: not-allowed;
|
440
440
|
}
|
441
|
-
|
441
|
+
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
442
442
|
background-color: #dcdee5;
|
443
443
|
color: white;
|
444
444
|
border-color: #dcdee5;
|
445
445
|
}
|
446
|
-
|
446
|
+
.bk-button.bk-button-hover-success:hover {
|
447
447
|
background-color: #45e35f;
|
448
448
|
border-color: #45e35f;
|
449
449
|
color: white;
|
450
450
|
}
|
451
|
-
|
451
|
+
.bk-button.bk-button-danger {
|
452
452
|
background-color: #ea3636;
|
453
453
|
color: white;
|
454
454
|
border-color: #ea3636;
|
455
455
|
}
|
456
|
-
|
456
|
+
.bk-button.bk-button-danger:hover {
|
457
457
|
background-color: #ff5656;
|
458
458
|
border-color: #ff5656;
|
459
459
|
}
|
460
|
-
|
460
|
+
.bk-button.bk-button-danger:active {
|
461
461
|
background-color: #db2626;
|
462
462
|
border-color: #db2626;
|
463
463
|
color: white;
|
464
464
|
}
|
465
|
-
|
465
|
+
.bk-button.bk-button-danger.is-outline {
|
466
466
|
color: #ea3636;
|
467
467
|
border-color: #ea3636;
|
468
468
|
background-color: white;
|
469
469
|
}
|
470
|
-
|
470
|
+
.bk-button.bk-button-danger.is-outline:hover {
|
471
471
|
background-color: #ff5656;
|
472
472
|
border-color: #ff5656;
|
473
473
|
color: white;
|
474
474
|
}
|
475
|
-
|
475
|
+
.bk-button.bk-button-danger.is-outline:active {
|
476
476
|
background-color: #db2626;
|
477
477
|
border-color: #db2626;
|
478
478
|
color: white;
|
479
479
|
}
|
480
|
-
|
480
|
+
.bk-button.bk-button-danger.is-text {
|
481
481
|
color: #ea3636;
|
482
482
|
background-color: transparent;
|
483
483
|
border: none;
|
484
484
|
}
|
485
|
-
|
485
|
+
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
486
486
|
color: #ff5656;
|
487
487
|
}
|
488
|
-
|
488
|
+
.bk-button.bk-button-danger.is-disabled {
|
489
489
|
color: #dcdee5;
|
490
490
|
cursor: not-allowed;
|
491
491
|
}
|
492
|
-
|
492
|
+
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
493
493
|
background-color: #dcdee5;
|
494
494
|
color: white;
|
495
495
|
border-color: #dcdee5;
|
496
496
|
}
|
497
|
-
|
497
|
+
.bk-button.bk-button-hover-danger:hover {
|
498
498
|
background-color: #ff5656;
|
499
499
|
border-color: #ff5656;
|
500
500
|
color: white;
|
501
501
|
}
|
502
|
-
|
502
|
+
.bk-button.bk-button-small {
|
503
503
|
height: 26px;
|
504
504
|
padding: 0 12px;
|
505
505
|
font-size: 12px;
|
506
506
|
}
|
507
|
-
|
507
|
+
.bk-button.bk-button-large {
|
508
508
|
height: 40px;
|
509
509
|
padding: 0 16px;
|
510
510
|
font-size: 16px;
|
511
511
|
}
|
512
|
-
|
512
|
+
.bk-button .bk-button-text {
|
513
513
|
display: inline-flex;
|
514
514
|
align-items: center;
|
515
515
|
line-height: 1;
|
516
516
|
}
|
517
|
-
|
517
|
+
.bk-button.is-loading {
|
518
518
|
position: relative;
|
519
519
|
}
|
520
|
-
|
520
|
+
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
521
521
|
position: absolute;
|
522
522
|
}
|
523
|
-
|
523
|
+
.bk-button.is-loading .bk-button-text {
|
524
524
|
visibility: hidden;
|
525
525
|
}
|
526
|
-
|
526
|
+
.bk-button:hover {
|
527
527
|
border-color: #979ba5;
|
528
528
|
}
|
529
|
-
|
529
|
+
.bk-button:active {
|
530
530
|
color: #3a84ff;
|
531
531
|
border-color: #3a84ff;
|
532
532
|
}
|
533
|
-
|
533
|
+
.bk-button.is-text {
|
534
534
|
height: auto;
|
535
535
|
padding: 0;
|
536
536
|
font-size: inherit;
|
@@ -541,65 +541,65 @@
|
|
541
541
|
border: none;
|
542
542
|
outline: none;
|
543
543
|
}
|
544
|
-
|
544
|
+
.bk-button.is-disabled {
|
545
545
|
color: #dcdee5;
|
546
546
|
cursor: not-allowed;
|
547
547
|
border-color: #dcdee5;
|
548
548
|
}
|
549
|
-
|
549
|
+
.bk-button.is-disabled:not(.is-text) {
|
550
550
|
background-color: #f9fafd;
|
551
551
|
}
|
552
|
-
|
552
|
+
.bk-button-group {
|
553
553
|
display: inline-block;
|
554
554
|
font-size: 0;
|
555
555
|
}
|
556
|
-
|
556
|
+
.bk-button-group.bk-button-group-small .bk-button {
|
557
557
|
height: 26px;
|
558
558
|
padding: 0 12px;
|
559
559
|
font-size: 12px;
|
560
560
|
}
|
561
|
-
|
561
|
+
.bk-button-group.bk-button-group-large .bk-button {
|
562
562
|
height: 40px;
|
563
563
|
padding: 0 16px;
|
564
564
|
font-size: 16px;
|
565
565
|
}
|
566
|
-
|
566
|
+
.bk-button-group .bk-button {
|
567
567
|
height: 32px;
|
568
568
|
margin: 0 0 0 -1px;
|
569
569
|
border-radius: 0;
|
570
570
|
}
|
571
|
-
|
571
|
+
.bk-button-group .bk-button:not(.is-disabled) {
|
572
572
|
color: #63656e;
|
573
573
|
background-color: white;
|
574
574
|
border-color: #c4c6cc;
|
575
575
|
}
|
576
|
-
|
576
|
+
.bk-button-group .bk-button.is-disabled {
|
577
577
|
color: #c4c6cc;
|
578
578
|
}
|
579
|
-
|
579
|
+
.bk-button-group .bk-button:first-child {
|
580
580
|
border-radius: 2px 0 0 2px;
|
581
581
|
}
|
582
|
-
|
582
|
+
.bk-button-group .bk-button:last-child {
|
583
583
|
border-radius: 0 2px 2px 0;
|
584
584
|
}
|
585
|
-
|
585
|
+
.bk-button-group .bk-button:only-child {
|
586
586
|
border-radius: 2px;
|
587
587
|
}
|
588
|
-
|
589
|
-
|
588
|
+
.bk-button-group .bk-button:hover:not(.is-disabled),
|
589
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
590
590
|
position: relative;
|
591
591
|
z-index: 1;
|
592
592
|
color: #3a84ff;
|
593
593
|
background-color: white;
|
594
594
|
border-color: #3a84ff;
|
595
595
|
}
|
596
|
-
|
596
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
597
597
|
background-color: #e1ecff;
|
598
598
|
}
|
599
|
-
|
599
|
+
.bk-button-group .bk-button.is-selected.is-disabled {
|
600
600
|
background-color: #f0f1f5;
|
601
601
|
}
|
602
|
-
|
602
|
+
.bk-exception {
|
603
603
|
position: relative;
|
604
604
|
display: flex;
|
605
605
|
width: 100%;
|
@@ -607,57 +607,57 @@
|
|
607
607
|
flex-direction: column;
|
608
608
|
text-align: center;
|
609
609
|
}
|
610
|
-
|
610
|
+
.bk-exception-img {
|
611
611
|
display: flex;
|
612
612
|
align-items: center;
|
613
613
|
justify-content: center;
|
614
614
|
}
|
615
|
-
|
615
|
+
.bk-exception-img .exception-image {
|
616
616
|
display: block;
|
617
617
|
height: 100%;
|
618
618
|
object-fit: contain;
|
619
619
|
}
|
620
|
-
|
620
|
+
.bk-exception-title {
|
621
621
|
color: #313238;
|
622
622
|
}
|
623
|
-
|
623
|
+
.bk-exception-description {
|
624
624
|
color: #63656e;
|
625
625
|
}
|
626
|
-
|
626
|
+
.bk-exception-page .bk-exception-img {
|
627
627
|
width: 480px;
|
628
628
|
height: 240px;
|
629
629
|
}
|
630
|
-
|
630
|
+
.bk-exception-page .bk-exception-title {
|
631
631
|
margin-top: 18px;
|
632
632
|
font-size: 24px;
|
633
633
|
line-height: 32px;
|
634
634
|
}
|
635
|
-
|
635
|
+
.bk-exception-page .bk-exception-description {
|
636
636
|
margin-top: 16px;
|
637
637
|
font-size: 14px;
|
638
638
|
line-height: 22px;
|
639
639
|
}
|
640
|
-
|
640
|
+
.bk-exception-page .bk-exception-footer {
|
641
641
|
margin-top: 24px;
|
642
642
|
}
|
643
|
-
|
643
|
+
.bk-exception-part .bk-exception-img {
|
644
644
|
width: 120px;
|
645
645
|
height: 100px;
|
646
646
|
}
|
647
|
-
|
647
|
+
.bk-exception-part .bk-exception-title {
|
648
648
|
margin-top: 8px;
|
649
649
|
font-size: 14px;
|
650
650
|
line-height: 22px;
|
651
651
|
}
|
652
|
-
|
652
|
+
.bk-exception-part .bk-exception-description {
|
653
653
|
margin-top: 8px;
|
654
654
|
font-size: 12px;
|
655
655
|
line-height: 20px;
|
656
656
|
}
|
657
|
-
|
657
|
+
.bk-exception-part .bk-exception-footer {
|
658
658
|
margin-top: 8px;
|
659
659
|
}
|
660
|
-
|
660
|
+
.bk-pagination {
|
661
661
|
display: flex;
|
662
662
|
align-items: center;
|
663
663
|
font-size: 12px;
|
@@ -665,43 +665,43 @@
|
|
665
665
|
color: #63656e;
|
666
666
|
user-select: none;
|
667
667
|
}
|
668
|
-
|
668
|
+
.bk-pagination.is-disabled {
|
669
669
|
cursor: not-allowed;
|
670
670
|
}
|
671
|
-
|
671
|
+
.bk-pagination.is-align-left {
|
672
672
|
justify-content: flex-start;
|
673
673
|
}
|
674
|
-
|
674
|
+
.bk-pagination.is-align-center {
|
675
675
|
justify-content: center;
|
676
676
|
}
|
677
|
-
|
677
|
+
.bk-pagination.is-align-right {
|
678
678
|
justify-content: flex-end;
|
679
679
|
}
|
680
|
-
|
680
|
+
.bk-pagination > * {
|
681
681
|
margin: 0 6px;
|
682
682
|
}
|
683
|
-
|
683
|
+
.bk-pagination > .is-first {
|
684
684
|
margin-left: 0;
|
685
685
|
}
|
686
|
-
|
686
|
+
.bk-pagination > .is-last {
|
687
687
|
margin-right: 0;
|
688
688
|
}
|
689
|
-
|
689
|
+
.bk-pagination-total {
|
690
690
|
display: flex;
|
691
691
|
user-select: none;
|
692
692
|
}
|
693
|
-
|
693
|
+
.bk-pagination-total-num {
|
694
694
|
padding: 0 2px;
|
695
695
|
}
|
696
|
-
|
696
|
+
.bk-pagination-list {
|
697
697
|
display: flex;
|
698
698
|
margin-right: 8px;
|
699
699
|
}
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
700
|
+
.bk-pagination-list-pre-batch,
|
701
|
+
.bk-pagination-list-next-batch,
|
702
|
+
.bk-pagination-list-pre,
|
703
|
+
.bk-pagination-list-next,
|
704
|
+
.bk-pagination-list-item {
|
705
705
|
display: flex;
|
706
706
|
align-items: center;
|
707
707
|
justify-content: center;
|
@@ -716,78 +716,78 @@
|
|
716
716
|
border-radius: 2px;
|
717
717
|
user-select: none;
|
718
718
|
}
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
719
|
+
.bk-pagination-list-pre-batch.is-active,
|
720
|
+
.bk-pagination-list-next-batch.is-active,
|
721
|
+
.bk-pagination-list-pre.is-active,
|
722
|
+
.bk-pagination-list-next.is-active,
|
723
|
+
.bk-pagination-list-item.is-active {
|
724
724
|
color: #3a84ff;
|
725
725
|
background: #e1ecff;
|
726
726
|
}
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
727
|
+
.bk-pagination-list-pre-batch:hover,
|
728
|
+
.bk-pagination-list-next-batch:hover,
|
729
|
+
.bk-pagination-list-pre:hover,
|
730
|
+
.bk-pagination-list-next:hover,
|
731
|
+
.bk-pagination-list-item:hover {
|
732
732
|
background: #f0f1f5;
|
733
733
|
}
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
734
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
735
|
+
.bk-pagination-list-next-batch.is-disabled,
|
736
|
+
.bk-pagination-list-pre.is-disabled,
|
737
|
+
.bk-pagination-list-next.is-disabled,
|
738
|
+
.bk-pagination-list-item.is-disabled {
|
739
739
|
color: #c4c6cc;
|
740
740
|
cursor: not-allowed;
|
741
741
|
background-color: #fafbfd;
|
742
742
|
border-color: #dcdee5;
|
743
743
|
}
|
744
|
-
|
745
|
-
|
744
|
+
.bk-pagination-list-pre,
|
745
|
+
.bk-pagination-list-next {
|
746
746
|
font-size: 20px;
|
747
747
|
color: #979ba5;
|
748
748
|
}
|
749
|
-
|
750
|
-
|
749
|
+
.bk-pagination-list-pre.is-disabled,
|
750
|
+
.bk-pagination-list-next.is-disabled {
|
751
751
|
color: #dcdee5;
|
752
752
|
cursor: not-allowed;
|
753
753
|
background-color: transparent;
|
754
754
|
}
|
755
|
-
|
755
|
+
.bk-pagination-list-item {
|
756
756
|
margin-right: 2px;
|
757
757
|
margin-left: 2px;
|
758
758
|
}
|
759
|
-
|
759
|
+
.bk-pagination-limit {
|
760
760
|
display: flex;
|
761
761
|
align-items: center;
|
762
762
|
user-select: none;
|
763
763
|
}
|
764
|
-
|
764
|
+
.bk-pagination-limit-select {
|
765
765
|
width: 60px;
|
766
766
|
margin: 0 4px;
|
767
767
|
}
|
768
|
-
|
768
|
+
.bk-pagination-limit-select .bk-input {
|
769
769
|
border-color: #f0f1f5;
|
770
770
|
}
|
771
|
-
|
771
|
+
.bk-pagination-limit-select .bk-input--text {
|
772
772
|
background-color: #f0f1f5;
|
773
773
|
}
|
774
|
-
|
774
|
+
.bk-pagination-limit-select:hover .bk-input {
|
775
775
|
border-color: #eaebf0;
|
776
776
|
}
|
777
|
-
|
777
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
778
778
|
background-color: #eaebf0;
|
779
779
|
}
|
780
|
-
|
780
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
781
781
|
border-color: #3a84ff;
|
782
782
|
}
|
783
|
-
|
783
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
784
784
|
background-color: #fff;
|
785
785
|
}
|
786
|
-
|
786
|
+
.bk-pagination-small-list {
|
787
787
|
display: flex;
|
788
788
|
align-items: center;
|
789
789
|
}
|
790
|
-
|
790
|
+
.bk-pagination-small-list .bk-pagination-picker {
|
791
791
|
display: flex;
|
792
792
|
height: 26px;
|
793
793
|
margin: 0 4px;
|
@@ -797,16 +797,16 @@
|
|
797
797
|
border-radius: 2px;
|
798
798
|
align-items: center;
|
799
799
|
}
|
800
|
-
|
800
|
+
.bk-pagination-small-list .bk-pagination-picker:hover {
|
801
801
|
background-color: #eaebf0;
|
802
802
|
border-color: #eaebf0;
|
803
803
|
}
|
804
|
-
|
804
|
+
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
805
805
|
background-color: #fff;
|
806
806
|
border-color: #3a84ff;
|
807
807
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
808
808
|
}
|
809
|
-
|
809
|
+
.bk-pagination-editor {
|
810
810
|
height: 16px;
|
811
811
|
min-width: 23px;
|
812
812
|
padding-right: 4px;
|
@@ -819,12 +819,12 @@
|
|
819
819
|
outline: none;
|
820
820
|
transition: all 0.15s;
|
821
821
|
}
|
822
|
-
|
822
|
+
.bk-pagination-small-list-total {
|
823
823
|
padding-right: 8px;
|
824
824
|
padding-left: 4px;
|
825
825
|
}
|
826
|
-
|
827
|
-
|
826
|
+
.bk-pagination-btn-pre,
|
827
|
+
.bk-pagination-btn-next {
|
828
828
|
display: flex;
|
829
829
|
width: 26px;
|
830
830
|
height: 26px;
|
@@ -834,23 +834,23 @@
|
|
834
834
|
justify-content: center;
|
835
835
|
align-items: center;
|
836
836
|
}
|
837
|
-
|
838
|
-
|
837
|
+
.bk-pagination-btn-pre:hover,
|
838
|
+
.bk-pagination-btn-next:hover {
|
839
839
|
color: #3a84ff;
|
840
840
|
background: #f0f1f5;
|
841
841
|
}
|
842
|
-
|
843
|
-
|
842
|
+
.bk-pagination-btn-pre.is-disabled,
|
843
|
+
.bk-pagination-btn-next.is-disabled {
|
844
844
|
color: #dcdee5;
|
845
845
|
cursor: not-allowed;
|
846
846
|
}
|
847
|
-
|
847
|
+
.bk-pagination-picker-list {
|
848
848
|
max-height: 216px;
|
849
849
|
padding: 7px 0;
|
850
850
|
margin: -7px -14px;
|
851
851
|
overflow: auto;
|
852
852
|
}
|
853
|
-
|
853
|
+
.bk-pagination-picker-list .item {
|
854
854
|
height: 32px;
|
855
855
|
padding: 0 10px;
|
856
856
|
font-size: 12px;
|
@@ -858,12 +858,12 @@
|
|
858
858
|
color: #63656e;
|
859
859
|
cursor: pointer;
|
860
860
|
}
|
861
|
-
|
862
|
-
|
861
|
+
.bk-pagination-picker-list .item:hover,
|
862
|
+
.bk-pagination-picker-list .item.is-actived {
|
863
863
|
color: #3a84ff;
|
864
864
|
background: #f4f6fa;
|
865
865
|
}
|
866
|
-
|
866
|
+
.bk-popover.bk-pop2-content {
|
867
867
|
position: absolute;
|
868
868
|
padding: 12px;
|
869
869
|
font-size: 12px;
|
@@ -872,10 +872,10 @@
|
|
872
872
|
border-radius: 4px;
|
873
873
|
box-sizing: border-box;
|
874
874
|
}
|
875
|
-
|
875
|
+
.bk-popover.bk-pop2-content.hidden {
|
876
876
|
display: none;
|
877
877
|
}
|
878
|
-
|
878
|
+
.bk-popover.bk-pop2-content .bk-pop2-arrow {
|
879
879
|
position: absolute;
|
880
880
|
z-index: -1;
|
881
881
|
width: 8px;
|
@@ -883,15 +883,15 @@
|
|
883
883
|
background: #333;
|
884
884
|
transform: rotate(45deg);
|
885
885
|
}
|
886
|
-
|
886
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] {
|
887
887
|
color: #26323d;
|
888
888
|
background-color: #fff;
|
889
889
|
box-shadow: 0 0 6px 0 #dcdee5;
|
890
890
|
}
|
891
|
-
|
891
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
|
892
892
|
background-color: #fff;
|
893
893
|
}
|
894
|
-
|
894
|
+
.bk-table-head-action {
|
895
895
|
display: flex;
|
896
896
|
height: var(--row-height);
|
897
897
|
padding: 0 10px 0 6px;
|
@@ -900,31 +900,31 @@
|
|
900
900
|
cursor: pointer;
|
901
901
|
align-items: center;
|
902
902
|
}
|
903
|
-
|
903
|
+
.bk-table-head-action:last-of-type {
|
904
904
|
margin-right: -10px;
|
905
905
|
}
|
906
|
-
|
906
|
+
.bk-table-head-action.active {
|
907
907
|
color: #3a84ff;
|
908
908
|
}
|
909
|
-
|
909
|
+
.bk-table-head-action.opened {
|
910
910
|
color: inherit;
|
911
911
|
}
|
912
|
-
|
912
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter {
|
913
913
|
padding: 5px 0 0 0;
|
914
914
|
background-color: #fff;
|
915
915
|
border-radius: 2px;
|
916
916
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
|
917
917
|
}
|
918
|
-
|
918
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list {
|
919
919
|
display: inline-block;
|
920
920
|
max-width: 300px;
|
921
921
|
min-width: 200px;
|
922
922
|
}
|
923
|
-
|
923
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
924
924
|
max-height: 200px;
|
925
925
|
min-height: 40px;
|
926
926
|
}
|
927
|
-
|
927
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
928
928
|
width: 100%;
|
929
929
|
height: 32px;
|
930
930
|
padding: 0 10px;
|
@@ -933,25 +933,25 @@
|
|
933
933
|
color: #63656e;
|
934
934
|
text-align: left;
|
935
935
|
}
|
936
|
-
|
936
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item:hover {
|
937
937
|
background: #f0f1f5;
|
938
938
|
}
|
939
|
-
|
939
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label:hover {
|
940
940
|
background: #f0f1f5;
|
941
941
|
}
|
942
|
-
|
942
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox-label {
|
943
943
|
white-space: nowrap;
|
944
944
|
}
|
945
|
-
|
945
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
946
946
|
margin-left: 0;
|
947
947
|
}
|
948
|
-
|
948
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer {
|
949
949
|
display: flex;
|
950
950
|
padding: 12px;
|
951
951
|
border-top: solid 1px #dcdee5;
|
952
952
|
align-items: center;
|
953
953
|
}
|
954
|
-
|
954
|
+
.bk-head-cell-sort {
|
955
955
|
display: flex;
|
956
956
|
height: 100%;
|
957
957
|
padding: 0 4px;
|
@@ -962,47 +962,47 @@
|
|
962
962
|
justify-content: center;
|
963
963
|
align-items: center;
|
964
964
|
}
|
965
|
-
|
965
|
+
.bk-head-cell-sort .sort-action {
|
966
966
|
display: flex;
|
967
967
|
height: 50%;
|
968
968
|
color: #c0c4cc;
|
969
969
|
cursor: pointer;
|
970
970
|
}
|
971
|
-
|
971
|
+
.bk-head-cell-sort .sort-action.active {
|
972
972
|
color: #3a84ff;
|
973
973
|
}
|
974
|
-
|
974
|
+
.bk-head-cell-sort .sort-action.sort-asc {
|
975
975
|
align-items: flex-end;
|
976
976
|
}
|
977
|
-
|
977
|
+
.bk-head-cell-sort .sort-action.sort-desc {
|
978
978
|
align-items: flex-start;
|
979
979
|
}
|
980
|
-
|
980
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] {
|
981
981
|
padding: 0;
|
982
982
|
}
|
983
|
-
|
983
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='top'] {
|
984
984
|
border-right: solid 1px #dcdee5;
|
985
985
|
border-bottom: solid 1px #dcdee5;
|
986
986
|
}
|
987
|
-
|
987
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='bottom'] {
|
988
988
|
border-top: solid 1px #dcdee5;
|
989
989
|
border-left: solid 1px #dcdee5;
|
990
990
|
}
|
991
|
-
|
991
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='left'] {
|
992
992
|
border-top: solid 1px #dcdee5;
|
993
993
|
border-right: solid 1px #dcdee5;
|
994
994
|
}
|
995
|
-
|
995
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='right'] {
|
996
996
|
border-bottom: solid 1px #dcdee5;
|
997
997
|
border-left: solid 1px #dcdee5;
|
998
998
|
}
|
999
|
-
|
999
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content {
|
1000
1000
|
width: 515px;
|
1001
1001
|
border: 1px solid #dcdee5;
|
1002
1002
|
border-radius: 2px;
|
1003
1003
|
opacity: 1;
|
1004
1004
|
}
|
1005
|
-
|
1005
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head {
|
1006
1006
|
position: relative;
|
1007
1007
|
display: flex;
|
1008
1008
|
padding: 0 24px;
|
@@ -1012,13 +1012,13 @@
|
|
1012
1012
|
line-height: 32px;
|
1013
1013
|
color: #313238;
|
1014
1014
|
}
|
1015
|
-
|
1015
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .icon-close-action {
|
1016
1016
|
position: absolute;
|
1017
1017
|
top: 10px;
|
1018
1018
|
right: 15px;
|
1019
1019
|
cursor: pointer;
|
1020
1020
|
}
|
1021
|
-
|
1021
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
|
1022
1022
|
display: inline-block;
|
1023
1023
|
height: 26px;
|
1024
1024
|
margin: 24px 0;
|
@@ -1026,58 +1026,58 @@
|
|
1026
1026
|
line-height: 26px;
|
1027
1027
|
color: #313238;
|
1028
1028
|
}
|
1029
|
-
|
1029
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
|
1030
1030
|
max-height: 360px;
|
1031
1031
|
padding: 0 24px;
|
1032
1032
|
overflow-y: auto;
|
1033
1033
|
}
|
1034
|
-
|
1034
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title {
|
1035
1035
|
display: flex;
|
1036
1036
|
font-size: 14px;
|
1037
1037
|
line-height: 19px;
|
1038
1038
|
color: #63656e;
|
1039
1039
|
justify-content: space-between;
|
1040
1040
|
}
|
1041
|
-
|
1041
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
|
1042
1042
|
height: 22px;
|
1043
1043
|
font-size: 14px;
|
1044
1044
|
line-height: 22px;
|
1045
1045
|
color: #313238;
|
1046
1046
|
text-align: left;
|
1047
1047
|
}
|
1048
|
-
|
1048
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
|
1049
1049
|
color: #c4c6cc;
|
1050
1050
|
}
|
1051
|
-
|
1051
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .check-all {
|
1052
1052
|
color: #3a84ff;
|
1053
1053
|
cursor: pointer;
|
1054
1054
|
}
|
1055
|
-
|
1055
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields {
|
1056
1056
|
display: flex;
|
1057
1057
|
max-height: 150px;
|
1058
1058
|
align-items: flex-start;
|
1059
1059
|
flex-wrap: wrap;
|
1060
1060
|
margin-bottom: 16px;
|
1061
1061
|
}
|
1062
|
-
|
1062
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
1063
1063
|
width: 150px;
|
1064
1064
|
height: 16px;
|
1065
1065
|
margin-top: 16px;
|
1066
1066
|
line-height: 16px;
|
1067
1067
|
}
|
1068
|
-
|
1068
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
|
1069
1069
|
overflow: hidden;
|
1070
1070
|
text-overflow: ellipsis;
|
1071
1071
|
white-space: nowrap;
|
1072
1072
|
}
|
1073
|
-
|
1073
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
|
1074
1074
|
display: flex;
|
1075
1075
|
height: 76px;
|
1076
1076
|
font-size: 14px;
|
1077
1077
|
border-top: solid 1px #f0f1f5;
|
1078
1078
|
align-items: center;
|
1079
1079
|
}
|
1080
|
-
|
1080
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size {
|
1081
1081
|
display: flex;
|
1082
1082
|
width: 68px;
|
1083
1083
|
height: 26px;
|
@@ -1087,34 +1087,34 @@
|
|
1087
1087
|
justify-content: center;
|
1088
1088
|
align-items: center;
|
1089
1089
|
}
|
1090
|
-
|
1090
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size.active {
|
1091
1091
|
color: #3a84ff;
|
1092
1092
|
background: #e1ecff;
|
1093
1093
|
border: 1px solid #a3c5fd;
|
1094
1094
|
}
|
1095
|
-
|
1095
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:not(.active) {
|
1096
1096
|
border-right: none;
|
1097
1097
|
border-left: none;
|
1098
1098
|
}
|
1099
|
-
|
1099
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child {
|
1100
1100
|
border-right: 1px solid #c4c6cc;
|
1101
1101
|
border-left: 1px solid #c4c6cc;
|
1102
1102
|
border-bottom-left-radius: 2px;
|
1103
1103
|
border-top-left-radius: 2px;
|
1104
1104
|
}
|
1105
|
-
|
1105
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-medium {
|
1106
1106
|
border-right: none;
|
1107
1107
|
}
|
1108
|
-
|
1108
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
|
1109
1109
|
border-right: 1px solid #c4c6cc;
|
1110
1110
|
border-left: 1px solid #c4c6cc;
|
1111
1111
|
border-top-right-radius: 2px;
|
1112
1112
|
border-bottom-right-radius: 2px;
|
1113
1113
|
}
|
1114
|
-
|
1114
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-medium {
|
1115
1115
|
border-left: none;
|
1116
1116
|
}
|
1117
|
-
|
1117
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
|
1118
1118
|
display: flex;
|
1119
1119
|
height: 50px;
|
1120
1120
|
padding: 0 24px;
|
@@ -1124,49 +1124,49 @@
|
|
1124
1124
|
justify-content: flex-end;
|
1125
1125
|
align-items: center;
|
1126
1126
|
}
|
1127
|
-
|
1127
|
+
.bk-table {
|
1128
1128
|
position: relative;
|
1129
|
-
width: 100%;
|
1130
1129
|
height: auto;
|
1131
1130
|
overflow: hidden;
|
1131
|
+
width: 100%;
|
1132
1132
|
}
|
1133
|
-
|
1133
|
+
.bk-table-flex {
|
1134
1134
|
display: flex;
|
1135
1135
|
flex-direction: column;
|
1136
1136
|
max-height: fit-content;
|
1137
1137
|
}
|
1138
|
-
|
1138
|
+
.bk-table-flex .bk-table-body {
|
1139
1139
|
flex: 1;
|
1140
1140
|
overflow: auto;
|
1141
1141
|
}
|
1142
|
-
|
1142
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1143
1143
|
padding-right: 4px;
|
1144
1144
|
}
|
1145
|
-
|
1145
|
+
.bk-table .bk-table-body {
|
1146
1146
|
position: relative;
|
1147
1147
|
overflow: auto;
|
1148
1148
|
scrollbar-gutter: stable;
|
1149
1149
|
border-bottom: 1px solid #dcdee5;
|
1150
1150
|
}
|
1151
|
-
|
1151
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1152
1152
|
width: 5px;
|
1153
1153
|
height: 6px;
|
1154
1154
|
}
|
1155
|
-
|
1155
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1156
1156
|
background: #dcdee5;
|
1157
1157
|
border-radius: 10px;
|
1158
1158
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1159
1159
|
}
|
1160
|
-
|
1160
|
+
.bk-table .bk-table-body .prepend-row {
|
1161
1161
|
transform: translateX(var(--prepend-left));
|
1162
1162
|
}
|
1163
|
-
|
1163
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1164
1164
|
background-color: #fafbfd;
|
1165
1165
|
}
|
1166
|
-
|
1166
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1167
1167
|
border-bottom: none;
|
1168
1168
|
}
|
1169
|
-
|
1169
|
+
.bk-table .bk-fixed-bottom-border {
|
1170
1170
|
position: sticky;
|
1171
1171
|
bottom: 0;
|
1172
1172
|
left: 0;
|
@@ -1175,188 +1175,188 @@
|
|
1175
1175
|
border-top: 1px solid #dcdee5;
|
1176
1176
|
transform: translateX(var(--scroll-head-left));
|
1177
1177
|
}
|
1178
|
-
|
1178
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1179
1179
|
display: none;
|
1180
1180
|
}
|
1181
|
-
|
1182
|
-
|
1181
|
+
.bk-table .bk-table-head,
|
1182
|
+
.bk-table .bk-table-body {
|
1183
1183
|
background: white;
|
1184
1184
|
transform: translateZ(0);
|
1185
1185
|
}
|
1186
|
-
|
1187
|
-
|
1186
|
+
.bk-table .bk-table-head::-webkit-scrollbar,
|
1187
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1188
1188
|
width: 5px;
|
1189
1189
|
height: 5px;
|
1190
1190
|
}
|
1191
|
-
|
1192
|
-
|
1191
|
+
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1192
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1193
1193
|
background: #ddd;
|
1194
1194
|
border-radius: 20px;
|
1195
1195
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1196
1196
|
}
|
1197
|
-
|
1198
|
-
|
1197
|
+
.bk-table .bk-table-head.__is-empty,
|
1198
|
+
.bk-table .bk-table-body.__is-empty {
|
1199
1199
|
display: flex;
|
1200
1200
|
height: 100%;
|
1201
1201
|
justify-content: center;
|
1202
1202
|
align-items: center;
|
1203
1203
|
}
|
1204
|
-
|
1205
|
-
|
1204
|
+
.bk-table .bk-table-head.__is-empty .bk-table-body-content,
|
1205
|
+
.bk-table .bk-table-body.__is-empty .bk-table-body-content {
|
1206
1206
|
position: relative;
|
1207
1207
|
display: flex;
|
1208
1208
|
width: 100%;
|
1209
1209
|
height: 100%;
|
1210
1210
|
padding-bottom: 20px;
|
1211
1211
|
}
|
1212
|
-
|
1213
|
-
|
1212
|
+
.bk-table .bk-table-head table,
|
1213
|
+
.bk-table .bk-table-body table {
|
1214
1214
|
width: 100%;
|
1215
1215
|
border-collapse: collapse;
|
1216
1216
|
transform: translateZ(0);
|
1217
1217
|
table-layout: fixed;
|
1218
1218
|
align-self: flex-start;
|
1219
1219
|
}
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1220
|
+
.bk-table .bk-table-head table th,
|
1221
|
+
.bk-table .bk-table-body table th,
|
1222
|
+
.bk-table .bk-table-head table td,
|
1223
|
+
.bk-table .bk-table-body table td {
|
1224
1224
|
height: var(--row-height);
|
1225
1225
|
min-width: 30px;
|
1226
1226
|
clear: both;
|
1227
1227
|
}
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1228
|
+
.bk-table .bk-table-head table th.expand-row .expand-btn-action,
|
1229
|
+
.bk-table .bk-table-body table th.expand-row .expand-btn-action,
|
1230
|
+
.bk-table .bk-table-head table td.expand-row .expand-btn-action,
|
1231
|
+
.bk-table .bk-table-body table td.expand-row .expand-btn-action {
|
1232
1232
|
color: #575961;
|
1233
1233
|
}
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1234
|
+
.bk-table .bk-table-head table th .cell,
|
1235
|
+
.bk-table .bk-table-body table th .cell,
|
1236
|
+
.bk-table .bk-table-head table td .cell,
|
1237
|
+
.bk-table .bk-table-body table td .cell {
|
1238
1238
|
padding: 0 16px;
|
1239
1239
|
overflow: hidden;
|
1240
1240
|
font-size: 12px;
|
1241
|
-
color: #
|
1241
|
+
color: #63656E;
|
1242
1242
|
text-overflow: ellipsis;
|
1243
1243
|
white-space: nowrap;
|
1244
1244
|
}
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
height: 100%;
|
1245
|
+
.bk-table .bk-table-head table th .cell .drag-cell,
|
1246
|
+
.bk-table .bk-table-body table th .cell .drag-cell,
|
1247
|
+
.bk-table .bk-table-head table td .cell .drag-cell,
|
1248
|
+
.bk-table .bk-table-body table td .cell .drag-cell {
|
1250
1249
|
font-size: 14px;
|
1250
|
+
height: 100%;
|
1251
1251
|
}
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1252
|
+
.bk-table .bk-table-head table th .cell.has-sort,
|
1253
|
+
.bk-table .bk-table-body table th .cell.has-sort,
|
1254
|
+
.bk-table .bk-table-head table td .cell.has-sort,
|
1255
|
+
.bk-table .bk-table-body table td .cell.has-sort {
|
1256
1256
|
cursor: pointer;
|
1257
1257
|
}
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1258
|
+
.bk-table .bk-table-head table th .cell.explain,
|
1259
|
+
.bk-table .bk-table-body table th .cell.explain,
|
1260
|
+
.bk-table .bk-table-head table td .cell.explain,
|
1261
|
+
.bk-table .bk-table-body table td .cell.explain {
|
1262
1262
|
text-decoration-style: dashed;
|
1263
1263
|
text-decoration-line: underline;
|
1264
1264
|
}
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1265
|
+
.bk-table .bk-table-head table th .cell .head-text,
|
1266
|
+
.bk-table .bk-table-body table th .cell .head-text,
|
1267
|
+
.bk-table .bk-table-head table td .cell .head-text,
|
1268
|
+
.bk-table .bk-table-body table td .cell .head-text {
|
1269
1269
|
overflow: hidden;
|
1270
1270
|
text-overflow: ellipsis;
|
1271
1271
|
white-space: nowrap;
|
1272
1272
|
}
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1273
|
+
.bk-table .bk-table-head table th .cell.selection,
|
1274
|
+
.bk-table .bk-table-body table th .cell.selection,
|
1275
|
+
.bk-table .bk-table-head table td .cell.selection,
|
1276
|
+
.bk-table .bk-table-body table td .cell.selection {
|
1277
1277
|
padding: 0;
|
1278
1278
|
text-align: center;
|
1279
1279
|
}
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1280
|
+
.bk-table .bk-table-head table th .cell.expand-cell,
|
1281
|
+
.bk-table .bk-table-body table th .cell.expand-cell,
|
1282
|
+
.bk-table .bk-table-head table td .cell.expand-cell,
|
1283
|
+
.bk-table .bk-table-body table td .cell.expand-cell {
|
1284
1284
|
display: flex;
|
1285
1285
|
padding: 0;
|
1286
1286
|
text-overflow: unset;
|
1287
1287
|
align-items: center;
|
1288
1288
|
justify-content: center;
|
1289
1289
|
}
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1290
|
+
.bk-table .bk-table-head table th .expand-btn-action,
|
1291
|
+
.bk-table .bk-table-body table th .expand-btn-action,
|
1292
|
+
.bk-table .bk-table-head table td .expand-btn-action,
|
1293
|
+
.bk-table .bk-table-body table td .expand-btn-action {
|
1294
1294
|
display: flex;
|
1295
1295
|
padding: 0 16px;
|
1296
1296
|
color: #c4c6cc;
|
1297
1297
|
cursor: pointer;
|
1298
1298
|
}
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1299
|
+
.bk-table .bk-table-head table th.column_fixed,
|
1300
|
+
.bk-table .bk-table-body table th.column_fixed,
|
1301
|
+
.bk-table .bk-table-head table td.column_fixed,
|
1302
|
+
.bk-table .bk-table-body table td.column_fixed {
|
1303
1303
|
position: sticky;
|
1304
1304
|
z-index: 1;
|
1305
1305
|
}
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1306
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1307
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1308
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1309
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1310
1310
|
left: 0;
|
1311
1311
|
}
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1312
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1313
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1314
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1315
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1316
1316
|
right: 0;
|
1317
1317
|
}
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1318
|
+
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1319
|
+
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1320
|
+
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
1321
|
+
.bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
|
1322
1322
|
min-height: 30px;
|
1323
1323
|
}
|
1324
|
-
|
1325
|
-
|
1324
|
+
.bk-table .bk-table-head table .left,
|
1325
|
+
.bk-table .bk-table-body table .left {
|
1326
1326
|
text-align: left;
|
1327
1327
|
}
|
1328
|
-
|
1329
|
-
|
1328
|
+
.bk-table .bk-table-head table .left .cell,
|
1329
|
+
.bk-table .bk-table-body table .left .cell {
|
1330
1330
|
justify-content: start;
|
1331
1331
|
}
|
1332
|
-
|
1333
|
-
|
1332
|
+
.bk-table .bk-table-head table .center,
|
1333
|
+
.bk-table .bk-table-body table .center {
|
1334
1334
|
text-align: center;
|
1335
1335
|
}
|
1336
|
-
|
1337
|
-
|
1336
|
+
.bk-table .bk-table-head table .center .cell,
|
1337
|
+
.bk-table .bk-table-body table .center .cell {
|
1338
1338
|
justify-content: center;
|
1339
1339
|
}
|
1340
|
-
|
1341
|
-
|
1340
|
+
.bk-table .bk-table-head table .right,
|
1341
|
+
.bk-table .bk-table-body table .right {
|
1342
1342
|
text-align: right;
|
1343
1343
|
}
|
1344
|
-
|
1345
|
-
|
1344
|
+
.bk-table .bk-table-head table .right .cell,
|
1345
|
+
.bk-table .bk-table-body table .right .cell {
|
1346
1346
|
justify-content: end;
|
1347
1347
|
}
|
1348
|
-
|
1349
|
-
|
1348
|
+
.bk-table .bk-table-head table thead,
|
1349
|
+
.bk-table .bk-table-body table thead {
|
1350
1350
|
background-color: #fafbfd;
|
1351
1351
|
}
|
1352
|
-
|
1353
|
-
|
1352
|
+
.bk-table .bk-table-head table thead th,
|
1353
|
+
.bk-table .bk-table-body table thead th {
|
1354
1354
|
position: relative;
|
1355
1355
|
font-weight: 400;
|
1356
1356
|
background-color: var(--background-color);
|
1357
1357
|
}
|
1358
|
-
|
1359
|
-
|
1358
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1359
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1360
1360
|
position: absolute;
|
1361
1361
|
top: 0;
|
1362
1362
|
right: 0;
|
@@ -1368,38 +1368,38 @@
|
|
1368
1368
|
content: '';
|
1369
1369
|
transform: translateX(50%);
|
1370
1370
|
}
|
1371
|
-
|
1372
|
-
|
1371
|
+
.bk-table .bk-table-head table thead th .cell,
|
1372
|
+
.bk-table .bk-table-body table thead th .cell {
|
1373
1373
|
display: flex;
|
1374
1374
|
align-items: center;
|
1375
1375
|
height: calc(var(--row-height) - 1px);
|
1376
1376
|
color: #313238;
|
1377
1377
|
}
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1378
|
+
.bk-table .bk-table-head table thead th.active,
|
1379
|
+
.bk-table .bk-table-body table thead th.active,
|
1380
|
+
.bk-table .bk-table-head table thead th:hover,
|
1381
|
+
.bk-table .bk-table-body table thead th:hover {
|
1382
1382
|
cursor: pointer;
|
1383
1383
|
background: #f0f1f5;
|
1384
1384
|
}
|
1385
|
-
|
1386
|
-
|
1385
|
+
.bk-table .bk-table-head table thead th.column_fixed,
|
1386
|
+
.bk-table .bk-table-body table thead th.column_fixed {
|
1387
1387
|
transform: translateX(var(--scroll-left));
|
1388
1388
|
}
|
1389
|
-
|
1390
|
-
|
1389
|
+
.bk-table .bk-table-head table tbody tr td,
|
1390
|
+
.bk-table .bk-table-body table tbody tr td {
|
1391
1391
|
background-color: #fff;
|
1392
1392
|
}
|
1393
|
-
|
1394
|
-
|
1393
|
+
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
1394
|
+
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
1395
1395
|
padding-bottom: 30px;
|
1396
1396
|
}
|
1397
|
-
|
1398
|
-
|
1397
|
+
.bk-table .bk-table-head table tbody tr td.is-last,
|
1398
|
+
.bk-table .bk-table-body table tbody tr td.is-last {
|
1399
1399
|
border-bottom: none;
|
1400
1400
|
}
|
1401
|
-
|
1402
|
-
|
1401
|
+
.bk-table .bk-table-head table tbody tr td .cell,
|
1402
|
+
.bk-table .bk-table-body table tbody tr td .cell {
|
1403
1403
|
display: block;
|
1404
1404
|
width: 100%;
|
1405
1405
|
height: 100%;
|
@@ -1407,27 +1407,27 @@
|
|
1407
1407
|
box-sizing: border-box;
|
1408
1408
|
align-items: center;
|
1409
1409
|
}
|
1410
|
-
|
1411
|
-
|
1412
|
-
text-align: center;
|
1410
|
+
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
1411
|
+
.bk-table .bk-table-body table tbody tr td .cell.drag {
|
1413
1412
|
cursor: move;
|
1413
|
+
text-align: center;
|
1414
1414
|
}
|
1415
|
-
|
1416
|
-
|
1415
|
+
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1416
|
+
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1417
1417
|
background: #f5f7fa;
|
1418
1418
|
}
|
1419
|
-
|
1420
|
-
|
1419
|
+
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1420
|
+
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
1421
1421
|
background: #fff !important;
|
1422
1422
|
}
|
1423
|
-
|
1423
|
+
.bk-table .bk-table-head {
|
1424
1424
|
position: relative;
|
1425
1425
|
z-index: 2;
|
1426
1426
|
scrollbar-gutter: stable;
|
1427
1427
|
overflow: hidden;
|
1428
1428
|
background-color: var(--background-color);
|
1429
1429
|
}
|
1430
|
-
|
1430
|
+
.bk-table .bk-table-head .col-resize-drag {
|
1431
1431
|
position: absolute;
|
1432
1432
|
top: 0;
|
1433
1433
|
right: 0;
|
@@ -1437,10 +1437,10 @@
|
|
1437
1437
|
background-color: #3785ff;
|
1438
1438
|
transform: translateX(-50%);
|
1439
1439
|
}
|
1440
|
-
|
1440
|
+
.bk-table .bk-table-head thead {
|
1441
1441
|
transform: translateX(var(--scroll-head-left));
|
1442
1442
|
}
|
1443
|
-
|
1443
|
+
.bk-table .bk-table-head .table-head-settings {
|
1444
1444
|
position: absolute;
|
1445
1445
|
top: 0;
|
1446
1446
|
right: 1px;
|
@@ -1456,67 +1456,67 @@
|
|
1456
1456
|
justify-content: center;
|
1457
1457
|
align-items: center;
|
1458
1458
|
}
|
1459
|
-
|
1459
|
+
.bk-table .bk-table-head .table-head-settings > span {
|
1460
1460
|
display: flex;
|
1461
1461
|
width: 1em;
|
1462
1462
|
height: 1em;
|
1463
1463
|
}
|
1464
|
-
|
1464
|
+
.bk-table .bk-table-footer {
|
1465
1465
|
display: flex;
|
1466
1466
|
width: 100%;
|
1467
1467
|
height: var(--footer-height);
|
1468
1468
|
align-items: center;
|
1469
1469
|
}
|
1470
|
-
|
1470
|
+
.bk-table .bk-table-footer.is-hidden {
|
1471
1471
|
display: none;
|
1472
1472
|
}
|
1473
|
-
|
1473
|
+
.bk-table.bordered-row .bk-table-head {
|
1474
1474
|
border-bottom: 1px solid #dcdee5;
|
1475
1475
|
}
|
1476
|
-
|
1476
|
+
.bk-table.bordered-row td {
|
1477
1477
|
border-bottom: 1px solid #dcdee5;
|
1478
1478
|
}
|
1479
|
-
|
1479
|
+
.bk-table.bordered-row tr:last-child td {
|
1480
1480
|
border-bottom: none;
|
1481
1481
|
}
|
1482
|
-
|
1482
|
+
.bk-table.bordered-outer {
|
1483
1483
|
border-top: 1px solid #dcdee5;
|
1484
1484
|
border-right: 1px solid #dcdee5;
|
1485
1485
|
border-left: 1px solid #dcdee5;
|
1486
1486
|
}
|
1487
|
-
|
1487
|
+
.bk-table.bordered-outer .bk-table-footer {
|
1488
1488
|
border-bottom: 1px solid #dcdee5;
|
1489
1489
|
}
|
1490
|
-
|
1490
|
+
.bk-table.bordered-horizontal {
|
1491
1491
|
border-top: 1px solid #dcdee5;
|
1492
1492
|
}
|
1493
|
-
|
1493
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1494
1494
|
border-bottom: 1px solid #dcdee5;
|
1495
1495
|
}
|
1496
|
-
|
1497
|
-
|
1496
|
+
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1497
|
+
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1498
1498
|
border-bottom: 1px solid #dcdee5;
|
1499
1499
|
}
|
1500
|
-
|
1501
|
-
|
1500
|
+
.bk-table.bordered-col th,
|
1501
|
+
.bk-table.bordered-col td {
|
1502
1502
|
border-right: 1px solid #dcdee5;
|
1503
1503
|
}
|
1504
|
-
|
1505
|
-
|
1504
|
+
.bk-table.bordered-col th:last-child,
|
1505
|
+
.bk-table.bordered-col td:last-child {
|
1506
1506
|
border-right: none;
|
1507
1507
|
}
|
1508
|
-
|
1509
|
-
|
1508
|
+
.bk-table th,
|
1509
|
+
.bk-table td {
|
1510
1510
|
border-right: 1px solid transparent;
|
1511
1511
|
}
|
1512
|
-
|
1513
|
-
|
1512
|
+
.bk-table.bordered-none th,
|
1513
|
+
.bk-table.bordered-none td {
|
1514
1514
|
border-top: none;
|
1515
1515
|
border-right: 1px solid transparent;
|
1516
1516
|
border-bottom: none;
|
1517
1517
|
border-left: none;
|
1518
1518
|
}
|
1519
|
-
|
1519
|
+
.bk-table .bk-table-fixed {
|
1520
1520
|
position: absolute;
|
1521
1521
|
top: 0;
|
1522
1522
|
right: 0;
|
@@ -1524,25 +1524,25 @@
|
|
1524
1524
|
left: 0;
|
1525
1525
|
pointer-events: none;
|
1526
1526
|
}
|
1527
|
-
|
1527
|
+
.bk-table .bk-table-fixed .column_fixed {
|
1528
1528
|
position: absolute;
|
1529
1529
|
z-index: 2;
|
1530
1530
|
}
|
1531
|
-
|
1531
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1532
1532
|
top: 0;
|
1533
1533
|
left: 0;
|
1534
1534
|
}
|
1535
|
-
|
1535
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
1536
1536
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1537
1537
|
}
|
1538
|
-
|
1538
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1539
1539
|
top: 0;
|
1540
1540
|
right: 0;
|
1541
1541
|
}
|
1542
|
-
|
1542
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1543
1543
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1544
1544
|
}
|
1545
|
-
|
1545
|
+
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1546
1546
|
position: absolute;
|
1547
1547
|
right: 0;
|
1548
1548
|
bottom: 0;
|
@@ -1550,16 +1550,16 @@
|
|
1550
1550
|
display: flex;
|
1551
1551
|
justify-content: center;
|
1552
1552
|
}
|
1553
|
-
|
1553
|
+
.bk-table colgroup col {
|
1554
1554
|
background: white;
|
1555
1555
|
}
|
1556
|
-
|
1556
|
+
.bk-table colgroup col.active {
|
1557
1557
|
position: relative;
|
1558
1558
|
background: #f0f1f5;
|
1559
1559
|
}
|
1560
|
-
|
1560
|
+
.bk-table .bk-pagination .is-last {
|
1561
1561
|
margin-left: auto;
|
1562
1562
|
}
|
1563
|
-
|
1563
|
+
.bk-table .stripe-row {
|
1564
1564
|
background: #fafbfd;
|
1565
1565
|
}
|