af-mobile-client-vue3 1.4.3 → 1.4.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.3",
4
+ "version": "1.4.4",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -1237,6 +1237,7 @@ function scanCodeOrNfc(attr) {
1237
1237
  v-if="(attr.type === 'image' || attr.type === 'file') && showItem"
1238
1238
  name="image"
1239
1239
  :label="labelData"
1240
+ center
1240
1241
  :label-align="labelAlign"
1241
1242
  :input-align="attr.inputAlign ? attr.inputAlign : 'left'"
1242
1243
  :rules="[{ required: attr.rule.required === 'true', message: `请选择${attr.name}` }]"