@designcrowd/fe-shared-lib 1.1.6-eng-2158-3 → 1.1.6-eng-2158-5
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/package.json
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
@mouseenter.self="pointerSet(index)"
|
|
99
99
|
>
|
|
100
100
|
<slot :index="index" :option="option" :search="search" name="option">
|
|
101
|
-
<span
|
|
101
|
+
<span>
|
|
102
102
|
<span v-if="getOptionImageUrl(option)">
|
|
103
103
|
<img class="tw-mr-1" height="24" width="30" :src="getOptionImageUrl(option)" alt="" />
|
|
104
104
|
</span>
|
|
@@ -388,8 +388,9 @@ fieldset[disabled] .select {
|
|
|
388
388
|
|
|
389
389
|
.select__tags {
|
|
390
390
|
min-height: 48px;
|
|
391
|
-
display:
|
|
392
|
-
|
|
391
|
+
display: flex;
|
|
392
|
+
align-items: center;
|
|
393
|
+
padding: 4px 40px 4px 16px;
|
|
393
394
|
border-radius: 5px;
|
|
394
395
|
background: #fff;
|
|
395
396
|
}
|
|
@@ -429,9 +430,8 @@ fieldset[disabled] .select {
|
|
|
429
430
|
|
|
430
431
|
.select__placeholder {
|
|
431
432
|
color: #adadad;
|
|
432
|
-
display:
|
|
433
|
-
|
|
434
|
-
padding-top: 2px;
|
|
433
|
+
display: flex;
|
|
434
|
+
align-items: center;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.select__content-wrapper {
|
|
@@ -540,12 +540,6 @@ fieldset[disabled] .select {
|
|
|
540
540
|
pointer-events: none;
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
-
.select__item {
|
|
544
|
-
display: flex;
|
|
545
|
-
align-items: center;
|
|
546
|
-
transform: translateY(-50%);
|
|
547
|
-
}
|
|
548
|
-
|
|
549
543
|
.select-enter-active,
|
|
550
544
|
.select-leave-active {
|
|
551
545
|
transition: all 0.15s ease;
|