Commit 998ee0b8fabe3bd89cc9b5017f66c792dbf3c4c6

Authored by fengtao
1 parent f94d468d

fix:[DEFECT-322] 修复设备配置coap边框样式问题

... ... @@ -58,7 +58,7 @@
58 58 });
59 59
60 60 const [register, { validate, resetFields, setFieldsValue }] = useForm({
61   - labelWidth: 80,
  61 + labelWidth: 100,
62 62 schemas: CoapSchemas,
63 63 actionColOptions: {
64 64 span: 14,
... ...