classcard-ui 0.2.711 → 0.2.712
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 +54 -59
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +54 -59
- 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 +1 -6
package/package.json
CHANGED
|
@@ -90,8 +90,7 @@
|
|
|
90
90
|
>
|
|
91
91
|
<div
|
|
92
92
|
v-if="toggleDropdown && !isDisabled"
|
|
93
|
-
|
|
94
|
-
class="z-10 mt-1 w-full rounded-md bg-white shadow-lg"
|
|
93
|
+
class="absolute z-10 mt-1 w-full rounded-md bg-white shadow-lg"
|
|
95
94
|
>
|
|
96
95
|
<ul
|
|
97
96
|
tabindex="-1"
|
|
@@ -255,10 +254,6 @@ export default {
|
|
|
255
254
|
type: Boolean,
|
|
256
255
|
default: true,
|
|
257
256
|
},
|
|
258
|
-
isDropDownAbsolute: {
|
|
259
|
-
type: Boolean,
|
|
260
|
-
default: true,
|
|
261
|
-
},
|
|
262
257
|
},
|
|
263
258
|
data() {
|
|
264
259
|
return {
|