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