fds-vue-core 2.1.27 → 2.1.28
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/fds-vue-core.cjs.js
CHANGED
|
@@ -8138,12 +8138,13 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
8138
8138
|
"label-position": "right"
|
|
8139
8139
|
})) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
8140
8140
|
vue.createVNode(_sfc_main$h, {
|
|
8141
|
+
style: { "text-align": "center" },
|
|
8141
8142
|
value: inputValue.value,
|
|
8142
8143
|
type: "text",
|
|
8143
8144
|
size: __props.max.toString().length,
|
|
8144
8145
|
maxlength: __props.max.toString().length,
|
|
8145
8146
|
onInput: vue.unref(handlePageChange),
|
|
8146
|
-
class: "mb-0!
|
|
8147
|
+
class: "mb-0!"
|
|
8147
8148
|
}, null, 8, ["value", "size", "maxlength", "onInput"]),
|
|
8148
8149
|
vue.createElementVNode("div", _hoisted_4$5, "/ " + vue.toDisplayString(__props.max), 1)
|
|
8149
8150
|
], 64))
|