tangning hace 4 meses
padre
commit
e45f50a6a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {