bkui-vue 0.0.2-beta.124 → 0.0.2-beta.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@
|
|
11
11
|
z-index: 9;
|
12
12
|
height: @component-size-base;
|
13
13
|
overflow: inherit;
|
14
|
-
|
14
|
+
|
15
15
|
.focus {
|
16
16
|
color: @search-select-focus-color;
|
17
17
|
background: #fff !important;
|
@@ -24,7 +24,7 @@
|
|
24
24
|
line-height: 20px;
|
25
25
|
word-break: break-all;
|
26
26
|
flex: 1 1 auto;
|
27
|
-
|
27
|
+
|
28
28
|
&:focus {
|
29
29
|
outline: none;
|
30
30
|
}
|
@@ -252,7 +252,7 @@
|
|
252
252
|
display: flex;
|
253
253
|
flex-direction: column;
|
254
254
|
}
|
255
|
-
|
255
|
+
|
256
256
|
.menu-item-mixin {
|
257
257
|
display: flex;
|
258
258
|
align-items: center;
|
@@ -261,16 +261,16 @@
|
|
261
261
|
padding: 0 8px;
|
262
262
|
flex: 0 0 32px;
|
263
263
|
outline: none;
|
264
|
-
|
264
|
+
|
265
265
|
&:hover {
|
266
266
|
cursor: pointer;
|
267
267
|
background-color: #f5f7fa;
|
268
268
|
}
|
269
269
|
}
|
270
|
-
|
270
|
+
|
271
271
|
.menu-disabled-mixin {
|
272
272
|
color: @light-gray;
|
273
|
-
|
273
|
+
|
274
274
|
&:hover {
|
275
275
|
cursor: not-allowed;
|
276
276
|
background-color: white;
|
@@ -335,7 +335,7 @@
|
|
335
335
|
display: inline-flex;
|
336
336
|
color: @primary-color;
|
337
337
|
}
|
338
|
-
|
338
|
+
|
339
339
|
.is-selected {
|
340
340
|
display: flex;
|
341
341
|
width: 22px;
|
@@ -401,5 +401,5 @@
|
|
401
401
|
}
|
402
402
|
|
403
403
|
.@{search-select-name}-popover {
|
404
|
-
margin: -
|
405
|
-
}
|
404
|
+
margin: -12px;
|
405
|
+
}
|
@@ -12,10 +12,12 @@
|
|
12
12
|
@white-color: white;
|
13
13
|
@whitesmoke-color: #fafbfd;
|
14
14
|
@disable-color: #dcdee5;
|
15
|
-
@disable-bg-color
|
15
|
+
@disable-bg-color: #f9fafd;
|
16
|
+
|
16
17
|
@font-size-base: 12px;
|
17
18
|
@font-size-medium: 14px;
|
18
19
|
@font-size-large: 16px;
|
20
|
+
|
19
21
|
@line-height-base: 16px;
|
20
22
|
@line-height-medium: 16px;
|
21
23
|
@line-height-large: 18px;
|
@@ -160,4 +162,4 @@
|
|
160
162
|
@search-select-font-color: @default-color;
|
161
163
|
@search-select-placeholder-color: @light-gray;
|
162
164
|
@search-select-message-color: @danger-color;
|
163
|
-
@search-select-menu-border-color: @disable-color;
|
165
|
+
@search-select-menu-border-color: @disable-color;
|