bkui-vue 0.0.1-beta.128 → 0.0.1-beta.130
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 +145 -31
- package/dist/index.esm.js +3611 -509
- package/dist/index.umd.js +145 -31
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +2 -2
- package/lib/affix/index.d.ts +118 -22
- package/lib/alert/alert.variable.css +2 -2
- package/lib/alert/index.d.ts +146 -28
- package/lib/animate-number/index.d.ts +84 -14
- package/lib/backtop/backtop.variable.css +2 -2
- package/lib/backtop/index.d.ts +135 -29
- package/lib/badge/badge.variable.css +2 -2
- package/lib/badge/index.d.ts +211 -46
- package/lib/breadcrumb/breadcrumb.css +43 -0
- package/lib/breadcrumb/breadcrumb.variable.css +45 -2
- package/lib/button/button.css +4 -0
- package/lib/button/button.less +12 -6
- package/lib/button/button.variable.css +6 -2
- package/lib/card/card.css +43 -0
- package/lib/card/card.variable.css +45 -2
- package/lib/card/index.d.ts +223 -50
- package/lib/cascader/cascader.variable.css +2 -2
- package/lib/checkbox/checkbox.css +4 -2
- package/lib/checkbox/checkbox.less +4 -2
- package/lib/checkbox/checkbox.variable.css +6 -4
- package/lib/code-diff/code-diff.variable.css +2 -2
- package/lib/code-diff/index.d.ts +123 -23
- package/lib/collapse/collapse.variable.css +2 -2
- package/lib/collapse/index.d.ts +147 -28
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/container/container.css +43 -0
- package/lib/container/container.variable.css +45 -2
- package/lib/date-picker/date-picker.variable.css +2 -2
- package/lib/date-picker/index.d.ts +566 -124
- package/lib/dialog/index.d.ts +557 -140
- package/lib/divider/divider.variable.css +2 -2
- package/lib/divider/index.d.ts +117 -23
- package/lib/dropdown/dropdown.variable.css +2 -2
- package/lib/exception/exception.variable.css +2 -2
- package/lib/exception/index.d.ts +83 -13
- package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
- package/lib/fixed-navbar/index.d.ts +121 -22
- package/lib/form/form.variable.css +2 -2
- package/lib/input/index.d.ts +408 -92
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +56 -5
- package/lib/input/input.less +12 -2
- package/lib/input/input.variable.css +55 -4
- package/lib/link/index.d.ts +134 -28
- package/lib/link/link.variable.css +2 -2
- package/lib/loading/loading.css +43 -2
- package/lib/loading/loading.less +2 -2
- package/lib/loading/loading.variable.css +45 -4
- package/lib/menu/menu.css +43 -0
- package/lib/menu/menu.variable.css +45 -2
- package/lib/menu/submenu.variable.css +2 -2
- package/lib/message/message.variable.css +2 -2
- package/lib/navigation/index.d.ts +244 -51
- package/lib/navigation/navigation.variable.css +2 -2
- package/lib/notify/notify.variable.css +2 -2
- package/lib/pagination/index.d.ts +305 -68
- package/lib/pagination/pagination.variable.css +2 -2
- package/lib/popover/index.d.ts +298 -76
- package/lib/popover/popover.variable.css +2 -2
- package/lib/popover2/index.d.ts +378 -92
- package/lib/popover2/index.js +1 -1
- package/lib/popover2/popover2.variable.css +2 -2
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/process/index.d.ts +166 -35
- package/lib/process/process.variable.css +2 -2
- package/lib/progress/index.d.ts +306 -76
- package/lib/progress/progress.css +43 -0
- package/lib/progress/progress.variable.css +45 -2
- package/lib/radio/index.d.ts +2 -2
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +3 -4
- package/lib/radio/radio.css +4 -5
- package/lib/radio/radio.less +4 -5
- package/lib/radio/radio.variable.css +6 -7
- package/lib/rate/index.d.ts +96 -15
- package/lib/resize-layout/index.d.ts +261 -52
- package/lib/resize-layout/resize-layout.variable.css +2 -2
- package/lib/select/select.css +26 -24
- package/lib/select/select.less +132 -122
- package/lib/select/select.variable.css +28 -26
- package/lib/shared/index.d.ts +3 -3
- package/lib/sideslider/index.d.ts +369 -91
- package/lib/sideslider/sideslider.variable.css +2 -2
- package/lib/slider/index.d.ts +319 -78
- package/lib/slider/slider.variable.css +2 -2
- package/lib/steps/index.d.ts +198 -43
- package/lib/steps/steps.variable.css +2 -2
- package/lib/styles/mixins/mixins.css +43 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +43 -0
- package/lib/styles/mixins/scroll.variable.css +2 -2
- package/lib/styles/themes/themes.less +2 -2
- package/lib/swiper/index.d.ts +146 -30
- package/lib/switcher/index.d.ts +223 -50
- package/lib/switcher/switcher.css +43 -0
- package/lib/switcher/switcher.variable.css +45 -2
- package/lib/tab/tab.variable.css +2 -2
- package/lib/table/const.d.ts +14 -0
- package/lib/table/index.d.ts +419 -101
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.variable.css +2 -2
- package/lib/table/plugins/head-sort.variable.css +2 -2
- package/lib/table/plugins/settings.css +25 -6
- package/lib/table/plugins/settings.less +27 -6
- package/lib/table/plugins/settings.variable.css +27 -8
- package/lib/table/props.d.ts +1 -0
- package/lib/table/table.css +670 -7
- package/lib/table/table.d.ts +6 -2
- package/lib/table/table.less +7 -1
- package/lib/table/table.variable.css +672 -9
- package/lib/table/use-common.d.ts +16 -1
- package/lib/table/utils.d.ts +2 -2
- package/lib/tag/index.d.ts +183 -38
- package/lib/tag/tag.variable.css +2 -2
- package/lib/tag-input/index.d.ts +666 -145
- package/lib/tag-input/tag-input.variable.css +2 -2
- package/lib/timeline/index.d.ts +109 -19
- package/lib/timeline/timeline.variable.css +2 -2
- package/lib/transfer/index.d.ts +264 -59
- package/lib/transfer/transfer.variable.css +2 -2
- package/lib/tree/index.d.ts +401 -103
- package/lib/tree/index.js +1 -1
- package/lib/tree/tree.css +107 -0
- package/lib/tree/tree.less +2 -0
- package/lib/tree/tree.variable.css +109 -2
- package/lib/tree/use-node-action.d.ts +1 -1
- package/lib/tree/use-node-attribute.d.ts +1 -0
- package/lib/upload/upload.css +43 -0
- package/lib/upload/upload.variable.css +45 -2
- package/lib/virtual-render/index.d.ts +433 -109
- package/lib/virtual-render/virtual-render.variable.css +2 -2
- package/lib/volar.components.d.ts +2 -1
- package/package.json +1 -1
@@ -19,7 +19,7 @@
|
|
19
19
|
--line-height-large: 18px;
|
20
20
|
--component-size-small: 26px;
|
21
21
|
--component-size-base: 32px;
|
22
|
-
--component-size-large:
|
22
|
+
--component-size-large: 40px;
|
23
23
|
--border-width-base: 1px;
|
24
24
|
--border-style-base: solid;
|
25
25
|
--border-radius-base: 2px;
|
@@ -34,7 +34,7 @@
|
|
34
34
|
--input-horizontal-padding: 10px;
|
35
35
|
--input-block-color: #f5f7fa;
|
36
36
|
--input-block-hover-color: #eaebf0;
|
37
|
-
--input-icon-size: var(--font-size-
|
37
|
+
--input-icon-size: var(--font-size-medium);
|
38
38
|
--input-maxlength-color: #979ba5;
|
39
39
|
--button-primary-hover-color: #5594fa;
|
40
40
|
--button-danger-hover-color: #ff5656;
|
@@ -117,6 +117,650 @@
|
|
117
117
|
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
118
118
|
border-radius: 4px;
|
119
119
|
}
|
120
|
+
.bk-virtual-render {
|
121
|
+
position: relative;
|
122
|
+
}
|
123
|
+
.bk-virtual-render .bk-virtual-content,
|
124
|
+
.bk-virtual-render.bk-virtual-content {
|
125
|
+
position: absolute;
|
126
|
+
top: 0;
|
127
|
+
bottom: 0;
|
128
|
+
left: 0;
|
129
|
+
width: 100%;
|
130
|
+
height: 100%;
|
131
|
+
}
|
132
|
+
.bk-virtual-render .bk-virtual-section {
|
133
|
+
width: 1px;
|
134
|
+
background: transparent;
|
135
|
+
}
|
136
|
+
.bk-checkbox {
|
137
|
+
display: inline-flex;
|
138
|
+
justify-self: center;
|
139
|
+
font-size: 14px;
|
140
|
+
line-height: 18px;
|
141
|
+
letter-spacing: normal;
|
142
|
+
color: #63656e;
|
143
|
+
cursor: pointer;
|
144
|
+
user-select: none;
|
145
|
+
}
|
146
|
+
.bk-checkbox ~ .bk-checkbox {
|
147
|
+
margin-left: 30px;
|
148
|
+
}
|
149
|
+
.bk-checkbox.is-checked .bk-checkbox-input {
|
150
|
+
background: #3a84ff;
|
151
|
+
border-color: #3a84ff;
|
152
|
+
transition: all 0.1s;
|
153
|
+
}
|
154
|
+
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
155
|
+
width: 3px;
|
156
|
+
height: 6px;
|
157
|
+
}
|
158
|
+
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
159
|
+
position: absolute;
|
160
|
+
top: 50%;
|
161
|
+
left: 50%;
|
162
|
+
width: 4px;
|
163
|
+
height: 8px;
|
164
|
+
border: 2px solid #fff;
|
165
|
+
border-top: 0;
|
166
|
+
border-left: 0;
|
167
|
+
content: '';
|
168
|
+
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
169
|
+
transform-origin: center;
|
170
|
+
}
|
171
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
172
|
+
width: 6px;
|
173
|
+
height: 2px;
|
174
|
+
}
|
175
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input::after {
|
176
|
+
position: absolute;
|
177
|
+
top: 50%;
|
178
|
+
left: 50%;
|
179
|
+
width: 8px;
|
180
|
+
height: 2px;
|
181
|
+
background: #fff;
|
182
|
+
border: none;
|
183
|
+
border-radius: 2px;
|
184
|
+
content: '';
|
185
|
+
transform: translate(-50%, -50%);
|
186
|
+
}
|
187
|
+
.bk-checkbox.is-disabled {
|
188
|
+
color: #c4c6cc;
|
189
|
+
cursor: not-allowed;
|
190
|
+
}
|
191
|
+
.bk-checkbox.is-disabled .bk-checkbox-input {
|
192
|
+
background: #fafbfd;
|
193
|
+
border-color: #dcdee5;
|
194
|
+
}
|
195
|
+
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
196
|
+
background: #dcdee5;
|
197
|
+
}
|
198
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
199
|
+
background: #dcdee5;
|
200
|
+
}
|
201
|
+
.bk-checkbox .bk-checkbox-input {
|
202
|
+
position: relative;
|
203
|
+
display: inline-block;
|
204
|
+
width: 16px;
|
205
|
+
height: 16px;
|
206
|
+
margin-right: 5px;
|
207
|
+
vertical-align: middle;
|
208
|
+
border: 1px solid #979ba5;
|
209
|
+
border-radius: 2px;
|
210
|
+
}
|
211
|
+
.bk-checkbox .bk-checkbox-input.small {
|
212
|
+
width: 14px;
|
213
|
+
height: 14px;
|
214
|
+
}
|
215
|
+
.bk-checkbox .bk-checkbox-original {
|
216
|
+
position: absolute;
|
217
|
+
top: 0;
|
218
|
+
left: 0;
|
219
|
+
z-index: -1;
|
220
|
+
width: 0;
|
221
|
+
height: 0;
|
222
|
+
}
|
223
|
+
.bk-checkbox .bk-checkbox-label {
|
224
|
+
display: inline-block;
|
225
|
+
vertical-align: middle;
|
226
|
+
}
|
227
|
+
.bk-button {
|
228
|
+
display: inline-flex;
|
229
|
+
height: 32px;
|
230
|
+
padding: 5px 12px;
|
231
|
+
font-size: 14px;
|
232
|
+
color: #63656e;
|
233
|
+
text-decoration: none;
|
234
|
+
white-space: nowrap;
|
235
|
+
cursor: pointer;
|
236
|
+
background-color: white;
|
237
|
+
border: 1px solid #c4c6cc;
|
238
|
+
border-radius: 2px;
|
239
|
+
outline: none;
|
240
|
+
box-sizing: border-box;
|
241
|
+
transition: background-color ease 0.3s;
|
242
|
+
appearance: none;
|
243
|
+
align-items: center;
|
244
|
+
justify-content: center;
|
245
|
+
}
|
246
|
+
.bk-button.bk-button-primary {
|
247
|
+
background-color: #3a84ff;
|
248
|
+
color: white;
|
249
|
+
border-color: #3a84ff;
|
250
|
+
}
|
251
|
+
.bk-button.bk-button-primary:hover {
|
252
|
+
background-color: #5594fa;
|
253
|
+
border-color: #5594fa;
|
254
|
+
}
|
255
|
+
.bk-button.bk-button-primary:active {
|
256
|
+
background-color: #2c77f4;
|
257
|
+
border-color: #2c77f4;
|
258
|
+
color: white;
|
259
|
+
}
|
260
|
+
.bk-button.bk-button-primary.is-outline {
|
261
|
+
color: #3a84ff;
|
262
|
+
border-color: #3a84ff;
|
263
|
+
background-color: white;
|
264
|
+
}
|
265
|
+
.bk-button.bk-button-primary.is-outline:hover {
|
266
|
+
background-color: #5594fa;
|
267
|
+
border-color: #5594fa;
|
268
|
+
color: white;
|
269
|
+
}
|
270
|
+
.bk-button.bk-button-primary.is-text {
|
271
|
+
color: #3a84ff;
|
272
|
+
background-color: transparent;
|
273
|
+
border: none;
|
274
|
+
}
|
275
|
+
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
276
|
+
color: #5594fa;
|
277
|
+
}
|
278
|
+
.bk-button.bk-button-primary.is-disabled {
|
279
|
+
color: #dcdee5;
|
280
|
+
cursor: not-allowed;
|
281
|
+
}
|
282
|
+
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
283
|
+
background-color: #dcdee5;
|
284
|
+
color: white;
|
285
|
+
border-color: #dcdee5;
|
286
|
+
}
|
287
|
+
.bk-button.bk-button-hover-primary:hover {
|
288
|
+
background-color: #5594fa;
|
289
|
+
border-color: #5594fa;
|
290
|
+
color: white;
|
291
|
+
}
|
292
|
+
.bk-button.bk-button-warning {
|
293
|
+
background-color: #ff9c01;
|
294
|
+
color: white;
|
295
|
+
border-color: #ff9c01;
|
296
|
+
}
|
297
|
+
.bk-button.bk-button-warning:hover {
|
298
|
+
background-color: #ffb848;
|
299
|
+
border-color: #ffb848;
|
300
|
+
}
|
301
|
+
.bk-button.bk-button-warning:active {
|
302
|
+
background-color: #eb9000;
|
303
|
+
border-color: #eb9000;
|
304
|
+
color: white;
|
305
|
+
}
|
306
|
+
.bk-button.bk-button-warning.is-outline {
|
307
|
+
color: #ff9c01;
|
308
|
+
border-color: #ff9c01;
|
309
|
+
background-color: white;
|
310
|
+
}
|
311
|
+
.bk-button.bk-button-warning.is-outline:hover {
|
312
|
+
background-color: #ffb848;
|
313
|
+
border-color: #ffb848;
|
314
|
+
color: white;
|
315
|
+
}
|
316
|
+
.bk-button.bk-button-warning.is-text {
|
317
|
+
color: #ff9c01;
|
318
|
+
background-color: transparent;
|
319
|
+
border: none;
|
320
|
+
}
|
321
|
+
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
322
|
+
color: #ffb848;
|
323
|
+
}
|
324
|
+
.bk-button.bk-button-warning.is-disabled {
|
325
|
+
color: #dcdee5;
|
326
|
+
cursor: not-allowed;
|
327
|
+
}
|
328
|
+
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
329
|
+
background-color: #dcdee5;
|
330
|
+
color: white;
|
331
|
+
border-color: #dcdee5;
|
332
|
+
}
|
333
|
+
.bk-button.bk-button-hover-warning:hover {
|
334
|
+
background-color: #ffb848;
|
335
|
+
border-color: #ffb848;
|
336
|
+
color: white;
|
337
|
+
}
|
338
|
+
.bk-button.bk-button-success {
|
339
|
+
background-color: #2dcb56;
|
340
|
+
color: white;
|
341
|
+
border-color: #2dcb56;
|
342
|
+
}
|
343
|
+
.bk-button.bk-button-success:hover {
|
344
|
+
background-color: #45e35f;
|
345
|
+
border-color: #45e35f;
|
346
|
+
}
|
347
|
+
.bk-button.bk-button-success:active {
|
348
|
+
background-color: #1ab943;
|
349
|
+
border-color: #1ab943;
|
350
|
+
color: white;
|
351
|
+
}
|
352
|
+
.bk-button.bk-button-success.is-outline {
|
353
|
+
color: #2dcb56;
|
354
|
+
border-color: #2dcb56;
|
355
|
+
background-color: white;
|
356
|
+
}
|
357
|
+
.bk-button.bk-button-success.is-outline:hover {
|
358
|
+
background-color: #45e35f;
|
359
|
+
border-color: #45e35f;
|
360
|
+
color: white;
|
361
|
+
}
|
362
|
+
.bk-button.bk-button-success.is-text {
|
363
|
+
color: #2dcb56;
|
364
|
+
background-color: transparent;
|
365
|
+
border: none;
|
366
|
+
}
|
367
|
+
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
368
|
+
color: #45e35f;
|
369
|
+
}
|
370
|
+
.bk-button.bk-button-success.is-disabled {
|
371
|
+
color: #dcdee5;
|
372
|
+
cursor: not-allowed;
|
373
|
+
}
|
374
|
+
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
375
|
+
background-color: #dcdee5;
|
376
|
+
color: white;
|
377
|
+
border-color: #dcdee5;
|
378
|
+
}
|
379
|
+
.bk-button.bk-button-hover-success:hover {
|
380
|
+
background-color: #45e35f;
|
381
|
+
border-color: #45e35f;
|
382
|
+
color: white;
|
383
|
+
}
|
384
|
+
.bk-button.bk-button-danger {
|
385
|
+
background-color: #ea3636;
|
386
|
+
color: white;
|
387
|
+
border-color: #ea3636;
|
388
|
+
}
|
389
|
+
.bk-button.bk-button-danger:hover {
|
390
|
+
background-color: #ff5656;
|
391
|
+
border-color: #ff5656;
|
392
|
+
}
|
393
|
+
.bk-button.bk-button-danger:active {
|
394
|
+
background-color: #db2626;
|
395
|
+
border-color: #db2626;
|
396
|
+
color: white;
|
397
|
+
}
|
398
|
+
.bk-button.bk-button-danger.is-outline {
|
399
|
+
color: #ea3636;
|
400
|
+
border-color: #ea3636;
|
401
|
+
background-color: white;
|
402
|
+
}
|
403
|
+
.bk-button.bk-button-danger.is-outline:hover {
|
404
|
+
background-color: #ff5656;
|
405
|
+
border-color: #ff5656;
|
406
|
+
color: white;
|
407
|
+
}
|
408
|
+
.bk-button.bk-button-danger.is-text {
|
409
|
+
color: #ea3636;
|
410
|
+
background-color: transparent;
|
411
|
+
border: none;
|
412
|
+
}
|
413
|
+
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
414
|
+
color: #ff5656;
|
415
|
+
}
|
416
|
+
.bk-button.bk-button-danger.is-disabled {
|
417
|
+
color: #dcdee5;
|
418
|
+
cursor: not-allowed;
|
419
|
+
}
|
420
|
+
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
421
|
+
background-color: #dcdee5;
|
422
|
+
color: white;
|
423
|
+
border-color: #dcdee5;
|
424
|
+
}
|
425
|
+
.bk-button.bk-button-hover-danger:hover {
|
426
|
+
background-color: #ff5656;
|
427
|
+
border-color: #ff5656;
|
428
|
+
color: white;
|
429
|
+
}
|
430
|
+
.bk-button.bk-button-small {
|
431
|
+
height: 26px;
|
432
|
+
padding: 3px 12px;
|
433
|
+
font-size: 12px;
|
434
|
+
}
|
435
|
+
.bk-button.bk-button-large {
|
436
|
+
height: 38px;
|
437
|
+
padding: 8px 20px;
|
438
|
+
font-size: 16px;
|
439
|
+
}
|
440
|
+
.bk-button .bk-button-text {
|
441
|
+
display: inline-flex;
|
442
|
+
align-items: center;
|
443
|
+
line-height: 1;
|
444
|
+
}
|
445
|
+
.bk-button.is-loading {
|
446
|
+
position: relative;
|
447
|
+
}
|
448
|
+
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
449
|
+
position: absolute;
|
450
|
+
}
|
451
|
+
.bk-button.is-loading .bk-button-text {
|
452
|
+
visibility: hidden;
|
453
|
+
}
|
454
|
+
.bk-button:hover {
|
455
|
+
border-color: #979ba5;
|
456
|
+
}
|
457
|
+
.bk-button:active {
|
458
|
+
color: #3a84ff;
|
459
|
+
border-color: #3a84ff;
|
460
|
+
}
|
461
|
+
.bk-button.is-text {
|
462
|
+
height: auto;
|
463
|
+
padding: 0;
|
464
|
+
font-size: 14px;
|
465
|
+
font-size: inherit;
|
466
|
+
color: #63656e;
|
467
|
+
text-decoration: none;
|
468
|
+
cursor: pointer;
|
469
|
+
background-color: transparent;
|
470
|
+
border: none;
|
471
|
+
outline: none;
|
472
|
+
}
|
473
|
+
.bk-button.is-disabled {
|
474
|
+
color: #dcdee5;
|
475
|
+
cursor: not-allowed;
|
476
|
+
border-color: #dcdee5;
|
477
|
+
}
|
478
|
+
.bk-button-group {
|
479
|
+
display: inline-block;
|
480
|
+
font-size: 0;
|
481
|
+
}
|
482
|
+
.bk-button-group.bk-button-group-small .bk-button {
|
483
|
+
height: 26px;
|
484
|
+
padding: 3px 12px;
|
485
|
+
font-size: 12px;
|
486
|
+
}
|
487
|
+
.bk-button-group.bk-button-group-large .bk-button {
|
488
|
+
height: 38px;
|
489
|
+
padding: 8px 20px;
|
490
|
+
font-size: 16px;
|
491
|
+
}
|
492
|
+
.bk-button-group .bk-button {
|
493
|
+
height: 32px;
|
494
|
+
margin: 0 0 0 -1px;
|
495
|
+
border-radius: 0;
|
496
|
+
}
|
497
|
+
.bk-button-group .bk-button:not(.is-disabled) {
|
498
|
+
color: #63656e;
|
499
|
+
background-color: white;
|
500
|
+
border-color: #c4c6cc;
|
501
|
+
}
|
502
|
+
.bk-button-group .bk-button.is-disabled {
|
503
|
+
color: #c4c6cc;
|
504
|
+
}
|
505
|
+
.bk-button-group .bk-button:first-child {
|
506
|
+
border-radius: 2px 0 0 2px;
|
507
|
+
}
|
508
|
+
.bk-button-group .bk-button:last-child {
|
509
|
+
border-radius: 0 2px 2px 0;
|
510
|
+
}
|
511
|
+
.bk-button-group .bk-button:only-child {
|
512
|
+
border-radius: 2px;
|
513
|
+
}
|
514
|
+
.bk-button-group .bk-button:hover:not(.is-disabled),
|
515
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
516
|
+
position: relative;
|
517
|
+
z-index: 1;
|
518
|
+
color: #3a84ff;
|
519
|
+
background-color: white;
|
520
|
+
border-color: #3a84ff;
|
521
|
+
}
|
522
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
523
|
+
background-color: #e1ecff;
|
524
|
+
}
|
525
|
+
.bk-button-group .bk-button.is-selected.is-disabled {
|
526
|
+
background-color: #f0f1f5;
|
527
|
+
}
|
528
|
+
.bk-exception-wrapper {
|
529
|
+
position: relative;
|
530
|
+
display: flex;
|
531
|
+
width: 100%;
|
532
|
+
align-items: center;
|
533
|
+
flex-direction: column;
|
534
|
+
}
|
535
|
+
.bk-exception-wrapper .bk-exception-img {
|
536
|
+
display: flex;
|
537
|
+
width: 480px;
|
538
|
+
height: 240px;
|
539
|
+
align-items: center;
|
540
|
+
justify-content: center;
|
541
|
+
}
|
542
|
+
.bk-exception-wrapper .bk-exception-img.part-img {
|
543
|
+
width: 120px;
|
544
|
+
height: 100px;
|
545
|
+
}
|
546
|
+
.bk-exception-wrapper .bk-exception-img .exception-image {
|
547
|
+
display: block;
|
548
|
+
height: 100%;
|
549
|
+
vertical-align: middle;
|
550
|
+
object-fit: contain;
|
551
|
+
}
|
552
|
+
.bk-exception-wrapper .bk-exception-text {
|
553
|
+
font-size: 24px;
|
554
|
+
color: #63656e;
|
555
|
+
text-align: center;
|
556
|
+
}
|
557
|
+
.bk-exception-wrapper .bk-exception-text.part-text {
|
558
|
+
font-size: 14px;
|
559
|
+
}
|
560
|
+
.bk-pagination {
|
561
|
+
display: flex;
|
562
|
+
align-items: center;
|
563
|
+
font-size: 12px;
|
564
|
+
letter-spacing: normal;
|
565
|
+
color: #63656e;
|
566
|
+
user-select: none;
|
567
|
+
}
|
568
|
+
.bk-pagination.is-disabled {
|
569
|
+
cursor: not-allowed;
|
570
|
+
}
|
571
|
+
.bk-pagination.is-align-left {
|
572
|
+
justify-content: flex-start;
|
573
|
+
}
|
574
|
+
.bk-pagination.is-align-center {
|
575
|
+
justify-content: center;
|
576
|
+
}
|
577
|
+
.bk-pagination.is-align-right {
|
578
|
+
justify-content: flex-end;
|
579
|
+
}
|
580
|
+
.bk-pagination > * {
|
581
|
+
margin: 0 6px;
|
582
|
+
}
|
583
|
+
.bk-pagination > .is-first {
|
584
|
+
margin-left: 0;
|
585
|
+
}
|
586
|
+
.bk-pagination > .is-last {
|
587
|
+
margin-right: 0;
|
588
|
+
}
|
589
|
+
.bk-pagination-total {
|
590
|
+
display: flex;
|
591
|
+
user-select: none;
|
592
|
+
}
|
593
|
+
.bk-pagination-total-num {
|
594
|
+
padding: 0 2px;
|
595
|
+
color: #3f4046;
|
596
|
+
}
|
597
|
+
.bk-pagination-list {
|
598
|
+
display: flex;
|
599
|
+
}
|
600
|
+
.bk-pagination-list-pre,
|
601
|
+
.bk-pagination-list-next,
|
602
|
+
.bk-pagination-list-item {
|
603
|
+
display: flex;
|
604
|
+
align-items: center;
|
605
|
+
justify-content: center;
|
606
|
+
height: 32px;
|
607
|
+
min-width: 32px;
|
608
|
+
padding: 0 4px;
|
609
|
+
margin-right: 2px;
|
610
|
+
margin-left: 2px;
|
611
|
+
color: #63656e;
|
612
|
+
cursor: pointer;
|
613
|
+
background: #fff;
|
614
|
+
border: 1px solid #c4c6cc;
|
615
|
+
border-radius: 2px;
|
616
|
+
user-select: none;
|
617
|
+
}
|
618
|
+
.bk-pagination-list-pre:hover,
|
619
|
+
.bk-pagination-list-next:hover,
|
620
|
+
.bk-pagination-list-item:hover,
|
621
|
+
.bk-pagination-list-pre.is-active,
|
622
|
+
.bk-pagination-list-next.is-active,
|
623
|
+
.bk-pagination-list-item.is-active {
|
624
|
+
color: #3a84ff;
|
625
|
+
border-color: #3a84ff;
|
626
|
+
}
|
627
|
+
.bk-pagination-list-pre.is-disabled,
|
628
|
+
.bk-pagination-list-next.is-disabled,
|
629
|
+
.bk-pagination-list-item.is-disabled {
|
630
|
+
color: #c4c6cc;
|
631
|
+
cursor: not-allowed;
|
632
|
+
background-color: #fafbfd;
|
633
|
+
border-color: #dcdee5;
|
634
|
+
}
|
635
|
+
.bk-pagination-list-pre-batch,
|
636
|
+
.bk-pagination-list-next-batch {
|
637
|
+
display: flex;
|
638
|
+
align-items: center;
|
639
|
+
justify-content: center;
|
640
|
+
height: 32px;
|
641
|
+
cursor: pointer;
|
642
|
+
user-select: none;
|
643
|
+
}
|
644
|
+
.bk-pagination-list-pre-batch:hover,
|
645
|
+
.bk-pagination-list-next-batch:hover {
|
646
|
+
color: #3a84ff;
|
647
|
+
}
|
648
|
+
.bk-pagination-list-pre,
|
649
|
+
.bk-pagination-list-next {
|
650
|
+
font-size: 14px;
|
651
|
+
}
|
652
|
+
.bk-pagination-list-item {
|
653
|
+
margin-right: 4px;
|
654
|
+
margin-left: 4px;
|
655
|
+
}
|
656
|
+
.bk-pagination-limit {
|
657
|
+
display: flex;
|
658
|
+
align-items: center;
|
659
|
+
user-select: none;
|
660
|
+
}
|
661
|
+
.bk-pagination-limit-select {
|
662
|
+
width: 60px;
|
663
|
+
margin: 0 4px;
|
664
|
+
}
|
665
|
+
.bk-pagination-small-list {
|
666
|
+
display: flex;
|
667
|
+
}
|
668
|
+
.bk-pagination-small-list .bk-pagination-picker {
|
669
|
+
display: flex;
|
670
|
+
height: 24px;
|
671
|
+
cursor: pointer;
|
672
|
+
background-color: #f0f1f5;
|
673
|
+
border: 1px solid #f0f1f5;
|
674
|
+
border-radius: 2px;
|
675
|
+
align-items: center;
|
676
|
+
}
|
677
|
+
.bk-pagination-small-list .bk-pagination-picker:hover {
|
678
|
+
background-color: #e1ecff;
|
679
|
+
border-color: #e1ecff;
|
680
|
+
}
|
681
|
+
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
682
|
+
background-color: #fff;
|
683
|
+
border-color: #3a84ff;
|
684
|
+
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
685
|
+
}
|
686
|
+
.bk-pagination-editor {
|
687
|
+
height: 16px;
|
688
|
+
min-width: 14px;
|
689
|
+
padding-right: 4px;
|
690
|
+
padding-left: 8px;
|
691
|
+
line-height: 16px;
|
692
|
+
text-align: center;
|
693
|
+
background-color: transparent;
|
694
|
+
border: 0;
|
695
|
+
border-radius: 2px;
|
696
|
+
outline: none;
|
697
|
+
transition: all 0.15s;
|
698
|
+
}
|
699
|
+
.bk-pagination-small-list-total {
|
700
|
+
padding-right: 8px;
|
701
|
+
padding-left: 4px;
|
702
|
+
}
|
703
|
+
.bk-pagination-btn-pre,
|
704
|
+
.bk-pagination-btn-next {
|
705
|
+
display: flex;
|
706
|
+
justify-content: center;
|
707
|
+
align-items: center;
|
708
|
+
width: 24px;
|
709
|
+
cursor: pointer;
|
710
|
+
}
|
711
|
+
.bk-pagination-btn-pre:hover,
|
712
|
+
.bk-pagination-btn-next:hover {
|
713
|
+
color: #3a84ff;
|
714
|
+
}
|
715
|
+
.bk-pagination-btn-pre.is-disabled,
|
716
|
+
.bk-pagination-btn-next.is-disabled {
|
717
|
+
color: #dcdee5;
|
718
|
+
cursor: not-allowed;
|
719
|
+
}
|
720
|
+
.bk-pagination-picker-list {
|
721
|
+
max-height: 216px;
|
722
|
+
padding: 7px 0;
|
723
|
+
margin: -7px -14px;
|
724
|
+
overflow: auto;
|
725
|
+
}
|
726
|
+
.bk-pagination-picker-list .item {
|
727
|
+
height: 32px;
|
728
|
+
padding: 0 10px;
|
729
|
+
font-size: 12px;
|
730
|
+
line-height: 32px;
|
731
|
+
color: #63656e;
|
732
|
+
cursor: pointer;
|
733
|
+
}
|
734
|
+
.bk-pagination-picker-list .item:hover,
|
735
|
+
.bk-pagination-picker-list .item.is-actived {
|
736
|
+
color: #3a84ff;
|
737
|
+
background: #f4f6fa;
|
738
|
+
}
|
739
|
+
.bk-popover2.bk-pop2-content {
|
740
|
+
position: absolute;
|
741
|
+
display: none;
|
742
|
+
padding: 7px 14px;
|
743
|
+
font-size: 12px;
|
744
|
+
color: #fff;
|
745
|
+
background: #26323d;
|
746
|
+
border-radius: 4px;
|
747
|
+
box-sizing: border-box;
|
748
|
+
}
|
749
|
+
.bk-popover2.bk-pop2-content .bk-pop2-arrow {
|
750
|
+
position: absolute;
|
751
|
+
width: 8px;
|
752
|
+
height: 8px;
|
753
|
+
background: #333;
|
754
|
+
transform: rotate(45deg);
|
755
|
+
}
|
756
|
+
.bk-popover2.bk-pop2-content[data-theme^='light'] {
|
757
|
+
color: #26323d;
|
758
|
+
background-color: #fff;
|
759
|
+
box-shadow: 0 0 6px 0 #dcdee5;
|
760
|
+
}
|
761
|
+
.bk-popover2.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
|
762
|
+
background-color: #fff;
|
763
|
+
}
|
120
764
|
.bk-table-head-action {
|
121
765
|
display: flex;
|
122
766
|
width: 32px;
|
@@ -232,6 +876,14 @@
|
|
232
876
|
right: 15px;
|
233
877
|
cursor: pointer;
|
234
878
|
}
|
879
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
|
880
|
+
display: inline-block;
|
881
|
+
height: 26px;
|
882
|
+
margin: 24px 0;
|
883
|
+
font-size: 20px;
|
884
|
+
line-height: 26px;
|
885
|
+
color: #313238;
|
886
|
+
}
|
235
887
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
|
236
888
|
padding: 0 24px;
|
237
889
|
}
|
@@ -242,6 +894,13 @@
|
|
242
894
|
color: #63656e;
|
243
895
|
justify-content: space-between;
|
244
896
|
}
|
897
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
|
898
|
+
height: 22px;
|
899
|
+
font-size: 14px;
|
900
|
+
line-height: 22px;
|
901
|
+
color: #313238;
|
902
|
+
text-align: left;
|
903
|
+
}
|
245
904
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
|
246
905
|
color: #c4c6cc;
|
247
906
|
}
|
@@ -254,11 +913,13 @@
|
|
254
913
|
max-height: 150px;
|
255
914
|
align-items: flex-start;
|
256
915
|
flex-wrap: wrap;
|
916
|
+
margin-bottom: 16px;
|
257
917
|
}
|
258
918
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
259
919
|
width: 150px;
|
260
|
-
height:
|
261
|
-
|
920
|
+
height: 16px;
|
921
|
+
margin-top: 16px;
|
922
|
+
line-height: 16px;
|
262
923
|
}
|
263
924
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
|
264
925
|
overflow: hidden;
|
@@ -297,7 +958,7 @@
|
|
297
958
|
border-bottom-left-radius: 2px;
|
298
959
|
border-top-left-radius: 2px;
|
299
960
|
}
|
300
|
-
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-
|
961
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-medium {
|
301
962
|
border-right: none;
|
302
963
|
}
|
303
964
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
|
@@ -306,14 +967,16 @@
|
|
306
967
|
border-top-right-radius: 2px;
|
307
968
|
border-bottom-right-radius: 2px;
|
308
969
|
}
|
309
|
-
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-
|
970
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-medium {
|
310
971
|
border-left: none;
|
311
972
|
}
|
312
973
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
|
313
974
|
display: flex;
|
314
|
-
height:
|
975
|
+
height: 50px;
|
315
976
|
padding: 0 24px;
|
316
|
-
background
|
977
|
+
background: #fafbfd;
|
978
|
+
border: 1px solid #dcdee5;
|
979
|
+
border-radius: 0px 0px 2px 2px;
|
317
980
|
justify-content: flex-end;
|
318
981
|
align-items: center;
|
319
982
|
}
|
@@ -374,7 +1037,7 @@
|
|
374
1037
|
height: var(--row-height);
|
375
1038
|
padding: 0 15px;
|
376
1039
|
overflow: hidden;
|
377
|
-
font-size:
|
1040
|
+
font-size: 12px;
|
378
1041
|
line-height: var(--row-height);
|
379
1042
|
color: #575961;
|
380
1043
|
text-align: left;
|