tangning 1 rok temu
rodzic
commit
870764c4c3
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      src/views/account/overview/AddModal.vue

+ 4 - 1
src/views/account/overview/AddModal.vue

@@ -191,7 +191,10 @@
           colProps: {
             span: 16,
           },
-        },
+          componentProps: {
+            step: "0.01"
+          },
+        }
       ];
 
       const [registerForm, { validate, getFieldsValue, resetFields, setFieldsValue, updateSchema }] = useForm({