bkui-vue 0.0.1-beta.124 → 0.0.1-beta.125

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.
Files changed (88) hide show
  1. package/dist/index.cjs.js +145 -31
  2. package/dist/index.esm.js +3392 -441
  3. package/dist/index.umd.js +145 -31
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -0
  6. package/lib/affix/affix.variable.css +2 -2
  7. package/lib/alert/alert.variable.css +2 -2
  8. package/lib/backtop/backtop.variable.css +2 -2
  9. package/lib/badge/badge.variable.css +2 -2
  10. package/lib/breadcrumb/breadcrumb.variable.css +2 -2
  11. package/lib/button/button.css +4 -0
  12. package/lib/button/button.less +13 -7
  13. package/lib/button/button.variable.css +6 -2
  14. package/lib/card/card.variable.css +2 -2
  15. package/lib/cascader/cascader.variable.css +2 -2
  16. package/lib/checkbox/checkbox.css +1 -1
  17. package/lib/checkbox/checkbox.less +1 -1
  18. package/lib/checkbox/checkbox.variable.css +3 -3
  19. package/lib/code-diff/code-diff.variable.css +2 -2
  20. package/lib/collapse/collapse.variable.css +2 -2
  21. package/lib/components.d.ts +1 -0
  22. package/lib/components.js +1 -1
  23. package/lib/container/container.variable.css +2 -2
  24. package/lib/date-picker/date-picker.variable.css +2 -2
  25. package/lib/directives/index.js +1 -1
  26. package/lib/directives/tooltips.d.ts +0 -1
  27. package/lib/divider/divider.variable.css +2 -2
  28. package/lib/dropdown/dropdown.variable.css +2 -2
  29. package/lib/exception/exception.variable.css +2 -2
  30. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  31. package/lib/form/form.variable.css +2 -2
  32. package/lib/input/index.js +1 -1
  33. package/lib/input/input.css +13 -5
  34. package/lib/input/input.less +12 -2
  35. package/lib/input/input.variable.css +12 -4
  36. package/lib/link/link.variable.css +2 -2
  37. package/lib/loading/loading.css +0 -2
  38. package/lib/loading/loading.less +2 -2
  39. package/lib/loading/loading.variable.css +2 -4
  40. package/lib/menu/menu.variable.css +2 -2
  41. package/lib/menu/submenu.variable.css +2 -2
  42. package/lib/message/message.variable.css +2 -2
  43. package/lib/navigation/navigation.variable.css +2 -2
  44. package/lib/notify/notify.variable.css +2 -2
  45. package/lib/pagination/pagination.variable.css +2 -2
  46. package/lib/popover/popover.variable.css +2 -2
  47. package/lib/popover2/popover2.variable.css +2 -2
  48. package/lib/process/process.variable.css +2 -2
  49. package/lib/progress/progress.variable.css +2 -2
  50. package/lib/radio/radio.variable.css +2 -2
  51. package/lib/resize-layout/resize-layout.variable.css +2 -2
  52. package/lib/select/select.variable.css +2 -2
  53. package/lib/sideslider/sideslider.variable.css +2 -2
  54. package/lib/slider/slider.variable.css +2 -2
  55. package/lib/steps/steps.variable.css +2 -2
  56. package/lib/styles/mixins/scroll.css +17 -0
  57. package/lib/styles/mixins/scroll.less +22 -0
  58. package/lib/styles/mixins/scroll.variable.css +119 -0
  59. package/lib/styles/themes/themes.less +2 -2
  60. package/lib/switcher/switcher.variable.css +2 -2
  61. package/lib/tab/tab.variable.css +2 -2
  62. package/lib/table/index.d.ts +5 -16
  63. package/lib/table/index.js +1 -1
  64. package/lib/table/plugins/head-filter.less +1 -1
  65. package/lib/table/plugins/head-filter.variable.css +2 -2
  66. package/lib/table/plugins/head-sort.less +1 -1
  67. package/lib/table/plugins/head-sort.variable.css +2 -2
  68. package/lib/table/plugins/settings.css +22 -4
  69. package/lib/table/plugins/settings.less +25 -5
  70. package/lib/table/plugins/settings.variable.css +24 -6
  71. package/lib/table/props.d.ts +2 -3
  72. package/lib/table/table.css +664 -4
  73. package/lib/table/table.d.ts +2 -7
  74. package/lib/table/table.less +6 -0
  75. package/lib/table/table.variable.css +666 -6
  76. package/lib/tag/tag.variable.css +2 -2
  77. package/lib/tag-input/tag-input.variable.css +2 -2
  78. package/lib/timeline/timeline.variable.css +2 -2
  79. package/lib/transfer/transfer.variable.css +2 -2
  80. package/lib/tree/index.js +1 -1
  81. package/lib/tree/tree.css +105 -0
  82. package/lib/tree/tree.less +2 -0
  83. package/lib/tree/tree.variable.css +107 -2
  84. package/lib/tree/use-node-action.d.ts +1 -1
  85. package/lib/tree/use-node-attribute.d.ts +1 -0
  86. package/lib/upload/upload.variable.css +2 -2
  87. package/lib/virtual-render/virtual-render.variable.css +2 -2
  88. package/package.json +2 -2
