bkui-vue 1.0.3-beta.26 → 1.0.3-beta.28
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 +2 -2
- package/lib/styles/themes/themes copy.less +0 -167
package/lib/table/table.css
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
|
1
|
+
.bk-F-scroll-x {
|
2
2
|
overflow-x: auto;
|
3
3
|
scrollbar-color: #a0a0a0 transparent;
|
4
4
|
scrollbar-width: thin;
|
5
5
|
}
|
6
|
-
|
6
|
+
.bk-F-scroll-x::-webkit-scrollbar {
|
7
7
|
height: 6px;
|
8
8
|
}
|
9
|
-
|
9
|
+
.bk-F-scroll-y {
|
10
10
|
overflow-y: auto;
|
11
11
|
}
|
12
|
-
|
12
|
+
.bk-F-scroll-y::-webkit-scrollbar {
|
13
13
|
width: 4px;
|
14
14
|
}
|
15
|
-
|
15
|
+
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
16
16
|
border-radius: 4px;
|
17
17
|
}
|
18
|
-
|
18
|
+
.bk-virtual-render {
|
19
19
|
position: relative;
|
20
20
|
}
|
21
|
-
|
22
|
-
|
21
|
+
.bk-virtual-render .bk-virtual-content,
|
22
|
+
.bk-virtual-render.bk-virtual-content {
|
23
23
|
position: absolute;
|
24
24
|
top: 0;
|
25
25
|
bottom: 0;
|
@@ -27,15 +27,15 @@
|
|
27
27
|
width: 100%;
|
28
28
|
height: 100%;
|
29
29
|
}
|
30
|
-
|
30
|
+
.bk-virtual-render .bk-virtual-section {
|
31
31
|
width: 1px;
|
32
32
|
background: transparent;
|
33
33
|
}
|
34
|
-
|
34
|
+
.bk-checkbox-group {
|
35
35
|
display: inline-flex;
|
36
36
|
letter-spacing: normal;
|
37
37
|
}
|
38
|
-
|
38
|
+
.bk-checkbox {
|
39
39
|
display: inline-flex;
|
40
40
|
justify-self: center;
|
41
41
|
align-items: center;
|
@@ -45,19 +45,19 @@
|
|
45
45
|
cursor: pointer;
|
46
46
|
user-select: none;
|
47
47
|
}
|
48
|
-
|
48
|
+
.bk-checkbox ~ .bk-checkbox {
|
49
49
|
margin-left: 24px;
|
50
50
|
}
|
51
|
-
|
51
|
+
.bk-checkbox.is-checked .bk-checkbox-input {
|
52
52
|
background: #3a84ff;
|
53
53
|
border-color: #3a84ff;
|
54
54
|
transition: all 0.1s;
|
55
55
|
}
|
56
|
-
|
56
|
+
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
57
57
|
width: 3px;
|
58
58
|
height: 6px;
|
59
59
|
}
|
60
|
-
|
60
|
+
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
61
61
|
position: absolute;
|
62
62
|
top: 50%;
|
63
63
|
left: 50%;
|
@@ -70,16 +70,16 @@
|
|
70
70
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
71
71
|
transform-origin: center;
|
72
72
|
}
|
73
|
-
|
73
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
74
74
|
background: #3a84ff;
|
75
75
|
border-color: #3a84ff;
|
76
76
|
transition: all 0.1s;
|
77
77
|
}
|
78
|
-
|
78
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
79
79
|
width: 6px;
|
80
80
|
height: 2px;
|
81
81
|
}
|
82
|
-
|
82
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input::after {
|
83
83
|
position: absolute;
|
84
84
|
top: 50%;
|
85
85
|
left: 50%;
|
@@ -91,31 +91,31 @@
|
|
91
91
|
content: '';
|
92
92
|
transform: translate(-50%, -50%);
|
93
93
|
}
|
94
|
-
|
94
|
+
.bk-checkbox.is-disabled {
|
95
95
|
color: #c4c6cc;
|
96
96
|
cursor: not-allowed;
|
97
97
|
}
|
98
|
-
|
98
|
+
.bk-checkbox.is-disabled .bk-checkbox-input {
|
99
99
|
background: #fafbfd;
|
100
100
|
border-color: #dcdee5;
|
101
101
|
}
|
102
|
-
|
102
|
+
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
103
103
|
background: #dcdee5;
|
104
104
|
}
|
105
|
-
|
105
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
106
106
|
background: #a3c5fd;
|
107
107
|
border-color: #a3c5fd;
|
108
108
|
}
|
109
|
-
|
109
|
+
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
110
110
|
background: #a3c5fd;
|
111
111
|
}
|
112
|
-
|
112
|
+
.bk-checkbox.is-prechecking {
|
113
113
|
position: relative;
|
114
114
|
}
|
115
|
-
|
115
|
+
.bk-checkbox.is-prechecking .bk-checkbox-input {
|
116
116
|
visibility: hidden;
|
117
117
|
}
|
118
|
-
|
118
|
+
.bk-checkbox-input {
|
119
119
|
position: relative;
|
120
120
|
display: inline-block;
|
121
121
|
width: 16px;
|
@@ -124,11 +124,11 @@
|
|
124
124
|
border: 1px solid #979ba5;
|
125
125
|
border-radius: 2px;
|
126
126
|
}
|
127
|
-
|
127
|
+
.bk-checkbox-input.small {
|
128
128
|
width: 14px;
|
129
129
|
height: 14px;
|
130
130
|
}
|
131
|
-
|
131
|
+
.bk-checkbox-original {
|
132
132
|
position: absolute;
|
133
133
|
top: 0;
|
134
134
|
left: 0;
|
@@ -136,18 +136,18 @@
|
|
136
136
|
width: 0;
|
137
137
|
height: 0;
|
138
138
|
}
|
139
|
-
|
139
|
+
.bk-checkbox-label {
|
140
140
|
display: inline-block;
|
141
141
|
margin-left: 6px;
|
142
142
|
vertical-align: middle;
|
143
143
|
}
|
144
|
-
|
144
|
+
.bk-checkbox-checking {
|
145
145
|
position: absolute;
|
146
146
|
font-size: 16px;
|
147
147
|
color: #3a84ff;
|
148
148
|
animation: loading 1s linear infinite;
|
149
149
|
}
|
150
|
-
|
150
|
+
.bk-button {
|
151
151
|
display: inline-flex;
|
152
152
|
height: 32px;
|
153
153
|
padding: 0 14px;
|
@@ -166,242 +166,242 @@
|
|
166
166
|
align-items: center;
|
167
167
|
justify-content: center;
|
168
168
|
}
|
169
|
-
|
169
|
+
.bk-button.bk-button-primary {
|
170
170
|
background-color: #3a84ff;
|
171
171
|
color: white;
|
172
172
|
border-color: #3a84ff;
|
173
173
|
}
|
174
|
-
|
174
|
+
.bk-button.bk-button-primary:hover {
|
175
175
|
background-color: #5594fa;
|
176
176
|
border-color: #5594fa;
|
177
177
|
}
|
178
|
-
|
178
|
+
.bk-button.bk-button-primary:active {
|
179
179
|
background-color: #2c77f4;
|
180
180
|
border-color: #2c77f4;
|
181
181
|
color: white;
|
182
182
|
}
|
183
|
-
|
183
|
+
.bk-button.bk-button-primary.is-outline {
|
184
184
|
color: #3a84ff;
|
185
185
|
border-color: #3a84ff;
|
186
186
|
background-color: white;
|
187
187
|
}
|
188
|
-
|
188
|
+
.bk-button.bk-button-primary.is-outline:hover {
|
189
189
|
background-color: #5594fa;
|
190
190
|
border-color: #5594fa;
|
191
191
|
color: white;
|
192
192
|
}
|
193
|
-
|
193
|
+
.bk-button.bk-button-primary.is-outline:active {
|
194
194
|
background-color: #2c77f4;
|
195
195
|
border-color: #2c77f4;
|
196
196
|
color: white;
|
197
197
|
}
|
198
|
-
|
198
|
+
.bk-button.bk-button-primary.is-text {
|
199
199
|
color: #3a84ff;
|
200
200
|
background-color: transparent;
|
201
201
|
border: none;
|
202
202
|
}
|
203
|
-
|
203
|
+
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
204
204
|
color: #5594fa;
|
205
205
|
}
|
206
|
-
|
206
|
+
.bk-button.bk-button-primary.is-disabled {
|
207
207
|
color: #dcdee5;
|
208
208
|
cursor: not-allowed;
|
209
209
|
}
|
210
|
-
|
210
|
+
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
211
211
|
background-color: #dcdee5;
|
212
212
|
color: white;
|
213
213
|
border-color: #dcdee5;
|
214
214
|
}
|
215
|
-
|
215
|
+
.bk-button.bk-button-hover-primary:hover {
|
216
216
|
background-color: #5594fa;
|
217
217
|
border-color: #5594fa;
|
218
218
|
color: white;
|
219
219
|
}
|
220
|
-
|
220
|
+
.bk-button.bk-button-warning {
|
221
221
|
background-color: #ff9c01;
|
222
222
|
color: white;
|
223
223
|
border-color: #ff9c01;
|
224
224
|
}
|
225
|
-
|
225
|
+
.bk-button.bk-button-warning:hover {
|
226
226
|
background-color: #ffb848;
|
227
227
|
border-color: #ffb848;
|
228
228
|
}
|
229
|
-
|
229
|
+
.bk-button.bk-button-warning:active {
|
230
230
|
background-color: #eb9000;
|
231
231
|
border-color: #eb9000;
|
232
232
|
color: white;
|
233
233
|
}
|
234
|
-
|
234
|
+
.bk-button.bk-button-warning.is-outline {
|
235
235
|
color: #ff9c01;
|
236
236
|
border-color: #ff9c01;
|
237
237
|
background-color: white;
|
238
238
|
}
|
239
|
-
|
239
|
+
.bk-button.bk-button-warning.is-outline:hover {
|
240
240
|
background-color: #ffb848;
|
241
241
|
border-color: #ffb848;
|
242
242
|
color: white;
|
243
243
|
}
|
244
|
-
|
244
|
+
.bk-button.bk-button-warning.is-outline:active {
|
245
245
|
background-color: #eb9000;
|
246
246
|
border-color: #eb9000;
|
247
247
|
color: white;
|
248
248
|
}
|
249
|
-
|
249
|
+
.bk-button.bk-button-warning.is-text {
|
250
250
|
color: #ff9c01;
|
251
251
|
background-color: transparent;
|
252
252
|
border: none;
|
253
253
|
}
|
254
|
-
|
254
|
+
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
255
255
|
color: #ffb848;
|
256
256
|
}
|
257
|
-
|
257
|
+
.bk-button.bk-button-warning.is-disabled {
|
258
258
|
color: #dcdee5;
|
259
259
|
cursor: not-allowed;
|
260
260
|
}
|
261
|
-
|
261
|
+
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
262
262
|
background-color: #dcdee5;
|
263
263
|
color: white;
|
264
264
|
border-color: #dcdee5;
|
265
265
|
}
|
266
|
-
|
266
|
+
.bk-button.bk-button-hover-warning:hover {
|
267
267
|
background-color: #ffb848;
|
268
268
|
border-color: #ffb848;
|
269
269
|
color: white;
|
270
270
|
}
|
271
|
-
|
271
|
+
.bk-button.bk-button-success {
|
272
272
|
background-color: #2dcb56;
|
273
273
|
color: white;
|
274
274
|
border-color: #2dcb56;
|
275
275
|
}
|
276
|
-
|
276
|
+
.bk-button.bk-button-success:hover {
|
277
277
|
background-color: #45e35f;
|
278
278
|
border-color: #45e35f;
|
279
279
|
}
|
280
|
-
|
280
|
+
.bk-button.bk-button-success:active {
|
281
281
|
background-color: #1ab943;
|
282
282
|
border-color: #1ab943;
|
283
283
|
color: white;
|
284
284
|
}
|
285
|
-
|
285
|
+
.bk-button.bk-button-success.is-outline {
|
286
286
|
color: #2dcb56;
|
287
287
|
border-color: #2dcb56;
|
288
288
|
background-color: white;
|
289
289
|
}
|
290
|
-
|
290
|
+
.bk-button.bk-button-success.is-outline:hover {
|
291
291
|
background-color: #45e35f;
|
292
292
|
border-color: #45e35f;
|
293
293
|
color: white;
|
294
294
|
}
|
295
|
-
|
295
|
+
.bk-button.bk-button-success.is-outline:active {
|
296
296
|
background-color: #1ab943;
|
297
297
|
border-color: #1ab943;
|
298
298
|
color: white;
|
299
299
|
}
|
300
|
-
|
300
|
+
.bk-button.bk-button-success.is-text {
|
301
301
|
color: #2dcb56;
|
302
302
|
background-color: transparent;
|
303
303
|
border: none;
|
304
304
|
}
|
305
|
-
|
305
|
+
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
306
306
|
color: #45e35f;
|
307
307
|
}
|
308
|
-
|
308
|
+
.bk-button.bk-button-success.is-disabled {
|
309
309
|
color: #dcdee5;
|
310
310
|
cursor: not-allowed;
|
311
311
|
}
|
312
|
-
|
312
|
+
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
313
313
|
background-color: #dcdee5;
|
314
314
|
color: white;
|
315
315
|
border-color: #dcdee5;
|
316
316
|
}
|
317
|
-
|
317
|
+
.bk-button.bk-button-hover-success:hover {
|
318
318
|
background-color: #45e35f;
|
319
319
|
border-color: #45e35f;
|
320
320
|
color: white;
|
321
321
|
}
|
322
|
-
|
322
|
+
.bk-button.bk-button-danger {
|
323
323
|
background-color: #ea3636;
|
324
324
|
color: white;
|
325
325
|
border-color: #ea3636;
|
326
326
|
}
|
327
|
-
|
327
|
+
.bk-button.bk-button-danger:hover {
|
328
328
|
background-color: #ff5656;
|
329
329
|
border-color: #ff5656;
|
330
330
|
}
|
331
|
-
|
331
|
+
.bk-button.bk-button-danger:active {
|
332
332
|
background-color: #db2626;
|
333
333
|
border-color: #db2626;
|
334
334
|
color: white;
|
335
335
|
}
|
336
|
-
|
336
|
+
.bk-button.bk-button-danger.is-outline {
|
337
337
|
color: #ea3636;
|
338
338
|
border-color: #ea3636;
|
339
339
|
background-color: white;
|
340
340
|
}
|
341
|
-
|
341
|
+
.bk-button.bk-button-danger.is-outline:hover {
|
342
342
|
background-color: #ff5656;
|
343
343
|
border-color: #ff5656;
|
344
344
|
color: white;
|
345
345
|
}
|
346
|
-
|
346
|
+
.bk-button.bk-button-danger.is-outline:active {
|
347
347
|
background-color: #db2626;
|
348
348
|
border-color: #db2626;
|
349
349
|
color: white;
|
350
350
|
}
|
351
|
-
|
351
|
+
.bk-button.bk-button-danger.is-text {
|
352
352
|
color: #ea3636;
|
353
353
|
background-color: transparent;
|
354
354
|
border: none;
|
355
355
|
}
|
356
|
-
|
356
|
+
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
357
357
|
color: #ff5656;
|
358
358
|
}
|
359
|
-
|
359
|
+
.bk-button.bk-button-danger.is-disabled {
|
360
360
|
color: #dcdee5;
|
361
361
|
cursor: not-allowed;
|
362
362
|
}
|
363
|
-
|
363
|
+
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
364
364
|
background-color: #dcdee5;
|
365
365
|
color: white;
|
366
366
|
border-color: #dcdee5;
|
367
367
|
}
|
368
|
-
|
368
|
+
.bk-button.bk-button-hover-danger:hover {
|
369
369
|
background-color: #ff5656;
|
370
370
|
border-color: #ff5656;
|
371
371
|
color: white;
|
372
372
|
}
|
373
|
-
|
373
|
+
.bk-button.bk-button-small {
|
374
374
|
height: 26px;
|
375
375
|
padding: 0 12px;
|
376
376
|
font-size: 12px;
|
377
377
|
}
|
378
|
-
|
378
|
+
.bk-button.bk-button-large {
|
379
379
|
height: 40px;
|
380
380
|
padding: 0 16px;
|
381
381
|
font-size: 16px;
|
382
382
|
}
|
383
|
-
|
383
|
+
.bk-button .bk-button-text {
|
384
384
|
display: inline-flex;
|
385
385
|
align-items: center;
|
386
386
|
line-height: 1;
|
387
387
|
}
|
388
|
-
|
388
|
+
.bk-button.is-loading {
|
389
389
|
position: relative;
|
390
390
|
}
|
391
|
-
|
391
|
+
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
392
392
|
position: absolute;
|
393
393
|
}
|
394
|
-
|
394
|
+
.bk-button.is-loading .bk-button-text {
|
395
395
|
visibility: hidden;
|
396
396
|
}
|
397
|
-
|
397
|
+
.bk-button:hover {
|
398
398
|
border-color: #979ba5;
|
399
399
|
}
|
400
|
-
|
400
|
+
.bk-button:active {
|
401
401
|
color: #3a84ff;
|
402
402
|
border-color: #3a84ff;
|
403
403
|
}
|
404
|
-
|
404
|
+
.bk-button.is-text {
|
405
405
|
height: auto;
|
406
406
|
padding: 0;
|
407
407
|
font-size: inherit;
|
@@ -412,65 +412,65 @@
|
|
412
412
|
border: none;
|
413
413
|
outline: none;
|
414
414
|
}
|
415
|
-
|
415
|
+
.bk-button.is-disabled {
|
416
416
|
color: #dcdee5;
|
417
417
|
cursor: not-allowed;
|
418
418
|
border-color: #dcdee5;
|
419
419
|
}
|
420
|
-
|
420
|
+
.bk-button.is-disabled:not(.is-text) {
|
421
421
|
background-color: #f9fafd;
|
422
422
|
}
|
423
|
-
|
423
|
+
.bk-button-group {
|
424
424
|
display: inline-block;
|
425
425
|
font-size: 0;
|
426
426
|
}
|
427
|
-
|
427
|
+
.bk-button-group.bk-button-group-small .bk-button {
|
428
428
|
height: 26px;
|
429
429
|
padding: 0 12px;
|
430
430
|
font-size: 12px;
|
431
431
|
}
|
432
|
-
|
432
|
+
.bk-button-group.bk-button-group-large .bk-button {
|
433
433
|
height: 40px;
|
434
434
|
padding: 0 16px;
|
435
435
|
font-size: 16px;
|
436
436
|
}
|
437
|
-
|
437
|
+
.bk-button-group .bk-button {
|
438
438
|
height: 32px;
|
439
439
|
margin: 0 0 0 -1px;
|
440
440
|
border-radius: 0;
|
441
441
|
}
|
442
|
-
|
442
|
+
.bk-button-group .bk-button:not(.is-disabled) {
|
443
443
|
color: #63656e;
|
444
444
|
background-color: white;
|
445
445
|
border-color: #c4c6cc;
|
446
446
|
}
|
447
|
-
|
447
|
+
.bk-button-group .bk-button.is-disabled {
|
448
448
|
color: #c4c6cc;
|
449
449
|
}
|
450
|
-
|
450
|
+
.bk-button-group .bk-button:first-child {
|
451
451
|
border-radius: 2px 0 0 2px;
|
452
452
|
}
|
453
|
-
|
453
|
+
.bk-button-group .bk-button:last-child {
|
454
454
|
border-radius: 0 2px 2px 0;
|
455
455
|
}
|
456
|
-
|
456
|
+
.bk-button-group .bk-button:only-child {
|
457
457
|
border-radius: 2px;
|
458
458
|
}
|
459
|
-
|
460
|
-
|
459
|
+
.bk-button-group .bk-button:hover:not(.is-disabled),
|
460
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
461
461
|
position: relative;
|
462
462
|
z-index: 1;
|
463
463
|
color: #3a84ff;
|
464
464
|
background-color: white;
|
465
465
|
border-color: #3a84ff;
|
466
466
|
}
|
467
|
-
|
467
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
468
468
|
background-color: #e1ecff;
|
469
469
|
}
|
470
|
-
|
470
|
+
.bk-button-group .bk-button.is-selected.is-disabled {
|
471
471
|
background-color: #f0f1f5;
|
472
472
|
}
|
473
|
-
|
473
|
+
.bk-exception {
|
474
474
|
position: relative;
|
475
475
|
display: flex;
|
476
476
|
width: 100%;
|
@@ -478,57 +478,57 @@
|
|
478
478
|
flex-direction: column;
|
479
479
|
text-align: center;
|
480
480
|
}
|
481
|
-
|
481
|
+
.bk-exception-img {
|
482
482
|
display: flex;
|
483
483
|
align-items: center;
|
484
484
|
justify-content: center;
|
485
485
|
}
|
486
|
-
|
486
|
+
.bk-exception-img .exception-image {
|
487
487
|
display: block;
|
488
488
|
height: 100%;
|
489
489
|
object-fit: contain;
|
490
490
|
}
|
491
|
-
|
491
|
+
.bk-exception-title {
|
492
492
|
color: #313238;
|
493
493
|
}
|
494
|
-
|
494
|
+
.bk-exception-description {
|
495
495
|
color: #63656e;
|
496
496
|
}
|
497
|
-
|
497
|
+
.bk-exception-page .bk-exception-img {
|
498
498
|
width: 480px;
|
499
499
|
height: 240px;
|
500
500
|
}
|
501
|
-
|
501
|
+
.bk-exception-page .bk-exception-title {
|
502
502
|
margin-top: 18px;
|
503
503
|
font-size: 24px;
|
504
504
|
line-height: 32px;
|
505
505
|
}
|
506
|
-
|
506
|
+
.bk-exception-page .bk-exception-description {
|
507
507
|
margin-top: 16px;
|
508
508
|
font-size: 14px;
|
509
509
|
line-height: 22px;
|
510
510
|
}
|
511
|
-
|
511
|
+
.bk-exception-page .bk-exception-footer {
|
512
512
|
margin-top: 24px;
|
513
513
|
}
|
514
|
-
|
514
|
+
.bk-exception-part .bk-exception-img {
|
515
515
|
width: 120px;
|
516
516
|
height: 100px;
|
517
517
|
}
|
518
|
-
|
518
|
+
.bk-exception-part .bk-exception-title {
|
519
519
|
margin-top: 8px;
|
520
520
|
font-size: 14px;
|
521
521
|
line-height: 22px;
|
522
522
|
}
|
523
|
-
|
523
|
+
.bk-exception-part .bk-exception-description {
|
524
524
|
margin-top: 8px;
|
525
525
|
font-size: 12px;
|
526
526
|
line-height: 20px;
|
527
527
|
}
|
528
|
-
|
528
|
+
.bk-exception-part .bk-exception-footer {
|
529
529
|
margin-top: 8px;
|
530
530
|
}
|
531
|
-
|
531
|
+
.bk-pagination {
|
532
532
|
display: flex;
|
533
533
|
align-items: center;
|
534
534
|
font-size: 12px;
|
@@ -536,43 +536,43 @@
|
|
536
536
|
color: #63656e;
|
537
537
|
user-select: none;
|
538
538
|
}
|
539
|
-
|
539
|
+
.bk-pagination.is-disabled {
|
540
540
|
cursor: not-allowed;
|
541
541
|
}
|
542
|
-
|
542
|
+
.bk-pagination.is-align-left {
|
543
543
|
justify-content: flex-start;
|
544
544
|
}
|
545
|
-
|
545
|
+
.bk-pagination.is-align-center {
|
546
546
|
justify-content: center;
|
547
547
|
}
|
548
|
-
|
548
|
+
.bk-pagination.is-align-right {
|
549
549
|
justify-content: flex-end;
|
550
550
|
}
|
551
|
-
|
551
|
+
.bk-pagination > * {
|
552
552
|
margin: 0 6px;
|
553
553
|
}
|
554
|
-
|
554
|
+
.bk-pagination > .is-first {
|
555
555
|
margin-left: 0;
|
556
556
|
}
|
557
|
-
|
557
|
+
.bk-pagination > .is-last {
|
558
558
|
margin-right: 0;
|
559
559
|
}
|
560
|
-
|
560
|
+
.bk-pagination-total {
|
561
561
|
display: flex;
|
562
562
|
user-select: none;
|
563
563
|
}
|
564
|
-
|
564
|
+
.bk-pagination-total-num {
|
565
565
|
padding: 0 2px;
|
566
566
|
}
|
567
|
-
|
567
|
+
.bk-pagination-list {
|
568
568
|
display: flex;
|
569
569
|
margin-right: 8px;
|
570
570
|
}
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
571
|
+
.bk-pagination-list-pre-batch,
|
572
|
+
.bk-pagination-list-next-batch,
|
573
|
+
.bk-pagination-list-pre,
|
574
|
+
.bk-pagination-list-next,
|
575
|
+
.bk-pagination-list-item {
|
576
576
|
display: flex;
|
577
577
|
align-items: center;
|
578
578
|
justify-content: center;
|
@@ -587,78 +587,78 @@
|
|
587
587
|
border-radius: 2px;
|
588
588
|
user-select: none;
|
589
589
|
}
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
590
|
+
.bk-pagination-list-pre-batch.is-active,
|
591
|
+
.bk-pagination-list-next-batch.is-active,
|
592
|
+
.bk-pagination-list-pre.is-active,
|
593
|
+
.bk-pagination-list-next.is-active,
|
594
|
+
.bk-pagination-list-item.is-active {
|
595
595
|
color: #3a84ff;
|
596
596
|
background: #e1ecff;
|
597
597
|
}
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
598
|
+
.bk-pagination-list-pre-batch:hover,
|
599
|
+
.bk-pagination-list-next-batch:hover,
|
600
|
+
.bk-pagination-list-pre:hover,
|
601
|
+
.bk-pagination-list-next:hover,
|
602
|
+
.bk-pagination-list-item:hover {
|
603
603
|
background: #f0f1f5;
|
604
604
|
}
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
605
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
606
|
+
.bk-pagination-list-next-batch.is-disabled,
|
607
|
+
.bk-pagination-list-pre.is-disabled,
|
608
|
+
.bk-pagination-list-next.is-disabled,
|
609
|
+
.bk-pagination-list-item.is-disabled {
|
610
610
|
color: #c4c6cc;
|
611
611
|
cursor: not-allowed;
|
612
612
|
background-color: #fafbfd;
|
613
613
|
border-color: #dcdee5;
|
614
614
|
}
|
615
|
-
|
616
|
-
|
615
|
+
.bk-pagination-list-pre,
|
616
|
+
.bk-pagination-list-next {
|
617
617
|
font-size: 20px;
|
618
618
|
color: #979ba5;
|
619
619
|
}
|
620
|
-
|
621
|
-
|
620
|
+
.bk-pagination-list-pre.is-disabled,
|
621
|
+
.bk-pagination-list-next.is-disabled {
|
622
622
|
color: #dcdee5;
|
623
623
|
cursor: not-allowed;
|
624
624
|
background-color: transparent;
|
625
625
|
}
|
626
|
-
|
626
|
+
.bk-pagination-list-item {
|
627
627
|
margin-right: 2px;
|
628
628
|
margin-left: 2px;
|
629
629
|
}
|
630
|
-
|
630
|
+
.bk-pagination-limit {
|
631
631
|
display: flex;
|
632
632
|
align-items: center;
|
633
633
|
user-select: none;
|
634
634
|
}
|
635
|
-
|
635
|
+
.bk-pagination-limit-select {
|
636
636
|
width: 60px;
|
637
637
|
margin: 0 4px;
|
638
638
|
}
|
639
|
-
|
639
|
+
.bk-pagination-limit-select .bk-input {
|
640
640
|
border-color: #f0f1f5;
|
641
641
|
}
|
642
|
-
|
642
|
+
.bk-pagination-limit-select .bk-input--text {
|
643
643
|
background-color: #f0f1f5;
|
644
644
|
}
|
645
|
-
|
645
|
+
.bk-pagination-limit-select:hover .bk-input {
|
646
646
|
border-color: #eaebf0;
|
647
647
|
}
|
648
|
-
|
648
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
649
649
|
background-color: #eaebf0;
|
650
650
|
}
|
651
|
-
|
651
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
652
652
|
border-color: #3a84ff;
|
653
653
|
}
|
654
|
-
|
654
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
655
655
|
background-color: #fff;
|
656
656
|
}
|
657
|
-
|
657
|
+
.bk-pagination-small-list {
|
658
658
|
display: flex;
|
659
659
|
align-items: center;
|
660
660
|
}
|
661
|
-
|
661
|
+
.bk-pagination-small-list .bk-pagination-picker {
|
662
662
|
display: flex;
|
663
663
|
height: 26px;
|
664
664
|
margin: 0 4px;
|
@@ -668,16 +668,16 @@
|
|
668
668
|
border-radius: 2px;
|
669
669
|
align-items: center;
|
670
670
|
}
|
671
|
-
|
671
|
+
.bk-pagination-small-list .bk-pagination-picker:hover {
|
672
672
|
background-color: #eaebf0;
|
673
673
|
border-color: #eaebf0;
|
674
674
|
}
|
675
|
-
|
675
|
+
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
676
676
|
background-color: #fff;
|
677
677
|
border-color: #3a84ff;
|
678
678
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
679
679
|
}
|
680
|
-
|
680
|
+
.bk-pagination-editor {
|
681
681
|
height: 16px;
|
682
682
|
min-width: 23px;
|
683
683
|
padding-right: 4px;
|
@@ -690,12 +690,12 @@
|
|
690
690
|
outline: none;
|
691
691
|
transition: all 0.15s;
|
692
692
|
}
|
693
|
-
|
693
|
+
.bk-pagination-small-list-total {
|
694
694
|
padding-right: 8px;
|
695
695
|
padding-left: 4px;
|
696
696
|
}
|
697
|
-
|
698
|
-
|
697
|
+
.bk-pagination-btn-pre,
|
698
|
+
.bk-pagination-btn-next {
|
699
699
|
display: flex;
|
700
700
|
width: 26px;
|
701
701
|
height: 26px;
|
@@ -705,23 +705,23 @@
|
|
705
705
|
justify-content: center;
|
706
706
|
align-items: center;
|
707
707
|
}
|
708
|
-
|
709
|
-
|
708
|
+
.bk-pagination-btn-pre:hover,
|
709
|
+
.bk-pagination-btn-next:hover {
|
710
710
|
color: #3a84ff;
|
711
711
|
background: #f0f1f5;
|
712
712
|
}
|
713
|
-
|
714
|
-
|
713
|
+
.bk-pagination-btn-pre.is-disabled,
|
714
|
+
.bk-pagination-btn-next.is-disabled {
|
715
715
|
color: #dcdee5;
|
716
716
|
cursor: not-allowed;
|
717
717
|
}
|
718
|
-
|
718
|
+
.bk-pagination-picker-list {
|
719
719
|
max-height: 216px;
|
720
720
|
padding: 7px 0;
|
721
721
|
margin: -7px -14px;
|
722
722
|
overflow: auto;
|
723
723
|
}
|
724
|
-
|
724
|
+
.bk-pagination-picker-list .item {
|
725
725
|
height: 32px;
|
726
726
|
padding: 0 10px;
|
727
727
|
font-size: 12px;
|
@@ -729,12 +729,12 @@
|
|
729
729
|
color: #63656e;
|
730
730
|
cursor: pointer;
|
731
731
|
}
|
732
|
-
|
733
|
-
|
732
|
+
.bk-pagination-picker-list .item:hover,
|
733
|
+
.bk-pagination-picker-list .item.is-actived {
|
734
734
|
color: #3a84ff;
|
735
735
|
background: #f4f6fa;
|
736
736
|
}
|
737
|
-
|
737
|
+
.bk-popover.bk-pop2-content {
|
738
738
|
position: absolute;
|
739
739
|
padding: 12px;
|
740
740
|
font-size: 12px;
|
@@ -743,10 +743,10 @@
|
|
743
743
|
border-radius: 4px;
|
744
744
|
box-sizing: border-box;
|
745
745
|
}
|
746
|
-
|
746
|
+
.bk-popover.bk-pop2-content.hidden {
|
747
747
|
display: none;
|
748
748
|
}
|
749
|
-
|
749
|
+
.bk-popover.bk-pop2-content .bk-pop2-arrow {
|
750
750
|
position: absolute;
|
751
751
|
z-index: -1;
|
752
752
|
width: 8px;
|
@@ -754,15 +754,15 @@
|
|
754
754
|
background: #333;
|
755
755
|
transform: rotate(45deg);
|
756
756
|
}
|
757
|
-
|
757
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] {
|
758
758
|
color: #26323d;
|
759
759
|
background-color: #fff;
|
760
760
|
box-shadow: 0 0 6px 0 #dcdee5;
|
761
761
|
}
|
762
|
-
|
762
|
+
.bk-popover.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
|
763
763
|
background-color: #fff;
|
764
764
|
}
|
765
|
-
|
765
|
+
.bk-table-head-action {
|
766
766
|
display: flex;
|
767
767
|
height: var(--row-height);
|
768
768
|
padding: 0 10px 0 6px;
|
@@ -771,31 +771,31 @@
|
|
771
771
|
cursor: pointer;
|
772
772
|
align-items: center;
|
773
773
|
}
|
774
|
-
|
774
|
+
.bk-table-head-action:last-of-type {
|
775
775
|
margin-right: -10px;
|
776
776
|
}
|
777
|
-
|
777
|
+
.bk-table-head-action.active {
|
778
778
|
color: #3a84ff;
|
779
779
|
}
|
780
|
-
|
780
|
+
.bk-table-head-action.opened {
|
781
781
|
color: inherit;
|
782
782
|
}
|
783
|
-
|
783
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter {
|
784
784
|
padding: 5px 0 0 0;
|
785
785
|
background-color: #fff;
|
786
786
|
border-radius: 2px;
|
787
787
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
|
788
788
|
}
|
789
|
-
|
789
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list {
|
790
790
|
display: inline-block;
|
791
791
|
max-width: 300px;
|
792
792
|
min-width: 200px;
|
793
793
|
}
|
794
|
-
|
794
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
795
795
|
max-height: 200px;
|
796
796
|
min-height: 40px;
|
797
797
|
}
|
798
|
-
|
798
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
799
799
|
width: 100%;
|
800
800
|
height: 32px;
|
801
801
|
padding: 0 10px;
|
@@ -804,25 +804,25 @@
|
|
804
804
|
color: #63656e;
|
805
805
|
text-align: left;
|
806
806
|
}
|
807
|
-
|
807
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item:hover {
|
808
808
|
background: #f0f1f5;
|
809
809
|
}
|
810
|
-
|
810
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label:hover {
|
811
811
|
background: #f0f1f5;
|
812
812
|
}
|
813
|
-
|
813
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox-label {
|
814
814
|
white-space: nowrap;
|
815
815
|
}
|
816
|
-
|
816
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
817
817
|
margin-left: 0;
|
818
818
|
}
|
819
|
-
|
819
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-footer {
|
820
820
|
display: flex;
|
821
821
|
padding: 12px;
|
822
822
|
border-top: solid 1px #dcdee5;
|
823
823
|
align-items: center;
|
824
824
|
}
|
825
|
-
|
825
|
+
.bk-head-cell-sort {
|
826
826
|
display: flex;
|
827
827
|
height: 100%;
|
828
828
|
padding: 0 4px;
|
@@ -833,47 +833,47 @@
|
|
833
833
|
justify-content: center;
|
834
834
|
align-items: center;
|
835
835
|
}
|
836
|
-
|
836
|
+
.bk-head-cell-sort .sort-action {
|
837
837
|
display: flex;
|
838
838
|
height: 50%;
|
839
839
|
color: #c0c4cc;
|
840
840
|
cursor: pointer;
|
841
841
|
}
|
842
|
-
|
842
|
+
.bk-head-cell-sort .sort-action.active {
|
843
843
|
color: #3a84ff;
|
844
844
|
}
|
845
|
-
|
845
|
+
.bk-head-cell-sort .sort-action.sort-asc {
|
846
846
|
align-items: flex-end;
|
847
847
|
}
|
848
|
-
|
848
|
+
.bk-head-cell-sort .sort-action.sort-desc {
|
849
849
|
align-items: flex-start;
|
850
850
|
}
|
851
|
-
|
851
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] {
|
852
852
|
padding: 0;
|
853
853
|
}
|
854
|
-
|
854
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='top'] {
|
855
855
|
border-right: solid 1px #dcdee5;
|
856
856
|
border-bottom: solid 1px #dcdee5;
|
857
857
|
}
|
858
|
-
|
858
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='bottom'] {
|
859
859
|
border-top: solid 1px #dcdee5;
|
860
860
|
border-left: solid 1px #dcdee5;
|
861
861
|
}
|
862
|
-
|
862
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='left'] {
|
863
863
|
border-top: solid 1px #dcdee5;
|
864
864
|
border-right: solid 1px #dcdee5;
|
865
865
|
}
|
866
|
-
|
866
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .bk-pop2-arrow[data-arrow='right'] {
|
867
867
|
border-bottom: solid 1px #dcdee5;
|
868
868
|
border-left: solid 1px #dcdee5;
|
869
869
|
}
|
870
|
-
|
870
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content {
|
871
871
|
width: 515px;
|
872
872
|
border: 1px solid #dcdee5;
|
873
873
|
border-radius: 2px;
|
874
874
|
opacity: 1;
|
875
875
|
}
|
876
|
-
|
876
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head {
|
877
877
|
position: relative;
|
878
878
|
display: flex;
|
879
879
|
padding: 0 24px;
|
@@ -883,13 +883,13 @@
|
|
883
883
|
line-height: 32px;
|
884
884
|
color: #313238;
|
885
885
|
}
|
886
|
-
|
886
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .icon-close-action {
|
887
887
|
position: absolute;
|
888
888
|
top: 10px;
|
889
889
|
right: 15px;
|
890
890
|
cursor: pointer;
|
891
891
|
}
|
892
|
-
|
892
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
|
893
893
|
display: inline-block;
|
894
894
|
height: 26px;
|
895
895
|
margin: 24px 0;
|
@@ -897,58 +897,58 @@
|
|
897
897
|
line-height: 26px;
|
898
898
|
color: #313238;
|
899
899
|
}
|
900
|
-
|
900
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
|
901
901
|
max-height: 360px;
|
902
902
|
padding: 0 24px;
|
903
903
|
overflow-y: auto;
|
904
904
|
}
|
905
|
-
|
905
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title {
|
906
906
|
display: flex;
|
907
907
|
font-size: 14px;
|
908
908
|
line-height: 19px;
|
909
909
|
color: #63656e;
|
910
910
|
justify-content: space-between;
|
911
911
|
}
|
912
|
-
|
912
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
|
913
913
|
height: 22px;
|
914
914
|
font-size: 14px;
|
915
915
|
line-height: 22px;
|
916
916
|
color: #313238;
|
917
917
|
text-align: left;
|
918
918
|
}
|
919
|
-
|
919
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
|
920
920
|
color: #c4c6cc;
|
921
921
|
}
|
922
|
-
|
922
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .check-all {
|
923
923
|
color: #3a84ff;
|
924
924
|
cursor: pointer;
|
925
925
|
}
|
926
|
-
|
926
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields {
|
927
927
|
display: flex;
|
928
928
|
max-height: 150px;
|
929
929
|
align-items: flex-start;
|
930
930
|
flex-wrap: wrap;
|
931
931
|
margin-bottom: 16px;
|
932
932
|
}
|
933
|
-
|
933
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
934
934
|
width: 150px;
|
935
935
|
height: 16px;
|
936
936
|
margin-top: 16px;
|
937
937
|
line-height: 16px;
|
938
938
|
}
|
939
|
-
|
939
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
|
940
940
|
overflow: hidden;
|
941
941
|
text-overflow: ellipsis;
|
942
942
|
white-space: nowrap;
|
943
943
|
}
|
944
|
-
|
944
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
|
945
945
|
display: flex;
|
946
946
|
height: 76px;
|
947
947
|
font-size: 14px;
|
948
948
|
border-top: solid 1px #f0f1f5;
|
949
949
|
align-items: center;
|
950
950
|
}
|
951
|
-
|
951
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size {
|
952
952
|
display: flex;
|
953
953
|
width: 68px;
|
954
954
|
height: 26px;
|
@@ -958,34 +958,34 @@
|
|
958
958
|
justify-content: center;
|
959
959
|
align-items: center;
|
960
960
|
}
|
961
|
-
|
961
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size.active {
|
962
962
|
color: #3a84ff;
|
963
963
|
background: #e1ecff;
|
964
964
|
border: 1px solid #a3c5fd;
|
965
965
|
}
|
966
|
-
|
966
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:not(.active) {
|
967
967
|
border-right: none;
|
968
968
|
border-left: none;
|
969
969
|
}
|
970
|
-
|
970
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child {
|
971
971
|
border-right: 1px solid #c4c6cc;
|
972
972
|
border-left: 1px solid #c4c6cc;
|
973
973
|
border-bottom-left-radius: 2px;
|
974
974
|
border-top-left-radius: 2px;
|
975
975
|
}
|
976
|
-
|
976
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-medium {
|
977
977
|
border-right: none;
|
978
978
|
}
|
979
|
-
|
979
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
|
980
980
|
border-right: 1px solid #c4c6cc;
|
981
981
|
border-left: 1px solid #c4c6cc;
|
982
982
|
border-top-right-radius: 2px;
|
983
983
|
border-bottom-right-radius: 2px;
|
984
984
|
}
|
985
|
-
|
985
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-medium {
|
986
986
|
border-left: none;
|
987
987
|
}
|
988
|
-
|
988
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
|
989
989
|
display: flex;
|
990
990
|
height: 50px;
|
991
991
|
padding: 0 24px;
|
@@ -995,49 +995,49 @@
|
|
995
995
|
justify-content: flex-end;
|
996
996
|
align-items: center;
|
997
997
|
}
|
998
|
-
|
998
|
+
.bk-table {
|
999
999
|
position: relative;
|
1000
|
-
width: 100%;
|
1001
1000
|
height: auto;
|
1002
1001
|
overflow: hidden;
|
1002
|
+
width: 100%;
|
1003
1003
|
}
|
1004
|
-
|
1004
|
+
.bk-table-flex {
|
1005
1005
|
display: flex;
|
1006
1006
|
flex-direction: column;
|
1007
1007
|
max-height: fit-content;
|
1008
1008
|
}
|
1009
|
-
|
1009
|
+
.bk-table-flex .bk-table-body {
|
1010
1010
|
flex: 1;
|
1011
1011
|
overflow: auto;
|
1012
1012
|
}
|
1013
|
-
|
1013
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1014
1014
|
padding-right: 4px;
|
1015
1015
|
}
|
1016
|
-
|
1016
|
+
.bk-table .bk-table-body {
|
1017
1017
|
position: relative;
|
1018
1018
|
overflow: auto;
|
1019
1019
|
scrollbar-gutter: stable;
|
1020
1020
|
border-bottom: 1px solid #dcdee5;
|
1021
1021
|
}
|
1022
|
-
|
1022
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1023
1023
|
width: 5px;
|
1024
1024
|
height: 6px;
|
1025
1025
|
}
|
1026
|
-
|
1026
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1027
1027
|
background: #dcdee5;
|
1028
1028
|
border-radius: 10px;
|
1029
1029
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1030
1030
|
}
|
1031
|
-
|
1031
|
+
.bk-table .bk-table-body .prepend-row {
|
1032
1032
|
transform: translateX(var(--prepend-left));
|
1033
1033
|
}
|
1034
|
-
|
1034
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1035
1035
|
background-color: #fafbfd;
|
1036
1036
|
}
|
1037
|
-
|
1037
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1038
1038
|
border-bottom: none;
|
1039
1039
|
}
|
1040
|
-
|
1040
|
+
.bk-table .bk-fixed-bottom-border {
|
1041
1041
|
position: sticky;
|
1042
1042
|
bottom: 0;
|
1043
1043
|
left: 0;
|
@@ -1046,188 +1046,188 @@
|
|
1046
1046
|
border-top: 1px solid #dcdee5;
|
1047
1047
|
transform: translateX(var(--scroll-head-left));
|
1048
1048
|
}
|
1049
|
-
|
1049
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1050
1050
|
display: none;
|
1051
1051
|
}
|
1052
|
-
|
1053
|
-
|
1052
|
+
.bk-table .bk-table-head,
|
1053
|
+
.bk-table .bk-table-body {
|
1054
1054
|
background: white;
|
1055
1055
|
transform: translateZ(0);
|
1056
1056
|
}
|
1057
|
-
|
1058
|
-
|
1057
|
+
.bk-table .bk-table-head::-webkit-scrollbar,
|
1058
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1059
1059
|
width: 5px;
|
1060
1060
|
height: 5px;
|
1061
1061
|
}
|
1062
|
-
|
1063
|
-
|
1062
|
+
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1063
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1064
1064
|
background: #ddd;
|
1065
1065
|
border-radius: 20px;
|
1066
1066
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1067
1067
|
}
|
1068
|
-
|
1069
|
-
|
1068
|
+
.bk-table .bk-table-head.__is-empty,
|
1069
|
+
.bk-table .bk-table-body.__is-empty {
|
1070
1070
|
display: flex;
|
1071
1071
|
height: 100%;
|
1072
1072
|
justify-content: center;
|
1073
1073
|
align-items: center;
|
1074
1074
|
}
|
1075
|
-
|
1076
|
-
|
1075
|
+
.bk-table .bk-table-head.__is-empty .bk-table-body-content,
|
1076
|
+
.bk-table .bk-table-body.__is-empty .bk-table-body-content {
|
1077
1077
|
position: relative;
|
1078
1078
|
display: flex;
|
1079
1079
|
width: 100%;
|
1080
1080
|
height: 100%;
|
1081
1081
|
padding-bottom: 20px;
|
1082
1082
|
}
|
1083
|
-
|
1084
|
-
|
1083
|
+
.bk-table .bk-table-head table,
|
1084
|
+
.bk-table .bk-table-body table {
|
1085
1085
|
width: 100%;
|
1086
1086
|
border-collapse: collapse;
|
1087
1087
|
transform: translateZ(0);
|
1088
1088
|
table-layout: fixed;
|
1089
1089
|
align-self: flex-start;
|
1090
1090
|
}
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1091
|
+
.bk-table .bk-table-head table th,
|
1092
|
+
.bk-table .bk-table-body table th,
|
1093
|
+
.bk-table .bk-table-head table td,
|
1094
|
+
.bk-table .bk-table-body table td {
|
1095
1095
|
height: var(--row-height);
|
1096
1096
|
min-width: 30px;
|
1097
1097
|
clear: both;
|
1098
1098
|
}
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1099
|
+
.bk-table .bk-table-head table th.expand-row .expand-btn-action,
|
1100
|
+
.bk-table .bk-table-body table th.expand-row .expand-btn-action,
|
1101
|
+
.bk-table .bk-table-head table td.expand-row .expand-btn-action,
|
1102
|
+
.bk-table .bk-table-body table td.expand-row .expand-btn-action {
|
1103
1103
|
color: #575961;
|
1104
1104
|
}
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1105
|
+
.bk-table .bk-table-head table th .cell,
|
1106
|
+
.bk-table .bk-table-body table th .cell,
|
1107
|
+
.bk-table .bk-table-head table td .cell,
|
1108
|
+
.bk-table .bk-table-body table td .cell {
|
1109
1109
|
padding: 0 16px;
|
1110
1110
|
overflow: hidden;
|
1111
1111
|
font-size: 12px;
|
1112
|
-
color: #
|
1112
|
+
color: #63656E;
|
1113
1113
|
text-overflow: ellipsis;
|
1114
1114
|
white-space: nowrap;
|
1115
1115
|
}
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
height: 100%;
|
1116
|
+
.bk-table .bk-table-head table th .cell .drag-cell,
|
1117
|
+
.bk-table .bk-table-body table th .cell .drag-cell,
|
1118
|
+
.bk-table .bk-table-head table td .cell .drag-cell,
|
1119
|
+
.bk-table .bk-table-body table td .cell .drag-cell {
|
1121
1120
|
font-size: 14px;
|
1121
|
+
height: 100%;
|
1122
1122
|
}
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1123
|
+
.bk-table .bk-table-head table th .cell.has-sort,
|
1124
|
+
.bk-table .bk-table-body table th .cell.has-sort,
|
1125
|
+
.bk-table .bk-table-head table td .cell.has-sort,
|
1126
|
+
.bk-table .bk-table-body table td .cell.has-sort {
|
1127
1127
|
cursor: pointer;
|
1128
1128
|
}
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1129
|
+
.bk-table .bk-table-head table th .cell.explain,
|
1130
|
+
.bk-table .bk-table-body table th .cell.explain,
|
1131
|
+
.bk-table .bk-table-head table td .cell.explain,
|
1132
|
+
.bk-table .bk-table-body table td .cell.explain {
|
1133
1133
|
text-decoration-style: dashed;
|
1134
1134
|
text-decoration-line: underline;
|
1135
1135
|
}
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1136
|
+
.bk-table .bk-table-head table th .cell .head-text,
|
1137
|
+
.bk-table .bk-table-body table th .cell .head-text,
|
1138
|
+
.bk-table .bk-table-head table td .cell .head-text,
|
1139
|
+
.bk-table .bk-table-body table td .cell .head-text {
|
1140
1140
|
overflow: hidden;
|
1141
1141
|
text-overflow: ellipsis;
|
1142
1142
|
white-space: nowrap;
|
1143
1143
|
}
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1144
|
+
.bk-table .bk-table-head table th .cell.selection,
|
1145
|
+
.bk-table .bk-table-body table th .cell.selection,
|
1146
|
+
.bk-table .bk-table-head table td .cell.selection,
|
1147
|
+
.bk-table .bk-table-body table td .cell.selection {
|
1148
1148
|
padding: 0;
|
1149
1149
|
text-align: center;
|
1150
1150
|
}
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1151
|
+
.bk-table .bk-table-head table th .cell.expand-cell,
|
1152
|
+
.bk-table .bk-table-body table th .cell.expand-cell,
|
1153
|
+
.bk-table .bk-table-head table td .cell.expand-cell,
|
1154
|
+
.bk-table .bk-table-body table td .cell.expand-cell {
|
1155
1155
|
display: flex;
|
1156
1156
|
padding: 0;
|
1157
1157
|
text-overflow: unset;
|
1158
1158
|
align-items: center;
|
1159
1159
|
justify-content: center;
|
1160
1160
|
}
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1161
|
+
.bk-table .bk-table-head table th .expand-btn-action,
|
1162
|
+
.bk-table .bk-table-body table th .expand-btn-action,
|
1163
|
+
.bk-table .bk-table-head table td .expand-btn-action,
|
1164
|
+
.bk-table .bk-table-body table td .expand-btn-action {
|
1165
1165
|
display: flex;
|
1166
1166
|
padding: 0 16px;
|
1167
1167
|
color: #c4c6cc;
|
1168
1168
|
cursor: pointer;
|
1169
1169
|
}
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1170
|
+
.bk-table .bk-table-head table th.column_fixed,
|
1171
|
+
.bk-table .bk-table-body table th.column_fixed,
|
1172
|
+
.bk-table .bk-table-head table td.column_fixed,
|
1173
|
+
.bk-table .bk-table-body table td.column_fixed {
|
1174
1174
|
position: sticky;
|
1175
1175
|
z-index: 1;
|
1176
1176
|
}
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1177
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1178
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1179
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1180
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1181
1181
|
left: 0;
|
1182
1182
|
}
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1183
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1184
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1185
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1186
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1187
1187
|
right: 0;
|
1188
1188
|
}
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1189
|
+
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1190
|
+
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1191
|
+
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
1192
|
+
.bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
|
1193
1193
|
min-height: 30px;
|
1194
1194
|
}
|
1195
|
-
|
1196
|
-
|
1195
|
+
.bk-table .bk-table-head table .left,
|
1196
|
+
.bk-table .bk-table-body table .left {
|
1197
1197
|
text-align: left;
|
1198
1198
|
}
|
1199
|
-
|
1200
|
-
|
1199
|
+
.bk-table .bk-table-head table .left .cell,
|
1200
|
+
.bk-table .bk-table-body table .left .cell {
|
1201
1201
|
justify-content: start;
|
1202
1202
|
}
|
1203
|
-
|
1204
|
-
|
1203
|
+
.bk-table .bk-table-head table .center,
|
1204
|
+
.bk-table .bk-table-body table .center {
|
1205
1205
|
text-align: center;
|
1206
1206
|
}
|
1207
|
-
|
1208
|
-
|
1207
|
+
.bk-table .bk-table-head table .center .cell,
|
1208
|
+
.bk-table .bk-table-body table .center .cell {
|
1209
1209
|
justify-content: center;
|
1210
1210
|
}
|
1211
|
-
|
1212
|
-
|
1211
|
+
.bk-table .bk-table-head table .right,
|
1212
|
+
.bk-table .bk-table-body table .right {
|
1213
1213
|
text-align: right;
|
1214
1214
|
}
|
1215
|
-
|
1216
|
-
|
1215
|
+
.bk-table .bk-table-head table .right .cell,
|
1216
|
+
.bk-table .bk-table-body table .right .cell {
|
1217
1217
|
justify-content: end;
|
1218
1218
|
}
|
1219
|
-
|
1220
|
-
|
1219
|
+
.bk-table .bk-table-head table thead,
|
1220
|
+
.bk-table .bk-table-body table thead {
|
1221
1221
|
background-color: #fafbfd;
|
1222
1222
|
}
|
1223
|
-
|
1224
|
-
|
1223
|
+
.bk-table .bk-table-head table thead th,
|
1224
|
+
.bk-table .bk-table-body table thead th {
|
1225
1225
|
position: relative;
|
1226
1226
|
font-weight: 400;
|
1227
1227
|
background-color: var(--background-color);
|
1228
1228
|
}
|
1229
|
-
|
1230
|
-
|
1229
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1230
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1231
1231
|
position: absolute;
|
1232
1232
|
top: 0;
|
1233
1233
|
right: 0;
|
@@ -1239,38 +1239,38 @@
|
|
1239
1239
|
content: '';
|
1240
1240
|
transform: translateX(50%);
|
1241
1241
|
}
|
1242
|
-
|
1243
|
-
|
1242
|
+
.bk-table .bk-table-head table thead th .cell,
|
1243
|
+
.bk-table .bk-table-body table thead th .cell {
|
1244
1244
|
display: flex;
|
1245
1245
|
align-items: center;
|
1246
1246
|
height: calc(var(--row-height) - 1px);
|
1247
1247
|
color: #313238;
|
1248
1248
|
}
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1249
|
+
.bk-table .bk-table-head table thead th.active,
|
1250
|
+
.bk-table .bk-table-body table thead th.active,
|
1251
|
+
.bk-table .bk-table-head table thead th:hover,
|
1252
|
+
.bk-table .bk-table-body table thead th:hover {
|
1253
1253
|
cursor: pointer;
|
1254
1254
|
background: #f0f1f5;
|
1255
1255
|
}
|
1256
|
-
|
1257
|
-
|
1256
|
+
.bk-table .bk-table-head table thead th.column_fixed,
|
1257
|
+
.bk-table .bk-table-body table thead th.column_fixed {
|
1258
1258
|
transform: translateX(var(--scroll-left));
|
1259
1259
|
}
|
1260
|
-
|
1261
|
-
|
1260
|
+
.bk-table .bk-table-head table tbody tr td,
|
1261
|
+
.bk-table .bk-table-body table tbody tr td {
|
1262
1262
|
background-color: #fff;
|
1263
1263
|
}
|
1264
|
-
|
1265
|
-
|
1264
|
+
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
1265
|
+
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
1266
1266
|
padding-bottom: 30px;
|
1267
1267
|
}
|
1268
|
-
|
1269
|
-
|
1268
|
+
.bk-table .bk-table-head table tbody tr td.is-last,
|
1269
|
+
.bk-table .bk-table-body table tbody tr td.is-last {
|
1270
1270
|
border-bottom: none;
|
1271
1271
|
}
|
1272
|
-
|
1273
|
-
|
1272
|
+
.bk-table .bk-table-head table tbody tr td .cell,
|
1273
|
+
.bk-table .bk-table-body table tbody tr td .cell {
|
1274
1274
|
display: block;
|
1275
1275
|
width: 100%;
|
1276
1276
|
height: 100%;
|
@@ -1278,27 +1278,27 @@
|
|
1278
1278
|
box-sizing: border-box;
|
1279
1279
|
align-items: center;
|
1280
1280
|
}
|
1281
|
-
|
1282
|
-
|
1283
|
-
text-align: center;
|
1281
|
+
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
1282
|
+
.bk-table .bk-table-body table tbody tr td .cell.drag {
|
1284
1283
|
cursor: move;
|
1284
|
+
text-align: center;
|
1285
1285
|
}
|
1286
|
-
|
1287
|
-
|
1286
|
+
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1287
|
+
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1288
1288
|
background: #f5f7fa;
|
1289
1289
|
}
|
1290
|
-
|
1291
|
-
|
1290
|
+
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1291
|
+
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
1292
1292
|
background: #fff !important;
|
1293
1293
|
}
|
1294
|
-
|
1294
|
+
.bk-table .bk-table-head {
|
1295
1295
|
position: relative;
|
1296
1296
|
z-index: 2;
|
1297
1297
|
scrollbar-gutter: stable;
|
1298
1298
|
overflow: hidden;
|
1299
1299
|
background-color: var(--background-color);
|
1300
1300
|
}
|
1301
|
-
|
1301
|
+
.bk-table .bk-table-head .col-resize-drag {
|
1302
1302
|
position: absolute;
|
1303
1303
|
top: 0;
|
1304
1304
|
right: 0;
|
@@ -1308,10 +1308,10 @@
|
|
1308
1308
|
background-color: #3785ff;
|
1309
1309
|
transform: translateX(-50%);
|
1310
1310
|
}
|
1311
|
-
|
1311
|
+
.bk-table .bk-table-head thead {
|
1312
1312
|
transform: translateX(var(--scroll-head-left));
|
1313
1313
|
}
|
1314
|
-
|
1314
|
+
.bk-table .bk-table-head .table-head-settings {
|
1315
1315
|
position: absolute;
|
1316
1316
|
top: 0;
|
1317
1317
|
right: 1px;
|
@@ -1327,67 +1327,67 @@
|
|
1327
1327
|
justify-content: center;
|
1328
1328
|
align-items: center;
|
1329
1329
|
}
|
1330
|
-
|
1330
|
+
.bk-table .bk-table-head .table-head-settings > span {
|
1331
1331
|
display: flex;
|
1332
1332
|
width: 1em;
|
1333
1333
|
height: 1em;
|
1334
1334
|
}
|
1335
|
-
|
1335
|
+
.bk-table .bk-table-footer {
|
1336
1336
|
display: flex;
|
1337
1337
|
width: 100%;
|
1338
1338
|
height: var(--footer-height);
|
1339
1339
|
align-items: center;
|
1340
1340
|
}
|
1341
|
-
|
1341
|
+
.bk-table .bk-table-footer.is-hidden {
|
1342
1342
|
display: none;
|
1343
1343
|
}
|
1344
|
-
|
1344
|
+
.bk-table.bordered-row .bk-table-head {
|
1345
1345
|
border-bottom: 1px solid #dcdee5;
|
1346
1346
|
}
|
1347
|
-
|
1347
|
+
.bk-table.bordered-row td {
|
1348
1348
|
border-bottom: 1px solid #dcdee5;
|
1349
1349
|
}
|
1350
|
-
|
1350
|
+
.bk-table.bordered-row tr:last-child td {
|
1351
1351
|
border-bottom: none;
|
1352
1352
|
}
|
1353
|
-
|
1353
|
+
.bk-table.bordered-outer {
|
1354
1354
|
border-top: 1px solid #dcdee5;
|
1355
1355
|
border-right: 1px solid #dcdee5;
|
1356
1356
|
border-left: 1px solid #dcdee5;
|
1357
1357
|
}
|
1358
|
-
|
1358
|
+
.bk-table.bordered-outer .bk-table-footer {
|
1359
1359
|
border-bottom: 1px solid #dcdee5;
|
1360
1360
|
}
|
1361
|
-
|
1361
|
+
.bk-table.bordered-horizontal {
|
1362
1362
|
border-top: 1px solid #dcdee5;
|
1363
1363
|
}
|
1364
|
-
|
1364
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1365
1365
|
border-bottom: 1px solid #dcdee5;
|
1366
1366
|
}
|
1367
|
-
|
1368
|
-
|
1367
|
+
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1368
|
+
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1369
1369
|
border-bottom: 1px solid #dcdee5;
|
1370
1370
|
}
|
1371
|
-
|
1372
|
-
|
1371
|
+
.bk-table.bordered-col th,
|
1372
|
+
.bk-table.bordered-col td {
|
1373
1373
|
border-right: 1px solid #dcdee5;
|
1374
1374
|
}
|
1375
|
-
|
1376
|
-
|
1375
|
+
.bk-table.bordered-col th:last-child,
|
1376
|
+
.bk-table.bordered-col td:last-child {
|
1377
1377
|
border-right: none;
|
1378
1378
|
}
|
1379
|
-
|
1380
|
-
|
1379
|
+
.bk-table th,
|
1380
|
+
.bk-table td {
|
1381
1381
|
border-right: 1px solid transparent;
|
1382
1382
|
}
|
1383
|
-
|
1384
|
-
|
1383
|
+
.bk-table.bordered-none th,
|
1384
|
+
.bk-table.bordered-none td {
|
1385
1385
|
border-top: none;
|
1386
1386
|
border-right: 1px solid transparent;
|
1387
1387
|
border-bottom: none;
|
1388
1388
|
border-left: none;
|
1389
1389
|
}
|
1390
|
-
|
1390
|
+
.bk-table .bk-table-fixed {
|
1391
1391
|
position: absolute;
|
1392
1392
|
top: 0;
|
1393
1393
|
right: 0;
|
@@ -1395,25 +1395,25 @@
|
|
1395
1395
|
left: 0;
|
1396
1396
|
pointer-events: none;
|
1397
1397
|
}
|
1398
|
-
|
1398
|
+
.bk-table .bk-table-fixed .column_fixed {
|
1399
1399
|
position: absolute;
|
1400
1400
|
z-index: 2;
|
1401
1401
|
}
|
1402
|
-
|
1402
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1403
1403
|
top: 0;
|
1404
1404
|
left: 0;
|
1405
1405
|
}
|
1406
|
-
|
1406
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
1407
1407
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1408
1408
|
}
|
1409
|
-
|
1409
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1410
1410
|
top: 0;
|
1411
1411
|
right: 0;
|
1412
1412
|
}
|
1413
|
-
|
1413
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1414
1414
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1415
1415
|
}
|
1416
|
-
|
1416
|
+
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1417
1417
|
position: absolute;
|
1418
1418
|
right: 0;
|
1419
1419
|
bottom: 0;
|
@@ -1421,16 +1421,16 @@
|
|
1421
1421
|
display: flex;
|
1422
1422
|
justify-content: center;
|
1423
1423
|
}
|
1424
|
-
|
1424
|
+
.bk-table colgroup col {
|
1425
1425
|
background: white;
|
1426
1426
|
}
|
1427
|
-
|
1427
|
+
.bk-table colgroup col.active {
|
1428
1428
|
position: relative;
|
1429
1429
|
background: #f0f1f5;
|
1430
1430
|
}
|
1431
|
-
|
1431
|
+
.bk-table .bk-pagination .is-last {
|
1432
1432
|
margin-left: auto;
|
1433
1433
|
}
|
1434
|
-
|
1434
|
+
.bk-table .stripe-row {
|
1435
1435
|
background: #fafbfd;
|
1436
1436
|
}
|