classcard-ui 0.2.884 → 0.2.885
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/classcard-ui.common.js +55 -55
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +55 -55
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +1 -1
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CSelect/CSelect.vue +2 -2
package/package.json
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
tabindex="-1"
|
|
97
97
|
role="listbox"
|
|
98
98
|
aria-labelledby="listbox-label"
|
|
99
|
-
class="
|
|
99
|
+
class="max-h-60 overflow-auto rounded-md py-1 text-base ring-1 ring-gray-900 ring-opacity-5 focus:outline-none sm:text-sm"
|
|
100
100
|
:class="dropDownToTop2"
|
|
101
101
|
>
|
|
102
102
|
<li
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
role="option"
|
|
119
119
|
:ref="`option-${String(index)}`"
|
|
120
120
|
@mousedown="handleSelect($event, option)"
|
|
121
|
-
class="relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white"
|
|
121
|
+
class="group relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white"
|
|
122
122
|
:class="[
|
|
123
123
|
option.isDisabled ? 'pointer-events-none opacity-50' : '',
|
|
124
124
|
optionClasses,
|