@@ -15,6 +15,648 @@
15
15
  .bk-F-scroll-y::-webkit-scrollbar-thumb {
16
16
  border-radius: 4px;
17
17
  }
18
+ .bk-virtual-render {
19
+ position: relative;
20
+ }
21
+ .bk-virtual-render .bk-virtual-content,
22
+ .bk-virtual-render.bk-virtual-content {
23
+ position: absolute;
24
+ top: 0;
25
+ bottom: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 100%;
29
+ }
30
+ .bk-virtual-render .bk-virtual-section {
31
+ width: 1px;
32
+ background: transparent;
33
+ }
34
+ .bk-checkbox {
35
+ display: inline-flex;
36
+ justify-self: center;
37
+ margin-right: 30px;
38
+ font-size: 14px;
39
+ line-height: 18px;
40
+ letter-spacing: normal;
41
+ color: #63656e;
42
+ cursor: pointer;
43
+ user-select: none;
44
+ }
45
+ .bk-checkbox.is-checked .bk-checkbox-input {
46
+ background: #3a84ff;
47
+ border-color: #3a84ff;
48
+ transition: all 0.1s;
49
+ }
50
+ .bk-checkbox.is-checked .bk-checkbox-input.small::after {
51
+ width: 3px;
52
+ height: 6px;
53
+ }
54
+ .bk-checkbox.is-checked .bk-checkbox-input::after {
55
+ position: absolute;
56
+ top: 50%;
57
+ left: 50%;
58
+ width: 4px;
59
+ height: 8px;
60
+ border: 2px solid #fff;
61
+ border-top: 0;
62
+ border-left: 0;
63
+ content: '';
64
+ transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
65
+ transform-origin: center;
66
+ }
67
+ .bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
68
+ width: 6px;
69
+ height: 2px;
70
+ }
71
+ .bk-checkbox.is-indeterminated .bk-checkbox-input::after {
72
+ position: absolute;
73
+ top: 50%;
74
+ left: 50%;
75
+ width: 8px;
76
+ height: 2px;
77
+ background: #fff;
78
+ border: none;
79
+ border-radius: 2px;
80
+ content: '';
81
+ transform: translate(-50%, -50%);
82
+ }
83
+ .bk-checkbox.is-disabled {
84
+ color: #c4c6cc;
85
+ cursor: not-allowed;
86
+ }
87
+ .bk-checkbox.is-disabled .bk-checkbox-input {
88
+ background: #fafbfd;
89
+ border-color: #dcdee5;
90
+ }
91
+ .bk-checkbox.is-disabled .bk-checkbox-input::after {
92
+ background: #dcdee5;
93
+ }
94
+ .bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
95
+ background: #dcdee5;
96
+ }
97
+ .bk-checkbox .bk-checkbox-input {
98
+ position: relative;
99
+ display: inline-block;
100
+ width: 16px;
101
+ height: 16px;
102
+ margin-right: 5px;
103
+ vertical-align: middle;
104
+ border: 1px solid #979ba5;
105
+ border-radius: 2px;
106
+ }
107
+ .bk-checkbox .bk-checkbox-input.small {
108
+ width: 14px;
109
+ height: 14px;
110
+ }
111
+ .bk-checkbox .bk-checkbox-original {
112
+ position: absolute;
113
+ top: 0;
114
+ left: 0;
115
+ z-index: -1;
116
+ width: 0;
117
+ height: 0;
118
+ }
119
+ .bk-checkbox .bk-checkbox-label {
120
+ display: inline-block;
121
+ vertical-align: middle;
122
+ }
123
+ .bk-button {
124
+ display: inline-flex;
125
+ height: 32px;
126
+ padding: 5px 12px;
127
+ font-size: 14px;
128
+ color: #63656e;
129
+ text-decoration: none;
130
+ white-space: nowrap;
131
+ cursor: pointer;
132
+ background-color: white;
133
+ border: 1px solid #c4c6cc;
134
+ border-radius: 2px;
135
+ outline: none;
136
+ box-sizing: border-box;
137
+ transition: background-color ease 0.3s;
138
+ appearance: none;
139
+ align-items: center;
140
+ justify-content: center;
141
+ }
142
+ .bk-button.bk-button-primary {
143
+ background-color: #3a84ff;
144
+ color: white;
145
+ border-color: #3a84ff;
146
+ }
147
+ .bk-button.bk-button-primary:hover {
148
+ background-color: #5594fa;
149
+ border-color: #5594fa;
150
+ }
151
+ .bk-button.bk-button-primary:active {
152
+ background-color: #2c77f4;
153
+ border-color: #2c77f4;
154
+ color: white;
155
+ }
156
+ .bk-button.bk-button-primary.is-outline {
157
+ color: #3a84ff;
158
+ border-color: #3a84ff;
159
+ background-color: white;
160
+ }
161
+ .bk-button.bk-button-primary.is-outline:hover {
162
+ background-color: #5594fa;
163
+ border-color: #5594fa;
164
+ color: white;
165
+ }
166
+ .bk-button.bk-button-primary.is-text {
167
+ color: #3a84ff;
168
+ background-color: transparent;
169
+ border: none;
170
+ }
171
+ .bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
172
+ color: #5594fa;
173
+ }
174
+ .bk-button.bk-button-primary.is-disabled {
175
+ color: #dcdee5;
176
+ cursor: not-allowed;
177
+ }
178
+ .bk-button.bk-button-primary.is-disabled:not(.is-text) {
179
+ background-color: #dcdee5;
180
+ color: white;
181
+ border-color: #dcdee5;
182
+ }
183
+ .bk-button.bk-button-hover-primary:hover {
184
+ background-color: #5594fa;
185
+ border-color: #5594fa;
186
+ color: white;
187
+ }
188
+ .bk-button.bk-button-warning {
189
+ background-color: #ff9c01;
190
+ color: white;
191
+ border-color: #ff9c01;
192
+ }
193
+ .bk-button.bk-button-warning:hover {
194
+ background-color: #ffb848;
195
+ border-color: #ffb848;
196
+ }
197
+ .bk-button.bk-button-warning:active {
198
+ background-color: #eb9000;
199
+ border-color: #eb9000;
200
+ color: white;
201
+ }
202
+ .bk-button.bk-button-warning.is-outline {
203
+ color: #ff9c01;
204
+ border-color: #ff9c01;
205
+ background-color: white;
206
+ }
207
+ .bk-button.bk-button-warning.is-outline:hover {
208
+ background-color: #ffb848;
209
+ border-color: #ffb848;
210
+ color: white;
211
+ }
212
+ .bk-button.bk-button-warning.is-text {
213
+ color: #ff9c01;
214
+ background-color: transparent;
215
+ border: none;
216
+ }
217
+ .bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
218
+ color: #ffb848;
219
+ }
220
+ .bk-button.bk-button-warning.is-disabled {
221
+ color: #dcdee5;
222
+ cursor: not-allowed;
223
+ }
224
+ .bk-button.bk-button-warning.is-disabled:not(.is-text) {
225
+ background-color: #dcdee5;
226
+ color: white;
227
+ border-color: #dcdee5;
228
+ }
229
+ .bk-button.bk-button-hover-warning:hover {
230
+ background-color: #ffb848;
231
+ border-color: #ffb848;
232
+ color: white;
233
+ }
234
+ .bk-button.bk-button-success {
235
+ background-color: #2dcb56;
236
+ color: white;
237
+ border-color: #2dcb56;
238
+ }
239
+ .bk-button.bk-button-success:hover {
240
+ background-color: #45e35f;
241
+ border-color: #45e35f;
242
+ }
243
+ .bk-button.bk-button-success:active {
244
+ background-color: #1ab943;
245
+ border-color: #1ab943;
246
+ color: white;
247
+ }
248
+ .bk-button.bk-button-success.is-outline {
249
+ color: #2dcb56;
250
+ border-color: #2dcb56;
251
+ background-color: white;
252
+ }
253
+ .bk-button.bk-button-success.is-outline:hover {
254
+ background-color: #45e35f;
255
+ border-color: #45e35f;
256
+ color: white;
257
+ }
258
+ .bk-button.bk-button-success.is-text {
259
+ color: #2dcb56;
260
+ background-color: transparent;
261
+ border: none;
262
+ }
263
+ .bk-button.bk-button-success.is-text:not(.is-disabled):hover {
264
+ color: #45e35f;
265
+ }
266
+ .bk-button.bk-button-success.is-disabled {
267
+ color: #dcdee5;
268
+ cursor: not-allowed;
269
+ }
270
+ .bk-button.bk-button-success.is-disabled:not(.is-text) {
271
+ background-color: #dcdee5;
272
+ color: white;
273
+ border-color: #dcdee5;
274
+ }
275
+ .bk-button.bk-button-hover-success:hover {
276
+ background-color: #45e35f;
277
+ border-color: #45e35f;
278
+ color: white;
279
+ }
280
+ .bk-button.bk-button-danger {
281
+ background-color: #ea3636;
282
+ color: white;
283
+ border-color: #ea3636;
284
+ }
285
+ .bk-button.bk-button-danger:hover {
286
+ background-color: #ff5656;
287
+ border-color: #ff5656;
288
+ }
289
+ .bk-button.bk-button-danger:active {
290
+ background-color: #db2626;
291
+ border-color: #db2626;
292
+ color: white;
293
+ }
294
+ .bk-button.bk-button-danger.is-outline {
295
+ color: #ea3636;
296
+ border-color: #ea3636;
297
+ background-color: white;
298
+ }
299
+ .bk-button.bk-button-danger.is-outline:hover {
300
+ background-color: #ff5656;
301
+ border-color: #ff5656;
302
+ color: white;
303
+ }
304
+ .bk-button.bk-button-danger.is-text {
305
+ color: #ea3636;
306
+ background-color: transparent;
307
+ border: none;
308
+ }
309
+ .bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
310
+ color: #ff5656;
311
+ }
312
+ .bk-button.bk-button-danger.is-disabled {
313
+ color: #dcdee5;
314
+ cursor: not-allowed;
315
+ }
316
+ .bk-button.bk-button-danger.is-disabled:not(.is-text) {
317
+ background-color: #dcdee5;
318
+ color: white;
319
+ border-color: #dcdee5;
320
+ }
321
+ .bk-button.bk-button-hover-danger:hover {
322
+ background-color: #ff5656;
323
+ border-color: #ff5656;
324
+ color: white;
325
+ }
326
+ .bk-button.bk-button-small {
327
+ height: 26px;
328
+ padding: 3px 12px;
329
+ font-size: 12px;
330
+ }
331
+ .bk-button.bk-button-large {
332
+ height: 38px;
333
+ padding: 8px 20px;
334
+ font-size: 16px;
335
+ }
336
+ .bk-button .bk-button-text {
337
+ display: inline-flex;
338
+ align-items: center;
339
+ line-height: 1;
340
+ }
341
+ .bk-button.is-loading {
342
+ position: relative;
343
+ }
344
+ .bk-button.is-loading .bk-button-loading:not(:last-child) {
345
+ position: absolute;
346
+ }
347
+ .bk-button.is-loading .bk-button-text {
348
+ visibility: hidden;
349
+ }
350
+ .bk-button:hover {
351
+ border-color: #979ba5;
352
+ }
353
+ .bk-button:active {
354
+ color: #3a84ff;
355
+ border-color: #3a84ff;
356
+ }
357
+ .bk-button.is-text {
358
+ height: auto;
359
+ padding: 0;
360
+ font-size: 14px;
361
+ font-size: inherit;
362
+ color: #63656e;
363
+ text-decoration: none;
364
+ cursor: pointer;
365
+ background-color: transparent;
366
+ border: none;
367
+ outline: none;
368
+ }
369
+ .bk-button.is-disabled {
370
+ color: #dcdee5;
371
+ cursor: not-allowed;
372
+ border-color: #dcdee5;
373
+ }
374
+ .bk-button-group {
375
+ display: inline-block;
376
+ font-size: 0;
377
+ }
378
+ .bk-button-group.bk-button-group-small .bk-button {
379
+ height: 26px;
380
+ padding: 3px 12px;
381
+ font-size: 12px;
382
+ }
383
+ .bk-button-group.bk-button-group-large .bk-button {
384
+ height: 38px;
385
+ padding: 8px 20px;
386
+ font-size: 16px;
387
+ }
388
+ .bk-button-group .bk-button {
389
+ height: 32px;
390
+ margin: 0 0 0 -1px;
391
+ border-radius: 0;
392
+ }
393
+ .bk-button-group .bk-button:not(.is-disabled) {
394
+ color: #63656e;
395
+ background-color: white;
396
+ border-color: #c4c6cc;
397
+ }
398
+ .bk-button-group .bk-button.is-disabled {
399
+ color: #c4c6cc;
400
+ }
401
+ .bk-button-group .bk-button:first-child {
402
+ border-radius: 2px 0 0 2px;
403
+ }
404
+ .bk-button-group .bk-button:last-child {
405
+ border-radius: 0 2px 2px 0;
406
+ }
407
+ .bk-button-group .bk-button:only-child {
408
+ border-radius: 2px;
409
+ }
410
+ .bk-button-group .bk-button:hover:not(.is-disabled),
411
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
412
+ position: relative;
413
+ z-index: 1;
414
+ color: #3a84ff;
415
+ background-color: white;
416
+ border-color: #3a84ff;
417
+ }
418
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
419
+ background-color: #e1ecff;
420
+ }
421
+ .bk-button-group .bk-button.is-selected.is-disabled {
422
+ background-color: #f0f1f5;
423
+ }
424
+ .bk-exception-wrapper {
425
+ position: relative;
426
+ display: flex;
427
+ width: 100%;
428
+ align-items: center;
429
+ flex-direction: column;
430
+ }
431
+ .bk-exception-wrapper .bk-exception-img {
432
+ display: flex;
433
+ width: 480px;
434
+ height: 240px;
435
+ align-items: center;
436
+ justify-content: center;
437
+ }
438
+ .bk-exception-wrapper .bk-exception-img.part-img {
439
+ width: 120px;
440
+ height: 100px;
441
+ }
442
+ .bk-exception-wrapper .bk-exception-img .exception-image {
443
+ display: block;
444
+ height: 100%;
445
+ vertical-align: middle;
446
+ object-fit: contain;
447
+ }
448
+ .bk-exception-wrapper .bk-exception-text {
449
+ font-size: 24px;
450
+ color: #63656e;
451
+ text-align: center;
452
+ }
453
+ .bk-exception-wrapper .bk-exception-text.part-text {
454
+ font-size: 14px;
455
+ }
456
+ .bk-pagination {
457
+ display: flex;
458
+ align-items: center;
459
+ font-size: 12px;
460
+ letter-spacing: normal;
461
+ color: #63656e;
462
+ user-select: none;
463
+ }
464
+ .bk-pagination.is-disabled {
465
+ cursor: not-allowed;
466
+ }
467
+ .bk-pagination.is-align-left {
468
+ justify-content: flex-start;
469
+ }
470
+ .bk-pagination.is-align-center {
471
+ justify-content: center;
472
+ }
473
+ .bk-pagination.is-align-right {
474
+ justify-content: flex-end;
475
+ }
476
+ .bk-pagination > * {
477
+ margin: 0 6px;
478
+ }
479
+ .bk-pagination > .is-first {
480
+ margin-left: 0;
481
+ }
482
+ .bk-pagination > .is-last {
483
+ margin-right: 0;
484
+ }
485
+ .bk-pagination-total {
486
+ display: flex;
487
+ user-select: none;
488
+ }
489
+ .bk-pagination-total-num {
490
+ padding: 0 2px;
491
+ color: #3f4046;
492
+ }
493
+ .bk-pagination-list {
494
+ display: flex;
495
+ }
496
+ .bk-pagination-list-pre,
497
+ .bk-pagination-list-next,
498
+ .bk-pagination-list-item {
499
+ display: flex;
500
+ align-items: center;
501
+ justify-content: center;
502
+ height: 32px;
503
+ min-width: 32px;
504
+ padding: 0 4px;
505
+ margin-right: 2px;
506
+ margin-left: 2px;
507
+ color: #63656e;
508
+ cursor: pointer;
509
+ background: #fff;
510
+ border: 1px solid #c4c6cc;
511
+ border-radius: 2px;
512
+ user-select: none;
513
+ }
514
+ .bk-pagination-list-pre:hover,
515
+ .bk-pagination-list-next:hover,
516
+ .bk-pagination-list-item:hover,
517
+ .bk-pagination-list-pre.is-active,
518
+ .bk-pagination-list-next.is-active,
519
+ .bk-pagination-list-item.is-active {
520
+ color: #3a84ff;
521
+ border-color: #3a84ff;
522
+ }
523
+ .bk-pagination-list-pre.is-disabled,
524
+ .bk-pagination-list-next.is-disabled,
525
+ .bk-pagination-list-item.is-disabled {
526
+ color: #c4c6cc;
527
+ cursor: not-allowed;
528
+ background-color: #fafbfd;
529
+ border-color: #dcdee5;
530
+ }
531
+ .bk-pagination-list-pre-batch,
532
+ .bk-pagination-list-next-batch {
533
+ display: flex;
534
+ align-items: center;
535
+ justify-content: center;
536
+ height: 32px;
537
+ cursor: pointer;
538
+ user-select: none;
539
+ }
540
+ .bk-pagination-list-pre-batch:hover,
541
+ .bk-pagination-list-next-batch:hover {
542
+ color: #3a84ff;
543
+ }
544
+ .bk-pagination-list-pre,
545
+ .bk-pagination-list-next {
546
+ font-size: 14px;
547
+ }
548
+ .bk-pagination-list-item {
549
+ margin-right: 4px;
550
+ margin-left: 4px;
551
+ }
552
+ .bk-pagination-limit {
553
+ display: flex;
554
+ align-items: center;
555
+ user-select: none;
556
+ }
557
+ .bk-pagination-limit-select {
558
+ width: 60px;
559
+ margin: 0 4px;
560
+ }
561
+ .bk-pagination-small-list {
562
+ display: flex;
563
+ }
564
+ .bk-pagination-small-list .bk-pagination-picker {
565
+ display: flex;
566
+ height: 24px;
567
+ cursor: pointer;
568
+ background-color: #f0f1f5;
569
+ border: 1px solid #f0f1f5;
570
+ border-radius: 2px;
571
+ align-items: center;
572
+ }
573
+ .bk-pagination-small-list .bk-pagination-picker:hover {
574
+ background-color: #e1ecff;
575
+ border-color: #e1ecff;
576
+ }
577
+ .bk-pagination-small-list .bk-pagination-picker.is-focused {
578
+ background-color: #fff;
579
+ border-color: #3a84ff;
580
+ box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
581
+ }
582
+ .bk-pagination-editor {
583
+ height: 16px;
584
+ min-width: 14px;
585
+ padding-right: 4px;
586
+ padding-left: 8px;
587
+ line-height: 16px;
588
+ text-align: center;
589
+ background-color: transparent;
590
+ border: 0;
591
+ border-radius: 2px;
592
+ outline: none;
593
+ transition: all 0.15s;
594
+ }
595
+ .bk-pagination-small-list-total {
596
+ padding-right: 8px;
597
+ padding-left: 4px;
598
+ }
599
+ .bk-pagination-btn-pre,
600
+ .bk-pagination-btn-next {
601
+ display: flex;
602
+ justify-content: center;
603
+ align-items: center;
604
+ width: 24px;
605
+ cursor: pointer;
606
+ }
607
+ .bk-pagination-btn-pre:hover,
608
+ .bk-pagination-btn-next:hover {
609
+ color: #3a84ff;
610
+ }
611
+ .bk-pagination-btn-pre.is-disabled,
612
+ .bk-pagination-btn-next.is-disabled {
613
+ color: #dcdee5;
614
+ cursor: not-allowed;
615
+ }
616
+ .bk-pagination-picker-list {
617
+ max-height: 216px;
618
+ padding: 7px 0;
619
+ margin: -7px -14px;
620
+ overflow: auto;
621
+ }
622
+ .bk-pagination-picker-list .item {
623
+ height: 32px;
624
+ padding: 0 10px;
625
+ font-size: 12px;
626
+ line-height: 32px;
627
+ color: #63656e;
628
+ cursor: pointer;
629
+ }
630
+ .bk-pagination-picker-list .item:hover,
631
+ .bk-pagination-picker-list .item.is-actived {
632
+ color: #3a84ff;
633
+ background: #f4f6fa;
634
+ }
635
+ .bk-popover2.bk-pop2-content {
636
+ position: absolute;
637
+ display: none;
638
+ padding: 7px 14px;
639
+ font-size: 12px;
640
+ color: #fff;
641
+ background: #26323d;
642
+ border-radius: 4px;
643
+ box-sizing: border-box;
644
+ }
645
+ .bk-popover2.bk-pop2-content .bk-pop2-arrow {
646
+ position: absolute;
647
+ width: 8px;
648
+ height: 8px;
649
+ background: #333;
650
+ transform: rotate(45deg);
651
+ }
652
+ .bk-popover2.bk-pop2-content[data-theme^='light'] {
653
+ color: #26323d;
654
+ background-color: #fff;
655
+ box-shadow: 0 0 6px 0 #dcdee5;
656
+ }
657
+ .bk-popover2.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
658
+ background-color: #fff;
659
+ }
18
660
  .bk-table-head-action {
19
661
  display: flex;
20
662
  width: 32px;
@@ -130,6 +772,14 @@
130
772
  right: 15px;
131
773
  cursor: pointer;
132
774
  }
