classcard-ui 0.2.707 → 0.2.708

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.707",
3
+ "version": "0.2.708",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -12,12 +12,8 @@
12
12
  <span v-if="hint" class="text-sm text-gray-500">{{ hint }}</span>
13
13
  </div>
14
14
 
15
- <div :class="isDropDownRelative ? 'relative' : ''">
16
- <div
17
- :class="`${label ? 'mt-1' : ''} ${
18
- isDropDownRelative ? 'relative' : ''
19
- }`"
20
- >
15
+ <div class="relative">
16
+ <div class="relative" :class="label ? 'mt-1' : ''">
21
17
  <input
22
18
  type="text"
23
19
  v-model="selectSearch"
@@ -105,7 +101,8 @@
105
101
  <li
106
102
  v-if="addAction"
107
103
  @mousedown="actionEvent($event)"
108
- class="relative flex cursor-pointer select-none py-2 pl-3 pr-9 text-indigo-500 hover:bg-indigo-100 hover:text-indigo-700"
104
+ :class="`${isDropDownRelative ? 'relative' : ''}`"
105
+ class="flex cursor-pointer select-none py-2 pl-3 pr-9 text-indigo-500 hover:bg-indigo-100 hover:text-indigo-700"
109
106
  >
110
107
  <c-icon
111
108
  type="outline"