bkui-vue 0.0.1-beta.111 → 0.0.1-beta.114
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 +23 -23
- package/dist/index.esm.js +1515 -1480
- package/dist/index.umd.js +27 -27
- package/dist/style.css +1 -1
- package/lib/button/button.css +8 -2
- package/lib/button/button.less +9 -3
- package/lib/button/button.variable.css +8 -2
- package/lib/button/index.js +1 -1
- package/lib/directives/index.js +1 -1
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +1 -0
- package/lib/input/input.less +1 -0
- package/lib/input/input.variable.css +1 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +5 -0
- package/lib/loading/loading.less +6 -0
- package/lib/loading/loading.variable.css +5 -0
- package/lib/popover2/index.d.ts +0 -6
- package/lib/popover2/index.js +1 -1
- package/lib/popover2/popover2.d.ts +0 -2
- package/lib/select/common.d.ts +1 -8
- package/lib/select/index.d.ts +26 -15
- package/lib/select/index.js +1 -1
- package/lib/select/select.css +50 -102
- package/lib/select/select.d.ts +8 -5
- package/lib/select/select.less +106 -114
- package/lib/select/select.variable.css +50 -102
- package/lib/shared/index.js +1 -1
- package/lib/shared/utils.d.ts +12 -0
- package/package.json +2 -1
package/lib/select/select.less
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
@import '../styles/themes/themes.less';
|
2
2
|
@import '../styles/mixins/animate.less';
|
3
3
|
|
4
|
-
.
|
5
|
-
|
4
|
+
.ellipsis() {
|
5
|
+
overflow: hidden;
|
6
|
+
text-overflow: ellipsis;
|
7
|
+
white-space: nowrap;
|
6
8
|
}
|
7
9
|
|
8
|
-
.@{bk-prefix}-select
|
9
|
-
.bk-popover-content {
|
10
|
+
.@{bk-prefix}-select {
|
10
11
|
.bk-select-icon(@fontSize: 20px, @color: #979ba5) {
|
11
12
|
display: flex;
|
12
13
|
align-items: center;
|
@@ -26,12 +27,6 @@
|
|
26
27
|
justify-content: center;
|
27
28
|
}
|
28
29
|
|
29
|
-
.ellipsis() {
|
30
|
-
overflow: hidden;
|
31
|
-
text-overflow: ellipsis;
|
32
|
-
white-space: nowrap;
|
33
|
-
}
|
34
|
-
|
35
30
|
.mr(@marginRight) {
|
36
31
|
margin-right: @marginRight;
|
37
32
|
}
|
@@ -46,10 +41,6 @@
|
|
46
41
|
box-shadow: 0px 0px 3px 0px @input-shadow-color;
|
47
42
|
}
|
48
43
|
|
49
|
-
.bk-popover {
|
50
|
-
display: block;
|
51
|
-
}
|
52
|
-
|
53
44
|
.mr5 {
|
54
45
|
.mr(5px)
|
55
46
|
}
|
@@ -88,10 +79,6 @@
|
|
88
79
|
list-style: none;
|
89
80
|
}
|
90
81
|
|
91
|
-
.bk-popover-reference {
|
92
|
-
display: unset;
|
93
|
-
}
|
94
|
-
|
95
82
|
&.large {
|
96
83
|
.bk-select-content {
|
97
84
|
font-size: 14px;
|
@@ -196,132 +183,137 @@
|
|
196
183
|
right: 6px;
|
197
184
|
}
|
198
185
|
}
|
186
|
+
}
|
199
187
|
|
200
|
-
|
201
|
-
|
202
|
-
align-items: center;
|
203
|
-
justify-content: center;
|
204
|
-
height: 56px;
|
205
|
-
color: #63656e;
|
188
|
+
.bk-popover2.bk-select-popover {
|
189
|
+
padding: 0;
|
206
190
|
|
207
|
-
|
191
|
+
.bk-select-content {
|
192
|
+
.bk-select-empty {
|
208
193
|
display: flex;
|
209
|
-
width: 14px;
|
210
|
-
height: 14px;
|
211
|
-
margin-right: 4px;
|
212
|
-
font-size: 14px;
|
213
|
-
color: #c4c6cc;
|
214
194
|
align-items: center;
|
215
195
|
justify-content: center;
|
196
|
+
height: 56px;
|
197
|
+
color: #63656e;
|
198
|
+
|
199
|
+
.spinner {
|
200
|
+
display: flex;
|
201
|
+
width: 14px;
|
202
|
+
height: 14px;
|
203
|
+
margin-right: 4px;
|
204
|
+
font-size: 14px;
|
205
|
+
color: #c4c6cc;
|
206
|
+
align-items: center;
|
207
|
+
justify-content: center;
|
208
|
+
}
|
216
209
|
}
|
217
|
-
}
|
218
210
|
|
219
|
-
|
220
|
-
|
221
|
-
}
|
222
|
-
|
223
|
-
.bk-select-extension {
|
224
|
-
display: flex;
|
225
|
-
height: 40px;
|
226
|
-
background-color: #fafbfd;
|
227
|
-
align-items: center;
|
228
|
-
}
|
229
|
-
|
230
|
-
.bk-select-options {
|
231
|
-
padding: 8px 0;
|
232
|
-
}
|
233
|
-
|
234
|
-
.bk-select-option {
|
235
|
-
position: relative;
|
236
|
-
height: 32px;
|
237
|
-
padding: 0 12px;
|
238
|
-
line-height: 32px;
|
239
|
-
color: #63656e;
|
240
|
-
text-align: left;
|
241
|
-
cursor: pointer;
|
242
|
-
user-select: none;
|
243
|
-
|
244
|
-
.ellipsis();
|
245
|
-
|
246
|
-
&:hover,
|
247
|
-
&.is-hover {
|
248
|
-
color: #3a84ff;
|
249
|
-
background-color: #f5f7fa;
|
211
|
+
.bk-select-dropdown {
|
212
|
+
overflow: auto;
|
250
213
|
}
|
251
214
|
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
right: 12px;
|
258
|
-
font-weight: 700;
|
259
|
-
content: '\2713';
|
260
|
-
}
|
215
|
+
.bk-select-extension {
|
216
|
+
display: flex;
|
217
|
+
height: 40px;
|
218
|
+
background-color: #fafbfd;
|
219
|
+
align-items: center;
|
261
220
|
}
|
262
221
|
|
263
|
-
|
264
|
-
|
265
|
-
cursor: not-allowed;
|
266
|
-
background-color: transparent;
|
222
|
+
.bk-select-options {
|
223
|
+
padding: 8px 0;
|
267
224
|
}
|
268
225
|
|
269
|
-
|
270
|
-
|
271
|
-
.bk-select-options-loading {
|
272
|
-
display: flex;
|
273
|
-
align-items: center;
|
274
|
-
justify-content: center;
|
275
|
-
}
|
276
|
-
|
277
|
-
.bk-option-group {
|
278
|
-
&-label {
|
226
|
+
.bk-select-option {
|
227
|
+
position: relative;
|
279
228
|
height: 32px;
|
280
|
-
padding: 0
|
229
|
+
padding: 0 12px;
|
281
230
|
line-height: 32px;
|
282
|
-
color: #
|
231
|
+
color: #63656e;
|
283
232
|
text-align: left;
|
284
|
-
|
285
|
-
|
286
|
-
|
233
|
+
cursor: pointer;
|
234
|
+
user-select: none;
|
235
|
+
|
236
|
+
.ellipsis();
|
237
|
+
|
238
|
+
&-item {
|
239
|
+
display: flex;
|
240
|
+
align-items: center;
|
241
|
+
justify-content: space-between;
|
287
242
|
}
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
243
|
+
|
244
|
+
&:hover,
|
245
|
+
&.is-hover {
|
246
|
+
color: #3a84ff;
|
247
|
+
background-color: #f5f7fa;
|
293
248
|
}
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
249
|
+
|
250
|
+
&.is-selected {
|
251
|
+
color: #3a84ff;
|
252
|
+
}
|
253
|
+
|
254
|
+
&.is-disabled {
|
298
255
|
color: #c4c6cc;
|
299
256
|
cursor: not-allowed;
|
257
|
+
background-color: transparent;
|
300
258
|
}
|
259
|
+
|
301
260
|
}
|
302
261
|
|
303
|
-
.
|
262
|
+
.bk-select-options-loading {
|
304
263
|
display: flex;
|
305
|
-
user-select: none;
|
306
264
|
align-items: center;
|
265
|
+
justify-content: center;
|
266
|
+
}
|
307
267
|
|
308
|
-
|
268
|
+
.bk-option-group {
|
269
|
+
&-label {
|
270
|
+
height: 32px;
|
271
|
+
padding: 0 8px;
|
272
|
+
line-height: 32px;
|
273
|
+
color: #979ba5;
|
274
|
+
text-align: left;
|
275
|
+
|
276
|
+
&.collapsible {
|
277
|
+
cursor: pointer;
|
278
|
+
}
|
279
|
+
}
|
280
|
+
|
281
|
+
&.collapsible {
|
282
|
+
.bk-select-option {
|
283
|
+
padding-left: 40px;
|
284
|
+
}
|
285
|
+
}
|
286
|
+
|
287
|
+
&.disabled {
|
288
|
+
.default-group-label {
|
289
|
+
color: #c4c6cc;
|
290
|
+
cursor: not-allowed;
|
291
|
+
}
|
292
|
+
}
|
293
|
+
|
294
|
+
.default-group-label {
|
309
295
|
display: flex;
|
310
|
-
|
311
|
-
height: 12px;
|
312
|
-
margin-right: 8px;
|
313
|
-
transition: all .1s;
|
296
|
+
user-select: none;
|
314
297
|
align-items: center;
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
298
|
+
|
299
|
+
&-icon {
|
300
|
+
display: flex;
|
301
|
+
width: 12px;
|
302
|
+
height: 12px;
|
303
|
+
margin-right: 8px;
|
304
|
+
transition: all .1s;
|
305
|
+
align-items: center;
|
306
|
+
justify-content: center;
|
307
|
+
|
308
|
+
&.collapse {
|
309
|
+
transform: rotate(-90deg);
|
310
|
+
}
|
319
311
|
}
|
320
312
|
}
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
313
|
+
|
314
|
+
.bk-select-option {
|
315
|
+
padding-left: 24px;
|
316
|
+
}
|
325
317
|
}
|
326
318
|
}
|
327
319
|
}
|
@@ -118,23 +118,13 @@
|
|
118
118
|
.bk-fade-transtion .bk-fade-leave-to {
|
119
119
|
opacity: 0;
|
120
120
|
}
|
121
|
-
.bk-
|
122
|
-
padding: 0;
|
123
|
-
}
|
124
|
-
.bk-select .bk-popover,
|
125
|
-
.bk-popover-content .bk-popover {
|
126
|
-
display: block;
|
127
|
-
}
|
128
|
-
.bk-select .mr5,
|
129
|
-
.bk-popover-content .mr5 {
|
121
|
+
.bk-select .mr5 {
|
130
122
|
margin-right: 5px;
|
131
123
|
}
|
132
|
-
.bk-select .ml5
|
133
|
-
.bk-popover-content .ml5 {
|
124
|
+
.bk-select .ml5 {
|
134
125
|
margin-left: 5px;
|
135
126
|
}
|
136
|
-
.bk-select .input
|
137
|
-
.bk-popover-content .input {
|
127
|
+
.bk-select .input {
|
138
128
|
width: 100%;
|
139
129
|
height: 32px;
|
140
130
|
padding: 0 28px 0 10px;
|
@@ -154,66 +144,50 @@
|
|
154
144
|
text-overflow: ellipsis;
|
155
145
|
white-space: nowrap;
|
156
146
|
}
|
157
|
-
.bk-select .input::placeholder
|
158
|
-
.bk-popover-content .input::placeholder {
|
147
|
+
.bk-select .input::placeholder {
|
159
148
|
color: var(--light-gray);
|
160
149
|
}
|
161
|
-
.bk-select ul
|
162
|
-
.bk-popover-content ul {
|
150
|
+
.bk-select ul {
|
163
151
|
padding: 0;
|
164
152
|
margin: 0;
|
165
153
|
font-weight: normal;
|
166
154
|
list-style: none;
|
167
155
|
}
|
168
|
-
.bk-select .bk-
|
169
|
-
.bk-popover-content .bk-popover-reference {
|
170
|
-
display: unset;
|
171
|
-
}
|
172
|
-
.bk-select.large .bk-select-content,
|
173
|
-
.bk-popover-content.large .bk-select-content {
|
156
|
+
.bk-select.large .bk-select-content {
|
174
157
|
font-size: 14px;
|
175
158
|
}
|
176
|
-
.bk-select.is-focus.normal .bk-select-trigger .bk-select-tag
|
177
|
-
.bk-popover-content.is-focus.normal .bk-select-trigger .bk-select-tag {
|
159
|
+
.bk-select.is-focus.normal .bk-select-trigger .bk-select-tag {
|
178
160
|
border-color: var(--primary-color);
|
179
161
|
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
180
162
|
}
|
181
|
-
.bk-select.popover-show .bk-select-trigger .angle-up
|
182
|
-
.bk-popover-content.popover-show .bk-select-trigger .angle-up {
|
163
|
+
.bk-select.popover-show .bk-select-trigger .angle-up {
|
183
164
|
transform: rotate(0);
|
184
165
|
}
|
185
|
-
.bk-select.is-disabled .bk-select-trigger .bk-input input
|
186
|
-
.bk-popover-content.is-disabled .bk-select-trigger .bk-input input {
|
166
|
+
.bk-select.is-disabled .bk-select-trigger .bk-input input {
|
187
167
|
cursor: not-allowed;
|
188
168
|
background-color: #fafbfd;
|
189
169
|
}
|
190
|
-
.bk-select .bk-select-trigger
|
191
|
-
.bk-popover-content .bk-select-trigger {
|
170
|
+
.bk-select .bk-select-trigger {
|
192
171
|
position: relative;
|
193
172
|
}
|
194
|
-
.bk-select .bk-select-trigger .bk-tag-input .bk-tag-input-trigger .clear-icon
|
195
|
-
.bk-popover-content .bk-select-trigger .bk-tag-input .bk-tag-input-trigger .clear-icon {
|
173
|
+
.bk-select .bk-select-trigger .bk-tag-input .bk-tag-input-trigger .clear-icon {
|
196
174
|
margin-right: 0;
|
197
175
|
}
|
198
|
-
.bk-select .bk-select-trigger .bk-input input
|
199
|
-
.bk-popover-content .bk-select-trigger .bk-input input {
|
176
|
+
.bk-select .bk-select-trigger .bk-input input {
|
200
177
|
cursor: pointer;
|
201
178
|
background-color: #fff;
|
202
179
|
}
|
203
|
-
.bk-select .bk-select-trigger .bk-input.is-focused
|
204
|
-
.bk-popover-content .bk-select-trigger .bk-input.is-focused {
|
180
|
+
.bk-select .bk-select-trigger .bk-input.is-focused {
|
205
181
|
border-color: var(--primary-color);
|
206
182
|
outline: 0;
|
207
183
|
box-shadow: 0px 0px 3px 0px var(--input-shadow-color);
|
208
184
|
}
|
209
|
-
.bk-select .bk-select-trigger .bk-input.is-focused.is-simplicity
|
210
|
-
.bk-popover-content .bk-select-trigger .bk-input.is-focused.is-simplicity {
|
185
|
+
.bk-select .bk-select-trigger .bk-input.is-focused.is-simplicity {
|
211
186
|
border-color: transparent;
|
212
187
|
border-bottom-color: var(--primary-color);
|
213
188
|
box-shadow: none;
|
214
189
|
}
|
215
|
-
.bk-select .bk-select-trigger .bk-select-tag
|
216
|
-
.bk-popover-content .bk-select-trigger .bk-select-tag {
|
190
|
+
.bk-select .bk-select-trigger .bk-select-tag {
|
217
191
|
width: 100%;
|
218
192
|
height: 32px;
|
219
193
|
padding: 0 28px 0 10px;
|
@@ -239,12 +213,10 @@
|
|
239
213
|
align-items: center;
|
240
214
|
flex-wrap: wrap;
|
241
215
|
}
|
242
|
-
.bk-select .bk-select-trigger .bk-select-tag::placeholder
|
243
|
-
.bk-popover-content .bk-select-trigger .bk-select-tag::placeholder {
|
216
|
+
.bk-select .bk-select-trigger .bk-select-tag::placeholder {
|
244
217
|
color: var(--light-gray);
|
245
218
|
}
|
246
|
-
.bk-select .bk-select-trigger .bk-select-tag-input
|
247
|
-
.bk-popover-content .bk-select-trigger .bk-select-tag-input {
|
219
|
+
.bk-select .bk-select-trigger .bk-select-tag-input {
|
248
220
|
width: 100%;
|
249
221
|
height: 32px;
|
250
222
|
padding: 0 28px 0 10px;
|
@@ -271,17 +243,14 @@
|
|
271
243
|
outline: none;
|
272
244
|
flex-grow: 1;
|
273
245
|
}
|
274
|
-
.bk-select .bk-select-trigger .bk-select-tag-input::placeholder
|
275
|
-
.bk-popover-content .bk-select-trigger .bk-select-tag-input::placeholder {
|
246
|
+
.bk-select .bk-select-trigger .bk-select-tag-input::placeholder {
|
276
247
|
color: var(--light-gray);
|
277
248
|
}
|
278
|
-
.bk-select .bk-select-trigger .bk-select-tag .bk-tag
|
279
|
-
.bk-popover-content .bk-select-trigger .bk-select-tag .bk-tag {
|
249
|
+
.bk-select .bk-select-trigger .bk-select-tag .bk-tag {
|
280
250
|
max-width: 190px;
|
281
251
|
padding: 0 4px;
|
282
252
|
}
|
283
|
-
.bk-select .bk-select-trigger .angle-up
|
284
|
-
.bk-popover-content .bk-select-trigger .angle-up {
|
253
|
+
.bk-select .bk-select-trigger .angle-up {
|
285
254
|
right: 4px;
|
286
255
|
transform: rotate(180deg);
|
287
256
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -297,8 +266,7 @@
|
|
297
266
|
align-items: center;
|
298
267
|
justify-content: center;
|
299
268
|
}
|
300
|
-
.bk-select .bk-select-trigger .clear-icon
|
301
|
-
.bk-popover-content .bk-select-trigger .clear-icon {
|
269
|
+
.bk-select .bk-select-trigger .clear-icon {
|
302
270
|
right: 4px;
|
303
271
|
cursor: pointer;
|
304
272
|
transition: all 0.1s;
|
@@ -314,26 +282,25 @@
|
|
314
282
|
align-items: center;
|
315
283
|
justify-content: center;
|
316
284
|
}
|
317
|
-
.bk-select .bk-select-trigger .clear-icon:hover
|
318
|
-
.bk-popover-content .bk-select-trigger .clear-icon:hover {
|
285
|
+
.bk-select .bk-select-trigger .clear-icon:hover {
|
319
286
|
color: #979ba5;
|
320
287
|
}
|
321
|
-
.bk-select .bk-select-trigger .spinner
|
322
|
-
.bk-popover-content .bk-select-trigger .spinner {
|
288
|
+
.bk-select .bk-select-trigger .spinner {
|
323
289
|
position: absolute;
|
324
290
|
top: 8px;
|
325
291
|
right: 6px;
|
326
292
|
}
|
327
|
-
.bk-
|
328
|
-
|
293
|
+
.bk-popover2.bk-select-popover {
|
294
|
+
padding: 0;
|
295
|
+
}
|
296
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-empty {
|
329
297
|
display: flex;
|
330
298
|
align-items: center;
|
331
299
|
justify-content: center;
|
332
300
|
height: 56px;
|
333
301
|
color: #63656e;
|
334
302
|
}
|
335
|
-
.bk-select .bk-select-empty .spinner
|
336
|
-
.bk-popover-content .bk-select-empty .spinner {
|
303
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-empty .spinner {
|
337
304
|
display: flex;
|
338
305
|
width: 14px;
|
339
306
|
height: 14px;
|
@@ -343,23 +310,19 @@
|
|
343
310
|
align-items: center;
|
344
311
|
justify-content: center;
|
345
312
|
}
|
346
|
-
.bk-select .bk-select-dropdown
|
347
|
-
.bk-popover-content .bk-select-dropdown {
|
313
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-dropdown {
|
348
314
|
overflow: auto;
|
349
315
|
}
|
350
|
-
.bk-select .bk-select-extension
|
351
|
-
.bk-popover-content .bk-select-extension {
|
316
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-extension {
|
352
317
|
display: flex;
|
353
318
|
height: 40px;
|
354
319
|
background-color: #fafbfd;
|
355
320
|
align-items: center;
|
356
321
|
}
|
357
|
-
.bk-select .bk-select-options
|
358
|
-
.bk-popover-content .bk-select-options {
|
322
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-options {
|
359
323
|
padding: 8px 0;
|
360
324
|
}
|
361
|
-
.bk-select .bk-select-option
|
362
|
-
.bk-popover-content .bk-select-option {
|
325
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option {
|
363
326
|
position: relative;
|
364
327
|
height: 32px;
|
365
328
|
padding: 0 12px;
|
@@ -372,65 +335,52 @@
|
|
372
335
|
text-overflow: ellipsis;
|
373
336
|
white-space: nowrap;
|
374
337
|
}
|
375
|
-
.bk-select .bk-select-option
|
376
|
-
|
377
|
-
|
378
|
-
|
338
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option-item {
|
339
|
+
display: flex;
|
340
|
+
align-items: center;
|
341
|
+
justify-content: space-between;
|
342
|
+
}
|
343
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option:hover,
|
344
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option.is-hover {
|
379
345
|
color: #3a84ff;
|
380
346
|
background-color: #f5f7fa;
|
381
347
|
}
|
382
|
-
.bk-select .bk-select-option.is-selected
|
383
|
-
.bk-popover-content .bk-select-option.is-selected {
|
348
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option.is-selected {
|
384
349
|
color: #3a84ff;
|
385
350
|
}
|
386
|
-
.bk-select .bk-select-
|
387
|
-
.bk-popover-content .bk-select-option.is-selected.is-multiple::after {
|
388
|
-
position: absolute;
|
389
|
-
right: 12px;
|
390
|
-
font-weight: 700;
|
391
|
-
content: '\2713';
|
392
|
-
}
|
393
|
-
.bk-select .bk-select-option.is-disabled,
|
394
|
-
.bk-popover-content .bk-select-option.is-disabled {
|
351
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-option.is-disabled {
|
395
352
|
color: #c4c6cc;
|
396
353
|
cursor: not-allowed;
|
397
354
|
background-color: transparent;
|
398
355
|
}
|
399
|
-
.bk-select .bk-select-options-loading
|
400
|
-
.bk-popover-content .bk-select-options-loading {
|
356
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-select-options-loading {
|
401
357
|
display: flex;
|
402
358
|
align-items: center;
|
403
359
|
justify-content: center;
|
404
360
|
}
|
405
|
-
.bk-select .bk-option-group-label
|
406
|
-
.bk-popover-content .bk-option-group-label {
|
361
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group-label {
|
407
362
|
height: 32px;
|
408
363
|
padding: 0 8px;
|
409
364
|
line-height: 32px;
|
410
365
|
color: #979ba5;
|
411
366
|
text-align: left;
|
412
367
|
}
|
413
|
-
.bk-select .bk-option-group-label.collapsible
|
414
|
-
.bk-popover-content .bk-option-group-label.collapsible {
|
368
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group-label.collapsible {
|
415
369
|
cursor: pointer;
|
416
370
|
}
|
417
|
-
.bk-select .bk-option-group.collapsible .bk-select-option
|
418
|
-
.bk-popover-content .bk-option-group.collapsible .bk-select-option {
|
371
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group.collapsible .bk-select-option {
|
419
372
|
padding-left: 40px;
|
420
373
|
}
|
421
|
-
.bk-select .bk-option-group.disabled .default-group-label
|
422
|
-
.bk-popover-content .bk-option-group.disabled .default-group-label {
|
374
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group.disabled .default-group-label {
|
423
375
|
color: #c4c6cc;
|
424
376
|
cursor: not-allowed;
|
425
377
|
}
|
426
|
-
.bk-select .bk-option-group .default-group-label
|
427
|
-
.bk-popover-content .bk-option-group .default-group-label {
|
378
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group .default-group-label {
|
428
379
|
display: flex;
|
429
380
|
user-select: none;
|
430
381
|
align-items: center;
|
431
382
|
}
|
432
|
-
.bk-select .bk-option-group .default-group-label-icon
|
433
|
-
.bk-popover-content .bk-option-group .default-group-label-icon {
|
383
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group .default-group-label-icon {
|
434
384
|
display: flex;
|
435
385
|
width: 12px;
|
436
386
|
height: 12px;
|
@@ -439,11 +389,9 @@
|
|
439
389
|
align-items: center;
|
440
390
|
justify-content: center;
|
441
391
|
}
|
442
|
-
.bk-select .bk-option-group .default-group-label-icon.collapse
|
443
|
-
.bk-popover-content .bk-option-group .default-group-label-icon.collapse {
|
392
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group .default-group-label-icon.collapse {
|
444
393
|
transform: rotate(-90deg);
|
445
394
|
}
|
446
|
-
.bk-select .bk-option-group .bk-select-option
|
447
|
-
.bk-popover-content .bk-option-group .bk-select-option {
|
395
|
+
.bk-popover2.bk-select-popover .bk-select-content .bk-option-group .bk-select-option {
|
448
396
|
padding-left: 24px;
|
449
397
|
}
|