775
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
776
+ display: inline-block;
777
+ height: 26px;
778
+ margin: 24px 0;
779
+ font-size: 20px;
780
+ line-height: 26px;
781
+ color: #313238;
782
+ }
133
783
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
134
784
  padding: 0 24px;
135
785
  }
@@ -140,6 +790,13 @@
140
790
  color: #63656e;
141
791
  justify-content: space-between;
142
792
  }
793
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
794
+ height: 22px;
795
+ font-size: 14px;
796
+ line-height: 22px;
797
+ color: #313238;
798
+ text-align: left;
799
+ }
143
800
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
144
801
  color: #c4c6cc;
145
802
  }
@@ -155,8 +812,9 @@
155
812
  }
156
813
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
157
814
  width: 150px;
158
- height: 42px;
159
- line-height: 42px;
815
+ height: 16px;
816
+ margin-top: 16px;
817
+ line-height: 16px;
160
818
  }
161
819
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
162
820
  overflow: hidden;
@@ -209,9 +867,11 @@
209
867
  }
210
868
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
211
869
  display: flex;
212
- height: 56px;
870
+ height: 50px;
213
871
  padding: 0 24px;
214
- background-color: #fafbfd;
872
+ background: #fafbfd;
873
+ border: 1px solid #dcdee5;
874
+ border-radius: 0px 0px 2px 2px;
215
875
  justify-content: flex-end;
