bkui-vue 2.0.1-beta.15.table.5 → 2.0.1-beta.16
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 +64 -64
- package/dist/index.esm.js +20429 -20327
- package/dist/index.umd.js +64 -64
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +0 -129
- package/lib/affix/affix.variable.css +0 -258
- package/lib/alert/alert.css +3 -132
- package/lib/alert/alert.variable.css +0 -258
- package/lib/backtop/backtop.css +3 -132
- package/lib/backtop/backtop.variable.css +3 -390
- package/lib/badge/badge.css +26 -155
- package/lib/badge/badge.variable.css +0 -258
- package/lib/breadcrumb/breadcrumb.css +5 -134
- package/lib/breadcrumb/breadcrumb.variable.css +5 -392
- package/lib/button/button.css +143 -272
- package/lib/button/button.variable.css +0 -258
- package/lib/card/card.css +4 -133
- package/lib/card/card.variable.css +4 -391
- package/lib/cascader/cascader.css +23 -152
- package/lib/cascader/cascader.variable.css +23 -410
- package/lib/checkbox/checkbox.css +9 -138
- package/lib/checkbox/checkbox.variable.css +0 -258
- package/lib/code-diff/code-diff.css +0 -129
- package/lib/code-diff/code-diff.variable.css +0 -258
- package/lib/collapse/collapse.css +1 -130
- package/lib/collapse/collapse.variable.css +0 -258
- package/lib/collapse-transition/collapse-transition.css +0 -129
- package/lib/collapse-transition/collapse-transition.variable.css +0 -258
- package/lib/color-picker/color-picker.css +0 -129
- package/lib/color-picker/color-picker.variable.css +0 -258
- package/lib/config-provider/config-provider.css +0 -129
- package/lib/config-provider/config-provider.variable.css +0 -258
- package/lib/container/container.css +0 -129
- package/lib/container/container.variable.css +0 -387
- package/lib/date-picker/date-picker.css +17 -146
- package/lib/date-picker/date-picker.variable.css +0 -258
- package/lib/date-picker/index.js +2 -2
- package/lib/dialog/dialog.css +8 -137
- package/lib/dialog/dialog.variable.css +8 -395
- package/lib/divider/divider.css +3 -132
- package/lib/divider/divider.variable.css +0 -258
- package/lib/dropdown/dropdown.css +0 -129
- package/lib/dropdown/dropdown.variable.css +0 -387
- package/lib/exception/exception.css +0 -129
- package/lib/exception/exception.variable.css +0 -258
- package/lib/fixed-navbar/fixed-navbar.css +4 -133
- package/lib/fixed-navbar/fixed-navbar.variable.css +0 -258
- package/lib/form/form.css +0 -129
- package/lib/form/form.variable.css +0 -258
- package/lib/image/image-viewer.css +0 -129
- package/lib/image/image-viewer.variable.css +0 -258
- package/lib/image/image.css +0 -129
- package/lib/image/image.variable.css +0 -387
- package/lib/index.js +1 -1
- package/lib/info-box/info-box.css +4 -133
- package/lib/info-box/info-box.variable.css +0 -258
- package/lib/input/input.css +72 -201
- package/lib/input/input.variable.css +72 -459
- package/lib/link/link.css +16 -145
- package/lib/link/link.variable.css +0 -258
- package/lib/loading/loading.css +16 -145
- package/lib/loading/loading.variable.css +16 -403
- package/lib/menu/menu.css +18 -147
- package/lib/menu/menu.variable.css +18 -405
- package/lib/menu/submenu.css +0 -129
- package/lib/menu/submenu.variable.css +0 -258
- package/lib/message/message.css +21 -150
- package/lib/message/message.variable.css +0 -258
- package/lib/modal/modal.css +4 -133
- package/lib/modal/modal.variable.css +4 -391
- package/lib/navigation/navigation.css +2 -131
- package/lib/navigation/navigation.variable.css +0 -258
- package/lib/notify/notify.css +7 -136
- package/lib/notify/notify.variable.css +0 -258
- package/lib/pagination/pagination.css +1 -130
- package/lib/pagination/pagination.variable.css +0 -258
- package/lib/pop-confirm/pop-confirm.css +0 -129
- package/lib/pop-confirm/pop-confirm.variable.css +0 -258
- package/lib/popover/popover.css +0 -129
- package/lib/popover/popover.variable.css +0 -258
- package/lib/process/process.css +13 -142
- package/lib/process/process.variable.css +0 -258
- package/lib/progress/progress.css +4 -133
- package/lib/progress/progress.variable.css +4 -391
- package/lib/radio/radio.css +42 -171
- package/lib/radio/radio.variable.css +0 -258
- package/lib/rate/rate.css +0 -129
- package/lib/rate/rate.variable.css +0 -258
- package/lib/resize-layout/resize-layout.css +0 -129
- package/lib/resize-layout/resize-layout.variable.css +0 -258
- package/lib/scrollbar/index.js +17275 -14
- package/lib/scrollbar/scrollbar-core/index.d.ts +1 -2
- package/lib/scrollbar/scrollbar.css +0 -129
- package/lib/scrollbar/scrollbar.variable.css +0 -258
- package/lib/search-select/search-select.css +33 -162
- package/lib/search-select/search-select.variable.css +33 -420
- package/lib/select/select.css +39 -168
- package/lib/select/select.variable.css +39 -426
- package/lib/shared/index.d.ts +0 -1
- package/lib/shared/index.js +1 -72
- package/lib/sideslider/sideslider.css +1 -130
- package/lib/sideslider/sideslider.variable.css +0 -258
- package/lib/slider/slider.css +5 -134
- package/lib/slider/slider.variable.css +0 -258
- package/lib/steps/index.d.ts +3 -3
- package/lib/steps/steps.css +38 -167
- package/lib/steps/steps.d.ts +1 -1
- package/lib/steps/steps.variable.css +0 -258
- package/lib/styles/mixins/animate.css +0 -129
- package/lib/styles/mixins/animate.variable.css +0 -258
- package/lib/styles/mixins/mixins.css +0 -129
- package/lib/styles/mixins/mixins.variable.css +0 -129
- package/lib/styles/mixins/popper.css +0 -129
- package/lib/styles/mixins/popper.variable.css +0 -258
- package/lib/styles/mixins/scroll.css +0 -129
- package/lib/styles/mixins/scroll.variable.css +0 -258
- package/lib/styles/reset.css +0 -129
- package/lib/styles/reset.variable.css +0 -258
- package/lib/styles/themes/themes.less +127 -306
- package/lib/swiper/swiper.css +0 -129
- package/lib/swiper/swiper.variable.css +0 -258
- package/lib/switcher/switcher.css +17 -146
- package/lib/switcher/switcher.variable.css +17 -404
- package/lib/tab/tab.css +17 -146
- package/lib/tab/tab.variable.css +0 -258
- package/lib/table/components/table-column.d.ts +0 -1
- package/lib/table/const.d.ts +0 -12
- package/lib/table/events.d.ts +98 -2
- package/lib/table/index.d.ts +502 -28
- package/lib/table/index.js +3519 -3224
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/head-filter.css +0 -129
- package/lib/table/plugins/head-filter.d.ts +1 -2
- package/lib/table/plugins/head-filter.variable.css +0 -258
- package/lib/table/plugins/head-sort.css +0 -129
- package/lib/table/plugins/head-sort.variable.css +0 -258
- package/lib/table/plugins/settings.css +0 -130
- package/lib/table/plugins/settings.d.ts +16 -0
- package/lib/table/plugins/settings.less +0 -1
- package/lib/table/plugins/settings.variable.css +0 -259
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +35 -0
- package/lib/table/{hooks → plugins}/use-column-template.d.ts +2 -1
- package/lib/table/{hooks → plugins}/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +27 -0
- package/lib/table/plugins/use-head-cell.d.ts +7 -0
- package/lib/table/plugins/use-pagination.d.ts +23 -0
- package/lib/table/props.d.ts +9 -19
- package/lib/table/table.css +212 -329
- package/lib/table/table.d.ts +174 -18
- package/lib/table/table.less +47 -35
- package/lib/table/table.variable.css +212 -587
- package/lib/table/use-attributes.d.ts +62 -0
- package/lib/table/use-column.d.ts +155 -0
- package/lib/table/use-common.d.ts +1679 -0
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +3 -26
- package/lib/table-column/index.d.ts +0 -3
- package/lib/table-column/index.js +8 -26
- package/lib/tag/tag.css +5 -134
- package/lib/tag/tag.variable.css +0 -258
- package/lib/tag-input/tag-input.css +18 -147
- package/lib/tag-input/tag-input.variable.css +0 -258
- package/lib/time-picker/time-picker.css +0 -129
- package/lib/time-picker/time-picker.variable.css +0 -258
- package/lib/timeline/timeline.css +19 -148
- package/lib/timeline/timeline.variable.css +0 -258
- package/lib/transfer/transfer.css +19 -148
- package/lib/transfer/transfer.variable.css +0 -258
- package/lib/tree/tree.css +9 -138
- package/lib/tree/tree.variable.css +9 -396
- package/lib/upload/upload.css +27 -156
- package/lib/upload/upload.variable.css +27 -414
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/virtual-render.css +0 -129
- package/lib/virtual-render/virtual-render.variable.css +0 -387
- package/package.json +2 -1
- package/lib/shared/frame-throttle.d.ts +0 -15
- package/lib/styles/themes/themes.css +0 -129
- package/lib/styles/themes/themes.variable.css +0 -129
- package/lib/table/hooks/use-column-resize.d.ts +0 -7
- package/lib/table/hooks/use-columns.d.ts +0 -55
- package/lib/table/hooks/use-fixed-column.d.ts +0 -10
- package/lib/table/hooks/use-head.d.ts +0 -15
- package/lib/table/hooks/use-layout.d.ts +0 -20
- package/lib/table/hooks/use-pagination.d.ts +0 -16
- package/lib/table/hooks/use-render.d.ts +0 -23
- package/lib/table/hooks/use-rows.d.ts +0 -25
- package/lib/table/hooks/use-settings.d.ts +0 -23
- /package/lib/table/{components → plugins}/body-empty.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-observer-resize.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-scroll-loading.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-shift-key.d.ts +0 -0
@@ -1,133 +1,4 @@
|
|
1
1
|
/* stylelint-disable declaration-no-important */
|
2
|
-
:root {
|
3
|
-
--bk-prefix: bk;
|
4
|
-
--popover-max-height: 216px;
|
5
|
-
--primary-color: #3a84ff;
|
6
|
-
--success-color: #2dcb56;
|
7
|
-
--warning-color: #ff9c01;
|
8
|
-
--danger-color: #ea3636;
|
9
|
-
--default-color: #63656e;
|
10
|
-
--gray-color: #979ba5;
|
11
|
-
--light-gray: #c4c6cc;
|
12
|
-
--white-color: white;
|
13
|
-
--whitesmoke-color: #fafbfd;
|
14
|
-
--disable-color: #dcdee5;
|
15
|
-
--disable-bg-color: #f9fafd;
|
16
|
-
--border-color: #dcdee5;
|
17
|
-
--font-size-base: 12px;
|
18
|
-
--font-size-medium: 14px;
|
19
|
-
--font-size-large: 16px;
|
20
|
-
--line-height-base: 16px;
|
21
|
-
--line-height-medium: 16px;
|
22
|
-
--line-height-large: 18px;
|
23
|
-
--component-size-small: 26px;
|
24
|
-
--component-size-base: 32px;
|
25
|
-
--component-size-large: 40px;
|
26
|
-
--component-size-small-padding: 0 12px;
|
27
|
-
--component-size-base-padding: 0 14px;
|
28
|
-
--component-size-large-padding: 0 16px;
|
29
|
-
--border-width-base: 1px;
|
30
|
-
--border-style-base: solid;
|
31
|
-
--border-radius-base: 2px;
|
32
|
-
--border-style-color: var(--light-gray);
|
33
|
-
--input-disabled-bg: #fafbfd;
|
34
|
-
--input-disabled-border: var(--disable-color);
|
35
|
-
--input-height-base: var(--component-size-base);
|
36
|
-
--input-color: var(--default-color);
|
37
|
-
--input-bg: white;
|
38
|
-
--input-border-color: var(--light-gray);
|
39
|
-
--input-broder-radius: 3px;
|
40
|
-
--input-shadow-color: #a3c5fd;
|
41
|
-
--input-horizontal-padding: 8px;
|
42
|
-
--input-block-color: #f5f7fa;
|
43
|
-
--input-block-hover-color: #eaebf0;
|
44
|
-
--input-icon-size: var(--font-size-medium);
|
45
|
-
--input-maxlength-color: #979ba5;
|
46
|
-
--button-primary-hover-color: #5594fa;
|
47
|
-
--button-danger-hover-color: #ff5656;
|
48
|
-
--button-success-hover-color: #45e35f;
|
49
|
-
--button-warning-hover-color: #ffb848;
|
50
|
-
--button-default-hover-border-color: #979ba5;
|
51
|
-
--button-primary-active-color: #2c77f4;
|
52
|
-
--button-danger-active-color: #db2626;
|
53
|
-
--button-success-active-color: #1ab943;
|
54
|
-
--button-warning-active-color: #eb9000;
|
55
|
-
--button-selected-bg-color: #e1ecff;
|
56
|
-
--button-disabled-selected-bg-color: #f0f1f5;
|
57
|
-
--radio-font-color: #63656e;
|
58
|
-
--radio-active-color: #3a84ff;
|
59
|
-
--radio-hover-border-color: #979ba5;
|
60
|
-
--radio-disabled-border: #dcdee5;
|
61
|
-
--radio-disabled-font-color: #c4c6cc;
|
62
|
-
--radio-disabled-checked-bg: #a3c5fd;
|
63
|
-
--radio-button-checked-bg: #e1ecff;
|
64
|
-
--radio-button-disabled-checked-bg: #fafbfd;
|
65
|
-
--checkbox-disabled-checked-bg: #a3c5fd;
|
66
|
-
--fixed-navbar-background: #fff;
|
67
|
-
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
68
|
-
--switch-default-color: #fff;
|
69
|
-
--switch-grey-color: #c4c6cc;
|
70
|
-
--breadcrumb-black-color: #979ba5;
|
71
|
-
--breadcrumb-primary-hover-color: #0082ff;
|
72
|
-
--breadcrumb-fn-main-color: #63656e;
|
73
|
-
--link-default-hover-color: #979ba5;
|
74
|
-
--link-primary-hover-color: #699df4;
|
75
|
-
--link-success-hover-color: #45e35f;
|
76
|
-
--link-warning-hover-color: #ffb848;
|
77
|
-
--link-danger-hover-color: #ff5656;
|
78
|
-
--link-default-disabled-color: #dcdee5;
|
79
|
-
--link-primary-disabled-color: #a3c5fd;
|
80
|
-
--link-success-disabled-color: #94f5a4;
|
81
|
-
--link-warning-disabled-color: #ffd695;
|
82
|
-
--link-danger-disabled-color: #fd9c9c;
|
83
|
-
--message-color: var(--default-color);
|
84
|
-
--message-primary-bg-color: #f0f8ff;
|
85
|
-
--message-primary-border-color: #e1ecff;
|
86
|
-
--message-primary-shadow-color: #e1e8f4;
|
87
|
-
--message-warning-bg-color: #fff4e2;
|
88
|
-
--message-warning-border-color: #ffe8c3;
|
89
|
-
--message-warning-shadow-color: #ede6db;
|
90
|
-
--message-success-bg-color: #f2fff4;
|
91
|
-
--message-success-border-color: #dcffe2;
|
92
|
-
--message-success-shadow-color: #cef0d7;
|
93
|
-
--message-danger-bg-color: #ffeded;
|
94
|
-
--message-danger-border-color: #ffdddd;
|
95
|
-
--message-danger-shadow-color: #f6dada;
|
96
|
-
--slider-default-bg: #dcdee5;
|
97
|
-
--slider-disable-bar-bg: #979ba5;
|
98
|
-
--menu-bg-color: #182132;
|
99
|
-
--submenu-bg-color: #151d2c;
|
100
|
-
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
101
|
-
--menu-color: #96a2b9;
|
102
|
-
--menu-group-color: var(--default-color);
|
103
|
-
--menu-width: 260px;
|
104
|
-
--menu-collapse-width: 60px;
|
105
|
-
--menu-active-color: white;
|
106
|
-
--nav-header-bg-color: #182132;
|
107
|
-
--nav-bg-color: #182132;
|
108
|
-
--date-picker-disabled-bg: #fafbfd;
|
109
|
-
--date-picker-dropdown-mb: 4px;
|
110
|
-
--date-picker-dropdown-bg: #fff;
|
111
|
-
--table-bg-color: var(--white-color);
|
112
|
-
--table-border-color: #dcdee5;
|
113
|
-
--table-head-bg-color: #fafbfd;
|
114
|
-
--table-head-font-color: #313238;
|
115
|
-
--table-body-font-color: #63656E;
|
116
|
-
--table-row-hover-bg-color: #f5f7fa;
|
117
|
-
--table-row-active-bg-color: #f0f1f5;
|
118
|
-
--cascader-panel-border-color: #dcdee5;
|
119
|
-
--cascader-panel-hover: #f5f7fa;
|
120
|
-
--cascader-panel-active: #e1ecff;
|
121
|
-
--cascader-panel-disabled-bg: #fff;
|
122
|
-
--search-select-focus-border-color: var(--primary-color);
|
123
|
-
--search-select-focus-color: #3c96ff;
|
124
|
-
--search-select-font-color: var(--default-color);
|
125
|
-
--search-select-placeholder-color: var(--light-gray);
|
126
|
-
--search-select-message-color: var(--danger-color);
|
127
|
-
--search-select-menu-border-color: var(--disable-color);
|
128
|
-
--select-active-color: #e1ecff;
|
129
|
-
--select-hover-color: #f5f7fa;
|
130
|
-
}
|
131
2
|
@keyframes loading-scale-animate {
|
132
3
|
0% {
|
133
4
|
transform: scale(1);
|
@@ -203,13 +74,13 @@
|
|
203
74
|
.bk-search-select {
|
204
75
|
position: relative;
|
205
76
|
z-index: 9;
|
206
|
-
height:
|
77
|
+
height: 32px;
|
207
78
|
overflow: inherit;
|
208
79
|
}
|
209
80
|
.bk-search-select .focus {
|
210
|
-
color:
|
81
|
+
color: #3c96ff;
|
211
82
|
background: #fff !important;
|
212
|
-
border-color:
|
83
|
+
border-color: #3a84ff !important;
|
213
84
|
}
|
214
85
|
.bk-search-select .div-input {
|
215
86
|
height: 100%;
|
@@ -226,9 +97,9 @@
|
|
226
97
|
min-height: 30px;
|
227
98
|
overflow: hidden;
|
228
99
|
font-size: 12px;
|
229
|
-
color:
|
230
|
-
border:
|
231
|
-
border-radius:
|
100
|
+
color: #63656e;
|
101
|
+
border: 1px solid #c4c6cc;
|
102
|
+
border-radius: 2px;
|
232
103
|
outline: none;
|
233
104
|
box-sizing: border-box;
|
234
105
|
transition: border 0.2s linear;
|
@@ -239,9 +110,9 @@
|
|
239
110
|
}
|
240
111
|
.bk-search-select-container.is-focus {
|
241
112
|
overflow: auto;
|
242
|
-
color:
|
113
|
+
color: #3c96ff;
|
243
114
|
background: #fff !important;
|
244
|
-
border-color:
|
115
|
+
border-color: #3a84ff !important;
|
245
116
|
}
|
246
117
|
.bk-search-select-container .search-prefix {
|
247
118
|
flex: 0 0 auto;
|
@@ -270,7 +141,7 @@
|
|
270
141
|
padding-left: 8px;
|
271
142
|
margin: 0 0 4px 6px;
|
272
143
|
line-height: 22px;
|
273
|
-
color:
|
144
|
+
color: #63656e;
|
274
145
|
background: #f0f1f5;
|
275
146
|
border-radius: 2px;
|
276
147
|
flex: 0 0 auto;
|
@@ -286,7 +157,7 @@
|
|
286
157
|
background: #dcdee5;
|
287
158
|
}
|
288
159
|
.bk-search-select-container .search-container-selected:hover .selected-clear {
|
289
|
-
color:
|
160
|
+
color: #63656e;
|
290
161
|
}
|
291
162
|
.bk-search-select-container .search-container-selected .selected-name {
|
292
163
|
display: inline-block;
|
@@ -316,17 +187,17 @@
|
|
316
187
|
min-width: 40px;
|
317
188
|
padding: 0 10px;
|
318
189
|
margin-top: -4px;
|
319
|
-
color:
|
190
|
+
color: #63656e;
|
320
191
|
border: none;
|
321
192
|
flex: 1;
|
322
193
|
}
|
323
194
|
.bk-search-select-container .search-container-input .input-before:before {
|
324
|
-
color:
|
195
|
+
color: #c4c6cc;
|
325
196
|
content: attr(data-placeholder);
|
326
197
|
}
|
327
198
|
.bk-search-select-container .search-container-input .input-after:after {
|
328
199
|
padding-left: 2px;
|
329
|
-
color:
|
200
|
+
color: #c4c6cc;
|
330
201
|
content: attr(data-tips);
|
331
202
|
}
|
332
203
|
.bk-search-select-container .search-container .selected-input {
|
@@ -336,7 +207,7 @@
|
|
336
207
|
min-width: 40px;
|
337
208
|
padding: 0 10px;
|
338
209
|
margin-top: -4px;
|
339
|
-
color:
|
210
|
+
color: #63656e;
|
340
211
|
border: none;
|
341
212
|
align-items: center;
|
342
213
|
}
|
@@ -344,7 +215,7 @@
|
|
344
215
|
position: absolute;
|
345
216
|
top: 0;
|
346
217
|
right: 0;
|
347
|
-
color:
|
218
|
+
color: #c4c6cc;
|
348
219
|
flex: 0 0 auto;
|
349
220
|
display: flex;
|
350
221
|
align-items: center;
|
@@ -356,7 +227,7 @@
|
|
356
227
|
height: 12px;
|
357
228
|
margin-right: 6px;
|
358
229
|
font-size: 12px;
|
359
|
-
color:
|
230
|
+
color: #c4c6cc;
|
360
231
|
align-items: center;
|
361
232
|
justify-content: center;
|
362
233
|
}
|
@@ -373,9 +244,9 @@
|
|
373
244
|
justify-content: center;
|
374
245
|
}
|
375
246
|
.bk-search-select-container .search-nextfix .search-nextfix-icon.is-focus {
|
376
|
-
color:
|
247
|
+
color: #3c96ff;
|
377
248
|
background: #fff !important;
|
378
|
-
border-color:
|
249
|
+
border-color: #3a84ff !important;
|
379
250
|
}
|
380
251
|
.bk-search-select-container::-webkit-scrollbar {
|
381
252
|
width: 3px;
|
@@ -391,7 +262,7 @@
|
|
391
262
|
margin-top: 5px;
|
392
263
|
font-size: 12px;
|
393
264
|
line-height: 16px;
|
394
|
-
color:
|
265
|
+
color: #ea3636;
|
395
266
|
align-items: center;
|
396
267
|
}
|
397
268
|
.bk-search-select-tips .select-tips {
|
@@ -408,7 +279,7 @@
|
|
408
279
|
display: flex;
|
409
280
|
min-width: 200px;
|
410
281
|
font-size: 12px;
|
411
|
-
color:
|
282
|
+
color: #63656e;
|
412
283
|
flex-direction: column;
|
413
284
|
}
|
414
285
|
.bk-search-select-menu .menu-list-mixin {
|
@@ -433,7 +304,7 @@
|
|
433
304
|
background-color: #f5f7fa;
|
434
305
|
}
|
435
306
|
.bk-search-select-menu .menu-disabled-mixin {
|
436
|
-
color:
|
307
|
+
color: #c4c6cc;
|
437
308
|
}
|
438
309
|
.bk-search-select-menu .menu-disabled-mixin:hover {
|
439
310
|
cursor: not-allowed;
|
@@ -442,7 +313,7 @@
|
|
442
313
|
.bk-search-select-menu .menu-header {
|
443
314
|
display: flex;
|
444
315
|
flex-direction: column;
|
445
|
-
border-bottom:
|
316
|
+
border-bottom: 1px solid #c4c6cc;
|
446
317
|
}
|
447
318
|
.bk-search-select-menu .menu-header-item {
|
448
319
|
display: flex;
|
@@ -462,7 +333,7 @@
|
|
462
333
|
background-color: #f5f7fa;
|
463
334
|
}
|
464
335
|
.bk-search-select-menu .menu-header-item.is-disabled {
|
465
|
-
color:
|
336
|
+
color: #c4c6cc;
|
466
337
|
}
|
467
338
|
.bk-search-select-menu .menu-header-item.is-disabled:hover {
|
468
339
|
cursor: not-allowed;
|
@@ -523,7 +394,7 @@
|
|
523
394
|
}
|
524
395
|
.bk-search-select-menu .menu-content .menu-item .is-keyword {
|
525
396
|
display: inline-flex;
|
526
|
-
color:
|
397
|
+
color: #3a84ff;
|
527
398
|
}
|
528
399
|
.bk-search-select-menu .menu-content .menu-item .is-selected {
|
529
400
|
display: flex;
|
@@ -531,35 +402,35 @@
|
|
531
402
|
height: 22px;
|
532
403
|
}
|
533
404
|
.bk-search-select-menu .menu-content .menu-item.is-hover {
|
534
|
-
color:
|
405
|
+
color: #3a84ff;
|
535
406
|
background-color: #f5f7fa;
|
536
407
|
}
|
537
408
|
.bk-search-select-menu .menu-content .menu-item.is-hover .menu-name {
|
538
|
-
color:
|
409
|
+
color: #3a84ff;
|
539
410
|
}
|
540
411
|
.bk-search-select-menu .menu-content .menu-item.is-disabled {
|
541
|
-
color:
|
412
|
+
color: #c4c6cc;
|
542
413
|
}
|
543
414
|
.bk-search-select-menu .menu-content .menu-item.is-disabled:hover {
|
544
415
|
cursor: not-allowed;
|
545
416
|
background-color: white;
|
546
417
|
}
|
547
418
|
.bk-search-select-menu .menu-content .menu-item.is-disabled .menu-name {
|
548
|
-
color:
|
419
|
+
color: #c4c6cc;
|
549
420
|
}
|
550
421
|
.bk-search-select-menu .menu-content .menu-item .menu-name {
|
551
422
|
display: flex;
|
552
423
|
max-width: 100px;
|
553
424
|
margin-right: 5px;
|
554
425
|
font-weight: bold;
|
555
|
-
color:
|
426
|
+
color: #63656e;
|
556
427
|
align-items: center;
|
557
428
|
}
|
558
429
|
.bk-search-select-menu .menu-footer {
|
559
430
|
display: flex;
|
560
431
|
width: 100%;
|
561
432
|
height: 32px;
|
562
|
-
border-top:
|
433
|
+
border-top: 1px solid #dcdee5;
|
563
434
|
align-items: center;
|
564
435
|
}
|
565
436
|
.bk-search-select-menu .menu-footer-btn {
|
@@ -570,14 +441,14 @@
|
|
570
441
|
height: 100%;
|
571
442
|
}
|
572
443
|
.bk-search-select-menu .menu-footer-btn:first-child {
|
573
|
-
border-right:
|
444
|
+
border-right: 1px solid #dcdee5;
|
574
445
|
}
|
575
446
|
.bk-search-select-menu .menu-footer-btn:hover {
|
576
|
-
color:
|
447
|
+
color: #3a84ff;
|
577
448
|
cursor: pointer;
|
578
449
|
}
|
579
450
|
.bk-search-select-menu .menu-footer-btn.is-disabled {
|
580
|
-
color:
|
451
|
+
color: #c4c6cc;
|
581
452
|
}
|
582
453
|
.bk-search-select-menu .menu-footer-btn.is-disabled:hover {
|
583
454
|
cursor: not-allowed;
|