tangning 4 mesi fa
parent
commit
e45f50a6a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/empower/AddModal.vue

+ 1 - 1
src/views/empower/AddModal.vue

@@ -230,7 +230,7 @@
       ];
 
       const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
-        labelWidth: 120,
+        labelWidth: 150,
         schemas: [...schemas, ...remarkschemas],
         showActionButtonGroup: false,
         actionColOptions: {