zs 9 miesięcy temu
rodzic
commit
d30b1340fe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/frame/c-form.vue

+ 1 - 1
src/components/frame/c-form.vue

@@ -130,7 +130,7 @@ export default {
     fields: { type: Array, default: () => [{ readonly: false }] },
     form: null,
     rules: { type: Object, default: () => {} },
-    labelWidth: { type: String, default: 'auto' },
+    labelWidth: { type: String, default: '120px' },
     isSave: { type: Boolean, default: true },
     submitText: { type: String, default: '提交保存' },
     reset: { type: Boolean, default: false },