@fy-/fws-vue 2.3.88 → 2.3.90
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.
|
@@ -1132,8 +1132,8 @@ onUnmounted(() => {
|
|
|
1132
1132
|
type="number"
|
|
1133
1133
|
min="0"
|
|
1134
1134
|
:value="getItemPosition(images[i - 1], i - 1)"
|
|
1135
|
-
class="w-20 h-8 text-
|
|
1136
|
-
@change="(e: Event) => onPositionChange(images[i - 1], parseInt((e.target as HTMLInputElement).value))"
|
|
1135
|
+
class="w-20 h-8 text-xs text-center rounded border-1 border-blue-400 bg-white/95 dark:bg-black/95 dark:text-white font-bold"
|
|
1136
|
+
@change="(e: Event) => onPositionChange ? onPositionChange(images[i - 1], parseInt((e.target as HTMLInputElement).value)) : () => {}"
|
|
1137
1137
|
@click.stop
|
|
1138
1138
|
>
|
|
1139
1139
|
</div>
|