@fy-/fws-vue 2.0.49 → 2.0.50
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.
|
@@ -253,7 +253,7 @@ defineExpose({ focus, blur, getInputRef });
|
|
|
253
253
|
</div>
|
|
254
254
|
<div
|
|
255
255
|
v-if="dpOptions.counterMax && model"
|
|
256
|
-
class="-mt-
|
|
256
|
+
class="-mt-0.5 text-sm text-fv-neutral-500 dark:text-fv-neutral-400"
|
|
257
257
|
:class="{
|
|
258
258
|
'text-red-500 dark:text-red-300':
|
|
259
259
|
model?.toString().length > dpOptions.counterMax,
|
|
@@ -288,7 +288,7 @@ defineExpose({ focus, blur, getInputRef });
|
|
|
288
288
|
></textarea>
|
|
289
289
|
<div
|
|
290
290
|
v-if="dpOptions.counterMax && model"
|
|
291
|
-
class="-mt-
|
|
291
|
+
class="-mt-0.5 text-sm text-fv-neutral-500 dark:text-fv-neutral-400"
|
|
292
292
|
:class="{
|
|
293
293
|
'text-red-500 dark:text-red-300':
|
|
294
294
|
model?.toString().length > dpOptions.counterMax,
|