216
876
  align-items: center;
217
877
  }
@@ -57,9 +57,7 @@ declare const _default: import("vue").DefineComponent<{
57
57
  } & {
58
58
  default: string;
59
59
  };
60
- settings: import("vue-types").VueTypeDef<boolean | import("./props").Settings> & {
61
- default: boolean | (() => import("./props").Settings);
62
- };
60
+ settings: import("vue-types").VueTypeValidableDef<any>;
63
61
  rowClass: import("vue-types").VueTypeDef<any> & {
64
62
  default: any;
65
63
  };
@@ -157,9 +155,7 @@ declare const _default: import("vue").DefineComponent<{
157
155
  } & {
158
156
  default: string;
159
157
  };
160
- settings: import("vue-types").VueTypeDef<boolean | import("./props").Settings> & {
161
- default: boolean | (() => import("./props").Settings);
162
- };
158
+ settings: import("vue-types").VueTypeValidableDef<any>;
163
159
  rowClass: import("vue-types").VueTypeDef<any> & {
164
160
  default: any;
165
161
  };
@@ -218,7 +214,6 @@ declare const _default: import("vue").DefineComponent<{
218
214
  virtualEnabled: boolean;
219
215
  remotePagination: boolean;
220
216
  emptyText: string;
221
- settings: boolean | import("./props").Settings;
222
217
  rowClass: any;
223
218
  rowStyle: any;
224
219
  cellStyle: any;